Search found 42189 matches
- Wed Oct 06, 2010 6:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: view data is not working
- Replies: 2
- Views: 1050
- Wed Oct 06, 2010 5:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Boolean parameter in a stored procedure
- Replies: 1
- Views: 1578
I'm not sure how well supported that would be, seeing as how BOOLEAN is specific to PL/SQL rather than being a data type allowed in table columns. I'm guessing you may end up having to change the procedure to use a more 'traditional' data type for that parameter. In your shoes I'd also open a case w...
- Wed Oct 06, 2010 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal conversion
- Replies: 6
- Views: 2774
- Wed Oct 06, 2010 1:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Steps to take Fact load
- Replies: 4
- Views: 1579
- Wed Oct 06, 2010 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-01461 error inserting into Oracle for large columns
- Replies: 9
- Views: 3187
- Wed Oct 06, 2010 8:31 am
- Forum: General
- Topic: Job Log Archive
- Replies: 3
- Views: 1889
Kim's stuff is here btw.
- Wed Oct 06, 2010 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored procedure guide
- Replies: 2
- Views: 1923
- Wed Oct 06, 2010 6:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VIEWDATA ROW LIMITER HIT Error when query return no rows
- Replies: 2
- Views: 2563
- Wed Oct 06, 2010 6:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Steps to take Fact load
- Replies: 4
- Views: 1579
- Wed Oct 06, 2010 6:18 am
- Forum: General
- Topic: Installing Patches
- Replies: 2
- Views: 1198
- Tue Oct 05, 2010 11:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Open OMD.XML.DIR
- Replies: 1
- Views: 1197
- Tue Oct 05, 2010 11:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-01461 error inserting into Oracle for large columns
- Replies: 9
- Views: 3187
- Tue Oct 05, 2010 11:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Execute Command and Aborting while sql error
- Replies: 1
- Views: 1310
You need a smarter script. As you've found, sqlplus only reports back an error if the session itself has issues running but could care less what happens with the sql itself that you run inside it. Capture the output of the session to a file and then grep through it afterwards for ORA (etc) errors. I...
- Tue Oct 05, 2010 11:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-01461 error inserting into Oracle for large columns
- Replies: 9
- Views: 3187
- Tue Oct 05, 2010 8:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-01461 error inserting into Oracle for large columns
- Replies: 9
- Views: 3187
Nope, the limit is 4K. And (allegedly) that error should only occur for "LONG" data types.
http://ora-01461.ora-code.com/
I'm curious, what version of Oracle are you running?
http://ora-01461.ora-code.com/
I'm curious, what version of Oracle are you running?