snassimr,
it shows the average; taking the ratio of Wall-Clock time and CPU time used.
Search found 15603 matches
- Tue Aug 30, 2005 10:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Monitoring %CP
- Replies: 3
- Views: 890
- Tue Aug 30, 2005 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL for Reference Inputs
- Replies: 2
- Views: 2162
- Tue Aug 30, 2005 4:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type "dfloat" ....
- Replies: 3
- Views: 1559
- Tue Aug 30, 2005 3:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in ODBC STAGE
- Replies: 16
- Views: 5086
qmbs, you really need to do some of the debugging work yourself, which is why I had stopped posting. Also, one-problem-one-thread plus, when you have a solution, post it so that others can benefit. Instead of including the generated source code (which is not going to solve the problem directly, sinc...
- Tue Aug 30, 2005 1:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Oracle write method "load" aborting
- Replies: 1
- Views: 892
(even though this response comes shortly after I posted the question, we did spend most of last night trying to get an answer to this, with DBAs, DS people and SYSOPs involved) The DBA noticed that the newly created Oracle instance had UTF8 instead of the previous AL32UTF8 defined, dropped all table...
- Tue Aug 30, 2005 12:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Oracle write method "load" aborting
- Replies: 1
- Views: 892
PX Oracle write method "load" aborting
We have a simple job taking a dataset and writing it straight to a partitioned Oracle table. This job has run in the past, but yesterday the Oracle database was corrupted (due to hardward problems) and has been re-created. The grant select privileges in the docs were re-instituted but now the job ab...
- Mon Aug 29, 2005 10:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job report syntax error
- Replies: 20
- Views: 5561
- Mon Aug 29, 2005 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job report syntax error
- Replies: 20
- Views: 5561
- Mon Aug 29, 2005 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem writing to oracle stage(partitoned-index organized)
- Replies: 4
- Views: 1450
- Mon Aug 29, 2005 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in ODBC STAGE
- Replies: 16
- Views: 5086
- Mon Aug 29, 2005 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Short read encountered?
- Replies: 4
- Views: 4631
Can you have someone on the host help you to view the data? I think the file has terminators (otherwise DS wouldn't have known about the short read), so you can define the whole row as a CHAR(nnn) and let DS do the EBCDIC->ASCII conversion, plus define that column attribute to be incomplete. That wi...
- Mon Aug 29, 2005 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem writing to oracle stage(partitoned-index organized)
- Replies: 4
- Views: 1450
How did you declare your index mode in the Oracle write stage? When loading to this type of partitioned table we have $APT_ORACLE_LOAD_OPTIONS set to "OPTIONS(DIRECT=TRUE,PARALLEL=FALSE)" as per the documentation and to not have problems loading. The documentation is pretty clear on the access right...
- Mon Aug 29, 2005 6:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in ODBC STAGE
- Replies: 16
- Views: 5086
- Mon Aug 29, 2005 5:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in ODBC STAGE
- Replies: 16
- Views: 5086
- Mon Aug 29, 2005 5:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extraction of excel sheet from unix server?
- Replies: 2
- Views: 659
Re: Extraction of excel sheet from unix server?
Hello Sravan, those are some pretty broad questions, so the answers will of necessity be as general: How do I extract an Excel spreadsheet from my Unix DataStage server? If the Excel spreadsheet and the server are both on Windows then you can use ODBC, these drivers are free on that platform. The OD...