Search found 63 matches

by ayan
Thu Apr 22, 2010 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using hint in OCI stage
Replies: 3
Views: 2180

using hint in OCI stage

Hi,

Can we use hints in SQL query in OCI stage? If I specify a parallel hint for a select query (which does a full table scan),will datastage read faster?

Regards,
Ayan
by ayan
Wed Mar 10, 2010 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage tuning
Replies: 6
Views: 3948

There is another property called Transaction size. I understand this number defines the Commit Interval and should not be too small .But does it have any correlation with array size like transaction size should be multiple of array size or something?
by ayan
Wed Mar 10, 2010 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage tuning
Replies: 6
Views: 3948

OCI stage tuning

Folks, I am devoloping a job which reads from oracle via oci stage .When I tried to configure the OCI stage I found these two prroperties called array size and prefetch memory setting.Could you please help me to undestand the exact significance of these two properties? Array size is 1 by default.Sho...
by ayan
Sun Mar 07, 2010 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Options on starting a job through a script
Replies: 6
Views: 2817

Well,I can see your point.Another question,can I mention IP in the -server option?
by ayan
Sun Mar 07, 2010 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Options on starting a job through a script
Replies: 6
Views: 2817

Options on starting a job through a script

Hi, I am writing a shell script which will check various conditions and then trigger the master sequence. Now if this script is run in the datastage box through the datastage login, do I still need to mention server, user, password in the DSJob call ? I guess not... But want to confirm it once. Rega...
by ayan
Mon Feb 15, 2010 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running shell script from after job subroutine
Replies: 10
Views: 4817

The problem got resolved.Actually I was constructing thescript call dynamically within the routine and setting the variable 'cmd'.The pathname of the script was getting populated incorrectly.Rectified that.Routine is working fine now.Thanks to you all for providing suggessions.

Regards,
Ayan
by ayan
Sat Feb 13, 2010 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running shell script from after job subroutine
Replies: 10
Views: 4817

Guys,thanks for your inputs.Actually the problem is not with relative or absolute path name of trigger file.I should have provided more information in the first post itself.Here is what I am trying to do : This after job sub routine captures the job statistics like start time ,end time,status etc.Ne...
by ayan
Fri Feb 12, 2010 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running shell script from after job subroutine
Replies: 10
Views: 4817

I actually looked for the trigger file in $DSHOME path.Should I look into someplace else?
by ayan
Fri Feb 12, 2010 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running shell script from after job subroutine
Replies: 10
Views: 4817

running shell script from after job subroutine

I am trying to run a shell script from after job subroutine without much success.I have crosschecked that the shell script statement is correct.Following is a code snippet : cmd='touch mytest.trg' Call DSExecute('UNIX',Cmd,Output,ReturnCode) Call DSLogInfo ( "Audit Routine Returns ":Return...
by ayan
Tue Feb 02, 2010 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing a job in a different folder
Replies: 4
Views: 2342

Yes,that works.So is that the only option?Any GUI alternative?
by ayan
Tue Feb 02, 2010 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing a job in a different folder
Replies: 4
Views: 2342

importing a job in a different folder

While exporting and importing a job,I have always noticed that the folder information is included in the .dsx file and if the folder is not present in the target project (where the job is being imported),it is created.Now if I want to import a job to a different folder (say a job is in folder X in D...
by ayan
Fri Jan 29, 2010 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a sequence
Replies: 4
Views: 2950

Ok,will set it in Administrator. Ray,it works.I was able to load it in oracle db(10G).Only problem I faced is that ,while querying toad I wsa not able to see the chinese data.But after using sql developer/isqlplus,data was getting correctly displayed.Don't know whether it's a toad problem or any ext...
by ayan
Thu Jan 28, 2010 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a sequence
Replies: 4
Views: 2950

setting environment variable from a sequence

Hi, I have a job that loads chinese data in oracle 10g db.For the loading to happen correctly I need to set the NLS_LANG value in datastage box to AMERICAN_AMERICA.AL32UTF8.I know that it can be done in a script i.e I set NLS_LANG for that session and call the job using DSJOB.But is there a way to d...
by ayan
Tue Jan 19, 2010 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage security features
Replies: 1
Views: 1533

datastage security features

Could anybody please give me some idea about what are the salient security features that datastage server version has?I actually need to come up with a small presentation to the client.What I can think of at present is that 1)client level authentication 2)server level authentication 3)password value...
by ayan
Mon Jan 18, 2010 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading Chinese data
Replies: 5
Views: 2481

Yes..did just that..working...Thanks.