Search found 28 matches

by KPReddy
Tue Oct 28, 2008 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure stage oracle function
Replies: 1
Views: 1314

Stored procedure stage oracle function

Hi,
We have a oracle function which returns boolean value, how can i get this value using stored procedure stage. I mean what should be the Parameter name, data type etc in DataStage. Thanks in advance.
by KPReddy
Tue Oct 28, 2008 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle fetch child records
Replies: 4
Views: 2911

Thanks Shamshad. I had the oracle table as an option, went ahead with that as i could not find any other alternative.
by KPReddy
Wed Oct 15, 2008 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle fetch child records
Replies: 4
Views: 2911

oracle fetch child records

Hi, In my job i need to join a parent column from DataSet to child records in DB, The DB table is big, so i ruled out normal lookup but sparse lookup does not allow multiple records from reference link. How can i use a query like select * from child table where col1=ORCHESTRATE.col1 and join to pare...
by KPReddy
Tue Apr 22, 2008 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise dboption error
Replies: 3
Views: 2138

Thanks Kumar. But DS_ENABLE_RESERVED_CHAR_CONVERT applies for column names. How to get around it in user id.
by KPReddy
Mon Apr 21, 2008 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise dboption error
Replies: 3
Views: 2138

Oracle enterprise dboption error

Hi,
I am able to connect to Oracle database using "ODBC Enterprise" stage but when i try to connect using "Oracle enterprise" stage i am getting the error.

Incorrect dboption list; it failed on Expected "," or "}", got: "$", line 1

Please help.
by KPReddy
Wed Dec 12, 2007 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Multiple records
Replies: 4
Views: 2704

Table is not partitioned, though there are 8 nodes in configuration file, i guess DB2 runs sequentially.
by KPReddy
Tue Dec 11, 2007 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Multiple records
Replies: 4
Views: 2704

Hi Chulett,
I made the query pretty simple to check, direct select from a single table, if i run the query against the database directly i am getting unique records.
by KPReddy
Tue Dec 11, 2007 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Multiple records
Replies: 4
Views: 2704

DB2 Multiple records

Hi, I wrote a sql in DB2 and saving the data to sequential file. Allow multiple instance is also NOT checked. I am getting 2 copies of same record, i used distinct also in the query but the problem continues, if i use PK like or PK= in the query then i am getting unique records. Please help me under...
by KPReddy
Tue Aug 21, 2007 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with lookup stage
Replies: 6
Views: 3187

Was this resolved

Hi,
Iam facing the same issue, if you were able to resolve, please let us know the solution.
by KPReddy
Tue Apr 11, 2006 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetStageLinks Error
Replies: 4
Views: 2004

Hi kbcland,
But i found this function in the server jobs documentation.
If not is there any other way to get output links of a stage.

Thanks.
by KPReddy
Tue Apr 11, 2006 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetStageLinks Error
Replies: 4
Views: 2004

DSGetStageLinks Error

I am getting an error DSGetStageLinks never dimensioned.

I searched the forum and added the below line to my routine then the function is not returning anything.

DEFFUN DSGetStageLinks(JOB.NAME, STAGE.NAME, LINKMODE).

Please suggest a solution.
Thanks in advance
by KPReddy
Sun Mar 05, 2006 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load (Automatic Mode) Error
Replies: 31
Views: 11845

Thanks Ross.
We want to use DS oracle oci load stage, so planning to take necessary steps.

Thanks alot guys.
by KPReddy
Thu Mar 02, 2006 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load (Automatic Mode) Error
Replies: 31
Views: 11845

Thanks Ross. Seems iam getting close to solution. Only problem is if i install my target oracle version client on my source. 1. How can i use sql loader direct mode for both DB on source machine and target DB. i.e I have 2 client versions on source machine.How can i use those 2 versions to use sql l...
by KPReddy
Wed Mar 01, 2006 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load (Automatic Mode) Error
Replies: 31
Views: 11845

Hi, After searching for a while, i found the following restriction on sqlloader direct mode. Beginning with Oracle9i,you can perform a SQL*Loader direct path load when the client and server are different versions. However, both versions must be at least release 9.0.1 and the client version must be h...
by KPReddy
Tue Feb 28, 2006 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load (Automatic Mode) Error
Replies: 31
Views: 11845

Hi Ross, Iam able to use sqlldr in DIRECT MODE when invoked on the local server. But unable to use DIRECT mode when trying to load data from remote server. I confirm the following. 1. Oracle OCI Stage (non-Load) - OK 2. Oracle OCI Load (Automatic) - Error 3. sqlldr Conventional Mode - OK 4. sqlldr D...