Search found 8 matches

by dtsipe
Fri Jun 06, 2003 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Problem
Replies: 5
Views: 2741

Hi,

I anderstood that you work with DB2.
What plug do you use for update ?
by dtsipe
Thu May 29, 2003 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading performance in Oracle
Replies: 8
Views: 3601

Hi Steve, Did you check oracle table constraints e.g. : primary key, checks, not null. All of them usually slow insert/update operation. Nevertheless your load speed is very low for OCI stage. I loaded using this stage 4000-5000 records per second on less powerful server. Try to ask DBA to check fol...
by dtsipe
Thu May 29, 2003 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading performance in Oracle
Replies: 8
Views: 3601

Possible solutions: 1. If you have indexes in table that might slow the insert operation. 2. You can split your input file and load by two OCI jobs in parallel. 3. Use sql*loader for straight forward move. 4. Ask you DBA or Sys Admin to monitor disk operations. Might be you run into bottle neck on s...
by dtsipe
Wed May 28, 2003 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance
Replies: 3
Views: 2376

Hi, I am not sure that this is performance problem. I run into this behavior once and I did next to spot the problem : 1. Check performance after getting rid of routines in transformer. If it works better try simplify your logic in routine. 2. If not, continue getting rid of rest of logic in your yo...
by dtsipe
Tue May 27, 2003 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple input files
Replies: 4
Views: 2261

Use DataStage scheduler in Director to submit batch that must loop through all the subdirectories. You can adjust time interval and frequency of execution on both Unix and NT platforms through. Allow multiple instance feature becouse you may kick off next instance before previos has finished. Regard...
by dtsipe
Tue May 27, 2003 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple input files
Replies: 4
Views: 2261

I don't understand where is the problem. Do you have multiple input files for Sql*Loader or one step bebore ?
by dtsipe
Tue May 27, 2003 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP JCL to mainframe to run
Replies: 4
Views: 2670

Other solution is to write FTP script in operating system including the kicking off of your MF job.
You can execute this script from DataStage job or post job event.

Regards.
by dtsipe
Mon May 26, 2003 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Connectivity Problems
Replies: 2
Views: 1817

Hi,

First of all try to connect to oracle using SQLPLUS interface from DataStage server.
My guess it won't work because of same adaptor error.
That mean you should reinstall oracle SQLPLUS client (on DataStage Server) in order to use OCI plugs.