Search found 5168 matches
- Tue Dec 05, 2006 12:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error with the message key value already kept
- Replies: 4
- Views: 1733
- Tue Dec 05, 2006 12:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to avoid first five rows from the source in Importing
- Replies: 6
- Views: 1799
So how can i avoid first five rows to sourch while importing
You can use
Code: Select all
tail +6 filename- Tue Dec 05, 2006 12:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC connection error
- Replies: 3
- Views: 3523
Have you setup the DNS entry for Datastage for those database. Update uvodbc.config and .odbc.ini which is under $dshome. The same can also be found under the respective project folder. First try to do tnsping from the datastage server to the database to verify the tnsnames.ora has been updated corr...
- Tue Dec 05, 2006 12:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: design question
- Replies: 4
- Views: 1289
- Mon Dec 04, 2006 7:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: design question
- Replies: 4
- Views: 1289
- Mon Dec 04, 2006 7:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: file name
- Replies: 9
- Views: 2055
- Mon Dec 04, 2006 7:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding query repository
- Replies: 8
- Views: 1822
And the OLETYPE for Jobs are 'CJobDefn'.
So if you change your query as following you can get the result.
So if you change your query as following you can get the result.
Code: Select all
select @ID,NAME "JOB_NAME",OBJID,OBJTYPE,OBJNAME,OBJIDNO FROM DS_JOBOBJECTS where @ID like '%ROOT' and OLETYPE like '%Defn' and OBJTYPE = 'J' order by OBJIDNO- Mon Dec 04, 2006 6:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding query repository
- Replies: 7
- Views: 1667
Hi Abhi, The output for LIST DICT or LIST ITEM and SELECT will be different. Select will give the list of data available in the Hashed table. LIST DICT will give the data dictionary(Metadata) for the table. You can use LIST DS_JOBOBJECTS to get the similar result of SELECT * FROM DS_JOBOBJECTS. Simi...
- Mon Dec 04, 2006 6:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding query repository
- Replies: 8
- Views: 1822
- Sun Dec 03, 2006 9:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding query repository
- Replies: 7
- Views: 1667
- Sun Dec 03, 2006 6:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORALCE REJECTS
- Replies: 11
- Views: 2594
- Sun Dec 03, 2006 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error: unable to delete
- Replies: 5
- Views: 1954
- Sun Dec 03, 2006 5:59 pm
- Forum: Site/Forum
- Topic: No Limits.
- Replies: 11
- Views: 5632
No Limits.
The Usual exciting show from Ray and Craig!!!
Ray on 16K and Craig on 8K. Ray still maintains his benchmarks with Craig.
Nothing gonna stop them.
Ray on 16K and Craig on 8K. Ray still maintains his benchmarks with Craig.
Nothing gonna stop them.
- Sun Dec 03, 2006 5:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error missing ORA.DLL
- Replies: 6
- Views: 1931
- Fri Dec 01, 2006 2:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL Batch Process & Timings
- Replies: 1
- Views: 951