Search found 20 matches

by dsexplorer
Thu Feb 04, 2010 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - sqlldr, ORA-00604, ORA-00054
Replies: 11
Views: 12445

Re: Oracle Enterprise Stage - sqlldr, ORA-00604, ORA-00054

Hello, Jobs are doing Truncate and Load Sqlldr ctrl files look like OPTIONS(DIRECT=TRUE, PARALLEL=TRUE, SKIP_INDEX_MAINTENANCE=YES) LOAD DATA CHARACTERSET WE8ISO8859P1 INFILE 'ora.136.645058d.fifo.0' "FIX 180" APPEND INTO TABLE dct3_wls.DCT_DELIVERY_ADDITIONAL_PLC Ofcourse there are 5 load...
by dsexplorer
Thu Feb 04, 2010 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - sqlldr, ORA-00604, ORA-00054
Replies: 11
Views: 12445

Oracle Enterprise Stage - sqlldr, ORA-00604, ORA-00054

Hello, We are using Oracle Enterprise Stage to load Oracle 10g from DS7.5.2. We have two Oracle Schemas and webservices use one and other is used to refresh data. Once this is done, Webservices switch to using this schema. Issue - time and again we get Oracle errors like below SQL*Loader-951: Error ...
by dsexplorer
Fri Apr 18, 2008 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach in Filling a Relational Database
Replies: 15
Views: 6053

Hi Ray, Can you explain how to make it generic? If for eg the table has to check 5 other tables data before load on some key combinations, should we go to DB dictionary to get the keys, dynamically create sql, then use Universe stage .... and reject missing . Or do you suggest to actually implement ...
by dsexplorer
Thu Apr 17, 2008 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach in Filling a Relational Database
Replies: 15
Views: 6053

Hi Chulet
But isn't that exactly what Ray is suggesting me to do

Code: Select all

Hi Ray 
Correct me if i am wrong. you are saying that push the Referential Integrity on the Database and be systematic in the way you fill the Primary Tables and go ahead with filling the child tables 
Thanks
Pavan
by dsexplorer
Thu Apr 17, 2008 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach in Filling a Relational Database
Replies: 15
Views: 6053

Hi Ray Correct me if i am wrong. you are saying that push the Referential Integrity on the Database and be systematic in the way you fill the Primary Tables and go ahead with filling the child tables Same Pit falls Our POC on pushing referential integrity checks on the database doesn't seems to be w...