Search found 135 matches

by srinivas.nettalam
Tue Jan 15, 2013 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String as delimiter in Field Function
Replies: 3
Views: 2534

Thanks Craig.I will try with combination of Index and substring or introduce ereplace first and then apply field.
by srinivas.nettalam
Tue Jan 15, 2013 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String as delimiter in Field Function
Replies: 3
Views: 2534

String as delimiter in Field Function

Hi , Can't we pass a string like 'abc' as delimiter for field function in Server job? I was using the same function in parallel job with a string as delimiter.The result was as expected.I got a situation to change that job to server job to use UserStatus feature.The output is different from the one ...
by srinivas.nettalam
Tue Jan 15, 2013 1:48 am
Forum: General
Topic: Oracle Vs DB2 for Xmeta
Replies: 4
Views: 2343

Thanks a lot!! These points give me the exact cases to present.
by srinivas.nettalam
Mon Jan 14, 2013 4:52 am
Forum: General
Topic: Oracle Vs DB2 for Xmeta
Replies: 4
Views: 2343

Oracle Vs DB2 for Xmeta

Hi All, We were asked to present the Pros and Cons for using Oracle as repository against DB2 since there is no DB2 admin available in the organisation. Is there a document or points somewhere to get the Pros and Cons of using Oracle for Xmeta?? Please provide hints if there is no specific document ...
by srinivas.nettalam
Fri Jan 11, 2013 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass the value of a column as the filename
Replies: 2
Views: 1668

Pass the value of a column as the filename

Please suggest a way to create a seq. file in the target with the name coming from input column.
I know the reverse is possible when we read the Seq.File ,the filename column can be selected.
by srinivas.nettalam
Sun Jan 06, 2013 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does StoredProcedure stage issue commit?
Replies: 2
Views: 1948

The "Commit" has been written in the procedure and it is working fine now with Transaction Isolation as Read-Only
by srinivas.nettalam
Fri Jan 04, 2013 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does StoredProcedure stage issue commit?
Replies: 2
Views: 1948

Does StoredProcedure stage issue commit?

Hi All, We have a requirement to execute an oracle stored procedure which has two input and two output parameters.I am using stored procedure stage with the procedure type "Transform" Transaction Size =0,Checking the option Execute procedure for each row,Transaction ISO= Read Committed. I ...
by srinivas.nettalam
Thu Jan 03, 2013 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find unique records based on another field
Replies: 4
Views: 2398

Code: Select all

fork join:
                |-----------Aggr----> |
                |                     |
Source-->Copy---|------------------>Join ------>Target
by srinivas.nettalam
Thu Jan 03, 2013 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to separate alphabets and numeric values
Replies: 1
Views: 4726

Re: how to separate alphabets and numeric values

To get only alphabetic values use this Convert(Convert('ABCD..Z','',Upcase(Col)),'',Col) and to get numeric values only replace the alphabets with numbers..
by srinivas.nettalam
Thu Jan 03, 2013 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Pivot Horizontal table
Replies: 9
Views: 7955

After the above process pass the data to a column import stage and split the column's data to multiple columns or use a transformer field function whichever is effective with your volume of data..
by srinivas.nettalam
Thu Dec 27, 2012 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function with in a stored procedure
Replies: 2
Views: 2046

Hi The issue is resolved. It is an Oracle SP.I had to provide input link to a Transform type to pass values but I assumed that we can pass the values from the Parameter Marker/literal field.It is now working fine.I was a bit quick in posting the topic and simultaneously tried a different way from wh...
by srinivas.nettalam
Thu Dec 27, 2012 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function with in a stored procedure
Replies: 2
Views: 2046

Function with in a stored procedure

Hi All, We have to execute a stored procedure which has 4 arguments out of which 2 are inputs and 2 are outputs. for e.g USP_GEN_SEQ_NO(param1 IN ,param2 IN,param3 OUT,param4 OUT) I made the Stored Proc as a Transform and imported the parameters and mapped them to the corresponding columns.For the t...
by srinivas.nettalam
Thu Dec 27, 2012 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when connecting to Oracle from ODBC
Replies: 7
Views: 5456

I have entered the database name instead of ODBC DSN and it got connected.
by srinivas.nettalam
Thu Dec 27, 2012 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when connecting to Oracle from ODBC
Replies: 7
Views: 5456

I doubt you enter either the actual SID or ServiceName there, have you tried using the name of the TNS entry there? It would then specify the actual connection information to use. ... The connection issue is resolved and we are able to connect to database and import metadata of the stored procedure...
by srinivas.nettalam
Fri Dec 21, 2012 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when connecting to Oracle from ODBC
Replies: 7
Views: 5456

Hi Norton,
We connect to that DB referring to Service Name but the ODBC Wire Protocol connection does not have the field to enter ServiceName in the list.Hence the SID.Please let me know if there is a way to make an ODBC connection using Oracle wire protocol entries for ServiceName