Search found 3329 matches
- Mon Jun 22, 2009 1:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Help_ My jobs aborted in the middle of loading
- Replies: 9
- Views: 1966
- Mon Jun 22, 2009 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: whitespace between two words
- Replies: 13
- Views: 3668
- Mon Jun 22, 2009 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: whitespace between two words
- Replies: 13
- Views: 3668
- Mon Jun 22, 2009 8:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: whitespace between two words
- Replies: 13
- Views: 3668
- Mon Jun 22, 2009 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Help_ My jobs aborted in the middle of loading
- Replies: 9
- Views: 1966
- Mon Jun 22, 2009 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Help_ My jobs aborted in the middle of loading
- Replies: 9
- Views: 1966
Are you saying that it had happened or you want to prevent such happening? Unless there is any metadata related information to locate records affected by current load, you cannot restart from failure. Alternatively you can set the commit size to zero to ensure that it is everything or nothing. There...
- Mon Jun 22, 2009 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: whitespace between two words
- Replies: 13
- Views: 3668
- Mon Jun 22, 2009 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can i query on flat files
- Replies: 13
- Views: 3213
Priyadarshi, Using ODBC drivers for text files may be simpler option. Creating external tables in Oracle is not straightforward. You have several hurdles to clear - such as create oracle directory, grant priv to the user, create external table ddl, grant select to the user. Also this must be visible...
- Mon Jun 22, 2009 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BuildOp
- Replies: 1
- Views: 551
- Mon Jun 22, 2009 2:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: non-existent field issue
- Replies: 7
- Views: 14159
- Fri Jun 19, 2009 1:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: non-existent field issue
- Replies: 7
- Views: 14159
- Wed Jun 10, 2009 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: delete file using afterjobroutine
- Replies: 7
- Views: 1997
- Tue Jun 09, 2009 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting Dataset file
- Replies: 4
- Views: 1174
- Fri Jun 05, 2009 5:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stripping header and trailer record from input files
- Replies: 13
- Views: 4572
Code: Select all
egrep -v '^HR|^TR' yourFileName- Fri Jun 05, 2009 5:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stripping header and trailer record from input files
- Replies: 13
- Views: 4572