Search found 5 matches

by jitsreddy
Wed Mar 24, 2004 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing sysdate from sqlplus into dsjob -run paramtere
Replies: 1
Views: 2881

passing sysdate from sqlplus into dsjob -run paramtere

Hi, I want to pass the sysdate value that is generated by sql plus session into my dsjob run command. I tried the below, but it is giving an error. Can some one let me know how to pass this variable from unix to dsjob -run [param] command. sys=`$ORACLE_BIN/sqlplus -s user/pwd@project << eof set head...
by jitsreddy
Fri Jan 23, 2004 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with stored procedure
Replies: 1
Views: 2990

problem with stored procedure

Hi all, I have a problem with stored procedure. I have searched the whole forum but I couldn't get an answer. I was trying to use a stored procedure create or replace procedure code_value_procedure as code_value number(10); begin select code_ID into code_value from claims_transaction where claim_cod...
by jitsreddy
Tue Dec 30, 2003 6:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to increase buffer size in aggregator stage
Replies: 2
Views: 1568

how to increase buffer size in aggregator stage

Hi,
I am getting 2 millions records on which Iam using aggregator stage. How can I increase the buffer capacity such that the aggregator can perform its operation on these many number of rows.
thanks
by jitsreddy
Tue Dec 30, 2003 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dplicate lookups without ODBC or OCI stages
Replies: 2
Views: 1471

dplicate lookups without ODBC or OCI stages

I have a sequential which has to lookup into another file which has duplicate values on a feild. This is the pattern the files are in. seqfile 1 num code 1 1020 2 1030 In the other file are the lookup table which is like seq file 2 num value 1 20 1 30 1 40 2 60 when I do a lookup I need to get the o...
by jitsreddy
Thu Dec 04, 2003 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to scehdule datastage jobs using Unix?
Replies: 3
Views: 1604

How to scehdule datastage jobs using Unix?

Hi,

How to scehdule datastagejobs using Unix in DEVELOPMENT , QA and PRODUCTION Environment.

Thanks,
Reddy