Search found 31 matches

by mkiru23
Mon Mar 07, 2011 12:35 pm
Forum: General
Topic: Reset the loop when processing data
Replies: 3
Views: 2917

Re: Reset the loop when processing data

Setup another stage to check if condition is satisfied in the trigger then send to end stage.
by mkiru23
Wed Sep 16, 2009 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage write to JMS Queue
Replies: 5
Views: 7249

JavaPack is the general term for the JavaTransformer and JavaClient Stages. This "is" the way to connect to JMS. Look in the real-time category of stages. They are installed automatically in 8.1. Then spend some time with http://dsrealtime.wordpress.com/2008/03/14/incorporating-java-class...
by mkiru23
Wed Sep 09, 2009 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage write to JMS Queue
Replies: 5
Views: 7249

Look again... you should find a variety of entries on using JavaPack to do this. Look also at my blog below...I illustrate a few ways to use JavaPack, and others have entered great info into this forum on JavaPack also. There are lots of considerations, but the first is "how to use a java clas...
by mkiru23
Fri Sep 04, 2009 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage write to JMS Queue
Replies: 5
Views: 7249

Can DataStage write to JMS Queue

Please let me know if we can write to JMS queue, I have no knowledge of queue services.
The requirement is to read 4M rows from Oracle table and write to JMS Queue.

I did searched in this forum, I didn't find direct answer.

Thanks
Kumar
by mkiru23
Thu Jul 09, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7485

Kumar Please try $APT_ORACLE_LOAD_OPTIONS=OPTIONS(SKIP_INDEX_MAINTENANCE = TRUE,bindsize=8250000,readsize=8250000,rows=2000) u can can insert in parallel from datastage based on configuration file Thanks Sanjay Sanjay, I tried the job with this change but no difference. I planned a workaround to br...
by mkiru23
Wed Jul 01, 2009 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7485

ray.wurlod wrote:Is the table partitioned?
Does any one has similar situation, how to achieve parallel inserts in oracle enterprise for range partitioned on date and unique index table.

Thanks
Kumar
by mkiru23
Tue Jun 30, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7485

ray.wurlod wrote:Is the table partitioned?
Thanks Ray, yes it is range partition on date column with 6 months of data daily.

-Kumar
by mkiru23
Mon Jun 29, 2009 8:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7485

Keshav,
8 nodes. please let me know if we can change/update the options to load/insert in parallel.
by mkiru23
Mon Jun 29, 2009 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7485

dsuser_cai wrote:Hi
did you try changing the execution mode to parallel.
That's the default mode, I didn't change that. The explain plan in DB shows 1 row at a time.
by mkiru23
Mon Jun 29, 2009 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7485

dsuser_cai wrote:try using upsert method. Insert/Update.
Thanks Karthick, This is also loading in sequential only ( 1 row at a time).
by mkiru23
Mon Jun 29, 2009 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7485

Oracle Enterprise Load-Append - Not inserting in Parallel

Hi I tried multiple options to use Enterprise Oracle load with append to do inserts in parallel. 1.OPTIONS(DIRECT=FALSE, PARALLEL=TRUE) with out rebuild index 2.OPTIONS(DIRECT=TRUE, PARALLEL=TRUE,SKIP_INDEX_MAINTENANCE=YES) with rebuild index The table has unique index and range partition on date wi...
by mkiru23
Fri May 15, 2009 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in control file when using Oracle Load
Replies: 9
Views: 3577

Works fine with patch provided by IBM.
by mkiru23
Wed May 13, 2009 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Err DB2 API to DB2 Enterprise
Replies: 4
Views: 4546

Yes I verified the Scratch has drwxrwxrwx, is there any work around to extract from DB2 Enterprise to DB2 API for 6 million rows.

Thanks
Kumar
by mkiru23
Tue May 12, 2009 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Err DB2 API to DB2 Enterprise
Replies: 4
Views: 4546

Thanks Ray, Does this error message any use after making $APT_DISABLE_COMBINATION as true. DB2_UDB_Enterprise_15,2: Failed opening fifo /projects81/Scratch/ordb211839622c7d2562_.003 after 360 seconds: No such device or address. DB2_UDB_Enterprise_15,2: The runLocally() of the operator failed. DB2_UD...
by mkiru23
Tue May 12, 2009 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Err DB2 API to DB2 Enterprise
Replies: 4
Views: 4546

Err DB2 API to DB2 Enterprise

Hi All, Error loading from DB2 API Source with 9.1 from prod to DB2 Enterprise dev box with version 9.5. DB2 API -> XFM -> DB2 ENT Err logs: APT_CombinedOperatorController,0: Fatal Error: Fatal: SQLAllocHandle: Failed to allocate environment handle 'ENV'. node_node1: Player 1 terminated unexpectedly...