The jobs will not fail if you import the tables again. It will prompt you to overwrite or not. It will add new columns and overwrite old ones.
If you output sequential files into one directory then UNIX cat command can combine them. Why would you want to do this?
Search found 4605 matches
- Wed Apr 13, 2005 7:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to output the tables from a output seq file to a file
- Replies: 5
- Views: 709
- Wed Apr 13, 2005 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: shell script
- Replies: 4
- Views: 1569
- Wed Apr 13, 2005 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSjobReport error
- Replies: 6
- Views: 3502
DSJobReport is a routine supplied with DataStage in the Before/After folders. Here is the long description: After Job subroutine which writes a Job report to a file InputArg is a string which can have 3 ';' seperated fields. Field 1 specifies the report type(0, 1 or 2) as recognized by DSMakeJobRepo...
- Tue Apr 12, 2005 9:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RANGE LOOKUP
- Replies: 1
- Views: 905
- Tue Apr 12, 2005 9:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Information about activities in DataStage
- Replies: 10
- Views: 2586
- Tue Apr 12, 2005 9:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: exception handling job sequence
- Replies: 2
- Views: 1985
- Tue Apr 12, 2005 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set job status to "not compiled"
- Replies: 4
- Views: 1586
- Tue Apr 12, 2005 9:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px Job logging a message directly
- Replies: 3
- Views: 1078
- Tue Apr 12, 2005 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs Aborting
- Replies: 7
- Views: 2069
You need to look at several places. I would start to run top or vmstat during these times. See if you can figure out if you are running out of swap space. In version 5 we had to sleep 20 seconds before we would start a second process. It would then allow us to get more processes running without abor...
- Mon Apr 11, 2005 7:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Full Job Description
- Replies: 8
- Views: 2302
- Mon Apr 11, 2005 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Full Job Description
- Replies: 8
- Views: 2302
The problem is there are multiple record types in DS_JOBOBJECTS. So what is field 4 in the ROOT record maybe hash file name in some other record type. So if you create a dictionary item for field 4 and do use OLETYPE in your WHERE clause then you just messed up hash file name. OLETYPE is the record ...
- Mon Apr 11, 2005 9:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Full Job Description
- Replies: 8
- Views: 2302
If you do not uderstand Universe then I am not sure I would do this. If you really want to pursue this then short description is field 4 and long description is field 7 of the ROOT record in DS_JOBOBJECTS. You need to be able to create dictionary items for field 4 and 7. Then just update with a WHER...
- Sun Apr 10, 2005 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Job Information? Pls Help asap!
- Replies: 9
- Views: 3302
- Sun Apr 10, 2005 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Job Information? Pls Help asap!
- Replies: 9
- Views: 3302
If you would upgrade then you could use EtlStats. This is a set of jobs and routines to get most of this. It updates a set of tables in the target like ETL_JOB, ETL_ROW_HIST and ETL_LINK. Everything you need except the 2 items below is already built for you. Stage Link Relationship Link Type (input,...
- Sat Apr 09, 2005 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage/Database performance
- Replies: 10
- Views: 3646
Rows per second are not a good indicator. It should be MB per second. You have 110 columns. Some of those could be large varchars. If you disabled your indexes and not removed them then that will change the performance as well. You always need to ANALYZE TABLE in Oracle when removing indexes or addi...