Search found 4 matches

by tippy1
Wed Jul 29, 2009 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update sql performance slow
Replies: 11
Views: 4268

I have found that when using tables in a PX job you need to set certain table settings. For example in Oracle you might want to check both initrans 4 pctfree 15.

ALTER TABLE [tablename] initrans 4 pctfree 15;
by tippy1
Wed Jul 29, 2009 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INSERT useing Oracle stage fails - Special characters
Replies: 17
Views: 6600

The message your are getting "unable to insert row" is generic and will not give you the exact reason. Do the following Try inserting the row into the table using SQL Plus or Toad and see if error occurs. If this is sucessful then have your DBA look at tablespaces and other database reason...
by tippy1
Mon Jul 27, 2009 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Detailed Oracle Database Message in 8.0 only generic message
Replies: 4
Views: 1716

I am using Enterprise 8.0 and comparing the error message of a server job vs a Px job in 8.0. Let me re-phrase, server jobs in 8.0 give detailed logging information that include the exact oracle error and even the data it was processing. Px error logs only inlcude a generic error message, not that a...
by tippy1
Mon Jul 27, 2009 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Detailed Oracle Database Message in 8.0 only generic message
Replies: 4
Views: 1716

Detailed Oracle Database Message in 8.0 only generic message

Our company just upgraded from 7 to 8 and I was wondering why the error messages in the logs files in director do not show the exact oracle messages as it did using 7.x. Example, I am getting the following error Unable to insert a record into the table. Howewer, no oracle error is being displayed in...