That is a good choice. The Oracle Migration Workbench I think is the name.
If you need to create the tables with DataStage then there is a routine to create the DDL from records in DS_METADATA called KgdCreateDdlMetadata. It is on my tips page. I think it has been posted on this site too.
Search found 4605 matches
- Wed Aug 03, 2005 7:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px design approach question - fishing for better ideas
- Replies: 11
- Views: 3453
- Wed Aug 03, 2005 6:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparison between two tables
- Replies: 5
- Views: 1029
- Wed Aug 03, 2005 4:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determining the last date of previous month
- Replies: 7
- Views: 2088
- Wed Aug 03, 2005 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparison between two tables
- Replies: 5
- Views: 1029
- Wed Aug 03, 2005 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to connect to DS server
- Replies: 14
- Views: 3973
- Wed Aug 03, 2005 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to connect to DS server
- Replies: 14
- Views: 3973
If you are on UNIX then this is an easier problem to fix. In UNIX the users need to all be in the dstage group. If you run multiple groups then you need to open up these files. As root: cd `cat /.dshome` chmod -R 777 .DBsetup.log DSOStemp* DS_LICENSE UV_* catdir sql unohist chmod -R o+rx bin chmod -...
- Wed Aug 03, 2005 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px design approach question - fishing for better ideas
- Replies: 11
- Views: 3453
I misread the original post. These are straight table copies. I was think this was 400 jobs that need to be converted from DB2 jobs to Oracle jobs. This is much easier. Do one job exactly like you want. Then import all the tables. Export the one job and all the tables and send it to me. I can genera...
- Wed Aug 03, 2005 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px design approach question - fishing for better ideas
- Replies: 11
- Views: 3453
- Wed Aug 03, 2005 2:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determining the last date of previous month
- Replies: 7
- Views: 2088
- Wed Aug 03, 2005 12:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ampersand symbol in the filename
- Replies: 4
- Views: 1474
- Wed Aug 03, 2005 12:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px design approach question - fishing for better ideas
- Replies: 11
- Views: 3453
Why can't you put an Oracle stage on the palette and drag the link over from DB2 to Oracle and save everything but the connection information. As long as they do not change the column names then just import the new tables and overwrite the column definitons to change the data types. I would think yo...
- Wed Aug 03, 2005 9:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Monitoring the history log
- Replies: 2
- Views: 636
- Tue Aug 02, 2005 8:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: command line example to Import .dsx files
- Replies: 4
- Views: 1346
- Tue Aug 02, 2005 8:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filling Gaps in tables
- Replies: 4
- Views: 1202
- Tue Aug 02, 2005 8:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Emailing the results
- Replies: 14
- Views: 3332
If you are on UNIX then EtlStats will do all this. There is a parameter which is called EmailFlag. If this is not 0 then it will email this as an attachment. It uses Email.ksh to send these attachments because this did not work well in older versions of DataStage. It works great this way and I have ...