Search found 53125 matches
- Fri Nov 04, 2011 3:03 pm
- Forum: General
- Topic: Using a plsql function
- Replies: 3
- Views: 1647
It is not possible by any other means. A plsql function must be invoked from within an SQL statement. Therefore any stage that needs to use it must run some SQL. The stages that connect to Oracle are the only ones that can run Oracle SQL. (One exception: you could set up a command that runs sqlplus ...
- Fri Nov 04, 2011 2:59 pm
- Forum: General
- Topic: job run as per the sequence available
- Replies: 9
- Views: 6130
- Fri Nov 04, 2011 2:55 pm
- Forum: General
- Topic: Export Datastage project from one client machine to other
- Replies: 3
- Views: 1575
- Fri Nov 04, 2011 2:53 pm
- Forum: General
- Topic: Datastage to Stored Procedures conversion
- Replies: 7
- Views: 2545
Re: Datastage to Stored Procedures conversion
<rant>Resist stupid requirements!</rant>manikandan.kulanghat wrote:As part of our new requirement...
- Fri Nov 04, 2011 2:52 pm
- Forum: General
- Topic: Datastage to Stored Procedures conversion
- Replies: 7
- Views: 2545
- Fri Nov 04, 2011 1:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job failure issue
- Replies: 4
- Views: 3566
- Fri Nov 04, 2011 1:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Issue in ODBC Enterprise
- Replies: 10
- Views: 3372
It depends on a number of factors. As a starting value use then experiment.
Code: Select all
Int((network packet size) / (average record size))- Fri Nov 04, 2011 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: transformer lookup
- Replies: 16
- Views: 4290
- Fri Nov 04, 2011 1:20 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: NVarchar datatype is not recognizing by Information Analyzer
- Replies: 1
- Views: 3164
- Thu Nov 03, 2011 7:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Contents of phantom output file
- Replies: 7
- Views: 2407
- Thu Nov 03, 2011 7:18 pm
- Forum: Site/Forum
- Topic: Premium membership activation process
- Replies: 1
- Views: 2883
It's variable, but usually faster than that. An email to editor@dsxchange.com may help.
- Thu Nov 03, 2011 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Contents of phantom output file
- Replies: 7
- Views: 2407
- Thu Nov 03, 2011 4:14 pm
- Forum: General
- Topic: job run as per the sequence available
- Replies: 9
- Views: 6130
- Thu Nov 03, 2011 4:06 pm
- Forum: General
- Topic: Unix Script for restartability
- Replies: 16
- Views: 3062
It won't. You need checkpoints for that. Or you can create the same logic in your sequence. Before every activity check whether (a) the sequence failed to finish successfully and (b) whether that activity finished successfully and, based on those results, make the decision whether to invoke the acti...
- Thu Nov 03, 2011 1:32 pm
- Forum: General
- Topic: Unix Script for restartability
- Replies: 16
- Views: 3062