Search found 113 matches

by sohasaid
Mon Mar 01, 2010 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: glibc Errors
Replies: 1
Views: 1053

glibc Errors

Dears, I'm transferring around 35,000 records from Oracle Rdb to Oracle 10g. At each run, I've got different glibc error as follows: *** glibc detected *** free(): invalid next size (normal): 0x08395fe8 *** *** glibc detected *** double free or corruption (!prev): 0x0837a0a0 *** *** glibc detected *...
by sohasaid
Mon Mar 01, 2010 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error
Replies: 8
Views: 12192

SIGSEGV error

Dears, I've got the following error when job updates around 20,000 records at the destination: Operator terminated abnormally: received signal SIGSEGV. If any one knows the root causes of SIGSEGV error, kindly share them because it appears frequently and just disappear when reset the jobs without kn...
by sohasaid
Wed Feb 17, 2010 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate and Load in Oracle Stage
Replies: 13
Views: 12140

Regarding your technique at 'Truncate & Insert', you put the truncate statement at the Update query and the inset one at the insert query. How can you guarantee that update query will be executed before the insert one? in other words, truncation before insertion talking into consideration the PK...
by sohasaid
Wed Feb 17, 2010 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API stage running very slow
Replies: 4
Views: 3575

I think increasing the 'Transaction Size' and 'Array Size' at the Options tab can make it run faster beside the points that Ray has explained.

Regards.
by sohasaid
Sun Feb 14, 2010 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem creating a Parallel Routine
Replies: 3
Views: 3017

Problem creating a Parallel Routine

Hi, I have a problem creating a parallel routine using 8x Client on Unix OS, every time i try to create a new routine it gave me the following error messages: 1- Run time error '5': Invalid procedure call or argment 2- Run time error '429': ActiveX component can't create object I have re-installed t...
by sohasaid
Sat Jan 23, 2010 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One Thousand Jobs' Sequence
Replies: 4
Views: 1792

Kandyshandy, thanks for your reply and I'll answer your two questions. Regarding migration, the data source is Oracle RDB which is an older version of Oracle with a different structure than the current one. For the second one, I'm using the transformer stage for change data capture process because t...
by sohasaid
Fri Jan 22, 2010 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One Thousand Jobs' Sequence
Replies: 4
Views: 1792

One Thousand Jobs' Sequence

Guys, I've around 1100 parallel jobs which migrating data from an older version of Oracle to Oracle 10g. Each job only captures the changes between data source and destination on daily basis. The used job's pattern is: ODBC Stage --> Transformer Stage to capture data changes --> Oracle Enterprise St...
by sohasaid
Wed Jan 20, 2010 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date_from_ustring
Replies: 5
Views: 2223

I think the two dashes counts besides yyyy, mm, & dd.
by sohasaid
Wed Jan 20, 2010 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date_from_ustring
Replies: 5
Views: 2223

Re: date_from_ustring

Try this Function:

UstringToString(StringToData(<FieldName>,"%YYYY-%MM-%DD"))
by sohasaid
Wed Jan 20, 2010 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Conversion
Replies: 9
Views: 4327

Re: Timestamp Conversion

Try to use this function:

StringToTimeStamp(Convert ("-", "/", TimeStampToString<COLUMN_NAME>))
by sohasaid
Wed Jan 20, 2010 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Format to read MicroSecond from Oracle RDB
Replies: 15
Views: 16727

Re: Workaround

MGendy,

reading the TimeStamp column as Char(26) requires a type conversion function for each job and I mentioned before it's a luxury I don't have. :(
by sohasaid
Mon Jan 18, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Format to read MicroSecond from Oracle RDB
Replies: 15
Views: 16727

Unfortunately It didn't work. DataStage still read it as Zeros.
by sohasaid
Sun Jan 17, 2010 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Format to read MicroSecond from Oracle RDB
Replies: 15
Views: 16727

So what about reading the microseconds as zeros from DataStage when setting the extended property to Microseconds to a timestamp column?

Regarding the other issue I will assure to share the solution once I got it.

Thanks a lot, Andrew.
by sohasaid
Sun Jan 17, 2010 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Format to read MicroSecond from Oracle RDB
Replies: 15
Views: 16727

So what about reading the microseconds as zeros from DataStage when setting the extended property to Microseconds to a timestamp column?

Regarding the other issue I will assure to share the solution once I got it.

Thanks a lot, Andrew.