Search found 41 matches

by SachinCho
Wed May 28, 2014 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01722: invalid number - Track Particular record causing
Replies: 5
Views: 6606

Great! Thanks Ray. I just had a close look at transformations in this particular job and this particular column is used in join stage as joining key. Its coming as integer from reference link while source has varchar data type. Finally getting inserted as integer though. Probably not so good data mo...
by SachinCho
Wed May 28, 2014 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01722: invalid number - Track Particular record causing
Replies: 5
Views: 6606

Nope. There is no reject link on target oracle connector stage. So do you suggest to remove the to_number conversion in source select query and have target reject link which will reject this record automatically.
by SachinCho
Wed May 28, 2014 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01722: invalid number - Track Particular record causing
Replies: 5
Views: 6606

ORA-01722: invalid number - Track Particular record causing

Hi, We have a job which extracts data from oracle table and loads in another oracle table after certain transformation. The number of records are pretty huge around 50 million plus. This job sometimes aborts with The OCI function OCIStmtFetch returned status -1. Error code: 1722, Error message: ORA-...
by SachinCho
Wed Dec 25, 2013 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Syntx giving trouble in Server routine
Replies: 1
Views: 2268

DB2 Syntx giving trouble in Server routine

Hi All, I have a DS Server routine where I am trying to insert a record in DB2 table. Below is the routine code used and after that error I am getting is posted. Somehow those single quotes are not appearing for varchar fields and its giving this error. Any inputs how to correct this syntax. Have tr...
by SachinCho
Mon Dec 02, 2013 5:19 am
Forum: General
Topic: Best Auditing Approach in version 8.5 onwards
Replies: 9
Views: 6043

Thanks for the inputs !! As we are using v9.1 for our project operations DB will make life much easier.
by SachinCho
Mon Dec 02, 2013 5:14 am
Forum: General
Topic: C++ compiler for DS v9.1
Replies: 4
Views: 2137

Thanks all. Information provided helped to take a decision

Rgds,
Sachin
by SachinCho
Fri Nov 29, 2013 1:59 am
Forum: General
Topic: C++ compiler for DS v9.1
Replies: 4
Views: 2137

C++ compiler for DS v9.1

Hi, We have installed DS 9.1 recently for our project and currently running on a trial version of c++ compiler. We need to purchase the licensed version of the same and have confusion about below two products. Can anyone suggest on which one to go for 1. C for AIX Authorized user license 2. C for AI...
by SachinCho
Thu Nov 21, 2013 1:15 am
Forum: General
Topic: Datastage scheduler versus cron scheduling
Replies: 7
Views: 3506

Just an update which I missed in previous post
We will be using unix shell scripts to call datastage sequence
by SachinCho
Thu Nov 21, 2013 12:25 am
Forum: General
Topic: Datastage scheduler versus cron scheduling
Replies: 7
Views: 3506

Datastage scheduler versus cron scheduling

Hi All,
Can anybody suggest on deciding factors between using datastage native scheduler (Through datastage director) and cron scheduling.

Rgds,
Sachin
by SachinCho
Tue Oct 22, 2013 5:40 am
Forum: General
Topic: Best Auditing Approach in version 8.5 onwards
Replies: 9
Views: 6043

When you say before sub routine, does it mean you are accessing link counts to get source, target and reject records. I believe in that we should have before subroutine and after sub routine for each job.

Rgds,
Sachin
by SachinCho
Sun Oct 20, 2013 11:57 pm
Forum: General
Topic: Best Auditing Approach in version 8.5 onwards
Replies: 9
Views: 6043

Best Auditing Approach in version 8.5 onwards

Hi, We have a requirement to capture datastage job level stats for each and every job in a application. The rough audit table structure we have is DSJobName Source_Rec_Count Reject_Rec_Count - will be combining all rejects in various transformations using funnel in single output Target_Rec_Count Job...
by SachinCho
Fri May 31, 2013 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set Transaction Isolation level in Oracle Enterprise
Replies: 3
Views: 2538

How to set a Transaction Isolation level in Oracle Enterpris

Hi Ray, We have changed datatype of one column in production table and hence some update statement is running on this table. Table is partitioned and at the same time we have hourly job which inserts data into this table. Datastage job is getting aborted due to this. So we were checking if we can ex...
by SachinCho
Fri May 31, 2013 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set Transaction Isolation level in Oracle Enterprise
Replies: 3
Views: 2538

How to set Transaction Isolation level in Oracle Enterprise

Dear All,
We need to set transaction isolation level in Oracle Enterprise stage.
Any pointers

-Sachin
by SachinCho
Fri Jul 20, 2012 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS
Replies: 12
Views: 6989

I am using write method as Load. I tried reading generated ctl file for the same and following are contents of the same. It is using some "FIX 20". OPTIONS(DIRECT=TRUE, PARALLEL=TRUE, SKIP_INDEX_MAINTENANCE=YES) LOAD DATA INFILE '/data03/Scratch/Scratch12/ora.1183988.635332.fifo.0.out' &qu...
by SachinCho
Fri Jul 20, 2012 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS
Replies: 12
Views: 6989

Yes. Already done this. Have added peek parallel to oracle stage and data is coming properly till peek stage. Only existing spaces in string are getting preserved. But in ORACLE it is padded with additional spaces based on length of the string