Search found 258 matches

by samyamkrishna
Wed Jan 15, 2014 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load a packed decimal field from an EBCIDIC file
Replies: 4
Views: 3292

Load a packed decimal field from an EBCIDIC file

Hi,

We have a requirement to load packed decimal fields from an EBCIDIC file into a colum with RAW datatype in ORACLE.

How do we do this using a datastage job.
Any help will be appreciated.

Regards,
Samyam
by samyamkrishna
Fri Sep 13, 2013 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of Oracle 8 Partition option
Replies: 2
Views: 1705

Use of Oracle 8 Partition option

Hi, We are using Oracle Enterprise stage. and the job is running on 4 node. if we use Oracle 8 Partition option the jobs gives a warning saying "The index option included will be ignored because table loading will be done sequentially." So whats the point of this option if we cannot run it...
by samyamkrishna
Fri Jan 18, 2013 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OracleConnectorPX stage to run PL/SQL
Replies: 1
Views: 1472

OracleConnectorPX stage to run PL/SQL

Hi All, I want to run a Merge query in the Oracle connector PX stage and get the number of records processed in the director log. The PL/SQL block runs fien but in the director we can only see. "Number of records processed by the PL/SQL block on the current node: 1." How can i get the outp...
by samyamkrishna
Mon Dec 10, 2012 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing in datastage and Oracle
Replies: 2
Views: 1774

XML Parsing in datastage and Oracle

Hi All, We have a couple of jobs which read XML data from DB2 and loads into oracle. datastage is being used to extract the data and do parse the XML data into tabular format and load it into Oracle. These jobs are running for 4 hours each. What i am planning to do now is to load the data from DB2 t...
by samyamkrishna
Thu Sep 06, 2012 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Two oracle Servers in a single Oracle stage
Replies: 4
Views: 1476

Ya even i am trying to the same. Bulk load into a temp table and then merge it with teh actual table.

Lets see. If the support team aggres to this approach and the creation of new table we may just go ahed with this idea.
by samyamkrishna
Thu Sep 06, 2012 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Two oracle Servers in a single Oracle stage
Replies: 4
Views: 1476

We have a job which does this operation using two oracle stage. But the job runs for 3 hrs every day. Its a simple update insert job with 500 columns and 9 million record. What i was trying to do here was to push that operation onto the database side rather then fetching 9 million wide records fron ...
by samyamkrishna
Thu Sep 06, 2012 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Two oracle Servers in a single Oracle stage
Replies: 4
Views: 1476

Connect to Two oracle Servers in a single Oracle stage

Hi,

My requirement is to connect to two different oracle databases using a single oracle enterprise stage or an OCI stage.

Is this possible?

REgards,
Samyam
by samyamkrishna
Mon Aug 27, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with bulk load
Replies: 7
Views: 3495

DBA's have no solution for this.

Used an Oracle Enterprise stage to avoid this error.
by samyamkrishna
Fri Aug 24, 2012 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with bulk load
Replies: 7
Views: 3495

Allrite will go back the BBA's and check what this is.
by samyamkrishna
Fri Aug 24, 2012 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with bulk load
Replies: 7
Views: 3495

Error with bulk load

Hi, I am using a oracle connector stage. When it runs in insert mode the job runs fine. But when i change the load to bulk mode the job aborts with the following error. "Oracle_Connector_676,0: [IIS-CONN-ORA-001003] The OCI function OCIDirPathPrepare returned status -1. Error code: 600, Error m...
by samyamkrishna
Tue Jul 31, 2012 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in Schema file
Replies: 7
Views: 4507

Thanks a lot Ray And ArndW

I used this as a parameter and passed the value

POST_CODE:string[max=8] = string_trim[" ",end,begin] (POST_CODE)

Works brilliantly.
by samyamkrishna
Tue Jul 24, 2012 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in Schema file
Replies: 7
Views: 4507

Hi,

Sorry about that. Yes its a parallel job.

Regards,
Samyam
by samyamkrishna
Tue Jul 24, 2012 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in Schema file
Replies: 7
Views: 4507

Trim in Schema file

Hi, I am trying to trim few of the varchar columns. I am using a generic job which uses a schma file to load from the file to the database. Is there way i can use a trim function on the varchar columns. I saw few of the posts which said this is not possible in RCP. Want to get any idea on how to do ...
by samyamkrishna
Sun May 20, 2012 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import Failure
Replies: 1
Views: 1487

Re: Column Import Failure

In column import stage the input column for import was defined as Unicode.

I removed it and now the job is working super fine.

But what has double quotes got to do with unicode which was causing this problem.

Thanks,
Samyam