Search found 66 matches

by Bala R
Thu Jan 12, 2006 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve all the records matched
Replies: 4
Views: 1967

Use ODBC or Universe stage to return multiple row for lookup
by Bala R
Mon Dec 26, 2005 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting different oracle database at a time
Replies: 4
Views: 1879

Hi shyju,
You have answered your question!. Make the parameters required for database connectivity as job parameters for e.g. in OCI stage the database name, UserName and password. Discussion on setting this job parameters as project specific parameters and more is in FAQ posted by Vincent.
HTH
by Bala R
Fri Dec 23, 2005 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ROLLBACK SEGMENT ERROR
Replies: 4
Views: 2180

If your DBA still couldn't help you, then you could consider splitting your load into smaller segments. Load the data into sequential files and then you could bulk load them into Oracle. Thus overcoming the rollback segment constraints. If you think that would be useful search for posts by kcbland o...
by Bala R
Wed Dec 21, 2005 12:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove double quotes ( " )
Replies: 9
Views: 13972

In the sequential file stage you have option to define your quotes. If you have given single quotes change it to double quotes and request whoever that provides you the files to maintain consistent quote character. I suppose the quotes were provided in the file because of the embedded piping symbol ...
by Bala R
Thu Dec 01, 2005 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rebuilding DataStage repository indices.
Replies: 6
Views: 3258

Log into the DataStage administrator, go to the Projects tab and select the project and click on the 'Command' button. In the command editor, type your basic command. HTH.
by Bala R
Thu Dec 01, 2005 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row counts
Replies: 2
Views: 1841

Sainath, The DSGetLinkInfo function returns the number of rows that passed down a link if you specify the infotype DSJ.LINKROWCOUNT. When the link is not in the same job then you write a routine to first invoke DSAttachJob to get the rowcounts as you have already found. When you have the rowcount re...
by Bala R
Thu Dec 01, 2005 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ds_loadlibrary error
Replies: 8
Views: 3877

You should be able to connect to Oracle 10g from a OCI9 plugin. Did you mean, you uninstalled the OCI plug in itself? I would guess you have to install the plug-in as thats what the error message says.
HTH.
by Bala R
Thu Dec 01, 2005 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wht is DRS stage
Replies: 4
Views: 2529

Dynamic Relational Stage was leveraged for Peoplesoft to have a job to run on any of the supported databases. It supports ODBC connections too. Read more of that in the plug-in documentation.
by Bala R
Thu Dec 01, 2005 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequential file filter conditons
Replies: 1
Views: 1395

Yes you can. There had been a number of discussions on this here. Sure if you searched on the topic you could find all you need.
by Bala R
Wed Nov 30, 2005 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accesing data without importing table definition in DS
Replies: 10
Views: 3865

Before that, did you have a chance to estimate the cost of the query using toad or quest central when you added a third table to the join?
by Bala R
Wed Nov 30, 2005 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accesing data without importing table definition in DS
Replies: 10
Views: 3865

Before that, did you have a chance to estimate the cost of the query using toad or quest central when you added a third table to the join?
by Bala R
Tue Nov 22, 2005 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run job options limit page
Replies: 4
Views: 2375

In the logs - In the Director. You should see something like:

Code: Select all

Job run requested
Mode (row/warn limits) = 0/50
Job Parameters --->
HTH
by Bala R
Fri Nov 18, 2005 6:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need of uvodbc.config for extract from Universe Database
Replies: 3
Views: 2172

When you installed the server in Unix, odbc is usually installed too and a dsn entry called localuv would have been configured for you. You could use that to load hashfiles as Universe tables in your Universe stage.
HTH
by Bala R
Fri Nov 18, 2005 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BLOBs and DB2
Replies: 5
Views: 2382

If you are trying to insert a BLOB in a stage that was selected from a upstream stage then you cannot do that since the pointer becomes invalid. This is true in Oracle but I am not sure how it is in DB2. Anyways you could try loading the BLOB into a seqential file and then insert into table from fil...
by Bala R
Fri Nov 18, 2005 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output link order
Replies: 7
Views: 2733

Hi ArndW, None of the icons of the Transformer serves this problem..If i am not wrong the link execution order is not related to this... :( The posts subject says its Output link order :? . Is your problem is one of GUI representation? If thats so try dragging the transformer's and other stage's ed...