Search found 4992 matches
- Fri May 21, 2004 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Database options: Oracle vs. SQL Server
- Replies: 6
- Views: 1322
It sounds like your data volume is low and well within the capabilities of SQL-Server. DS has ODBC drivers for Unix so that it can talk to SQL-Server. For your volumes, Oracle is more trouble than its worth. It's power is in materialized views, parallel query, partitioned tables, etc, all of which i...
- Thu May 20, 2004 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating a Hashfile from Routine
- Replies: 3
- Views: 673
- Thu May 20, 2004 8:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trigger type functionality in DATASTAGE
- Replies: 9
- Views: 2528
NO. You have an ETL tool, not a database. It's up to you to figure out how a row of source data needs to affect the target. If you put triggers into a database, you're removing T logic from your ETL tool and putting it into the database, where you cannot control performance, processing, or keep trac...
- Thu May 20, 2004 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating a Hashfile from Routine
- Replies: 3
- Views: 673
- Thu May 20, 2004 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Database options: Oracle vs. SQL Server
- Replies: 6
- Views: 1322
SQL-Server is cheap and easy. However, it doesn't have the shear power to deal with large volumes. It also matters how you're going to use the database, OLAP, transactional, whatever. Oracle is expensive and requires careful infrastructure architecture for high volumes, whch SQL-Server can't handle....
- Wed May 19, 2004 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CFF stage 2.2 gigabyte limit on linux?
- Replies: 1
- Views: 494
Hey, thanks for all the answers Called tech support and they actually called back before anyone on the forum could answer. Come on folks, we can't let tech support show us up!! 2.2 gig files are currently not supported in the CFF stage on linux, but they are now fixed on the Sequential stage (I've v...
- Wed May 19, 2004 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lock For Update For HashFile Stage - Am I missing something?
- Replies: 2
- Views: 622
- Wed May 19, 2004 12:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CFF stage 2.2 gigabyte limit on linux?
- Replies: 1
- Views: 494
CFF stage 2.2 gigabyte limit on linux?
Anyone know if there's a 2.2 gigabyte limit on the CFF stage?
- Wed May 19, 2004 9:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using an array as a job handler
- Replies: 30
- Views: 11129
- Wed May 19, 2004 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage basic looping csv file
- Replies: 9
- Views: 6762
Your issue is one of a recursive traversal using a linked-list. There is no ability using inherent DS stages to do what you wish. You could accomplish what you want two ways: custom DS BASIC function to traverse a hash lookup instead of using a hash stage; or put your data into a table and use SQL (...
- Wed May 19, 2004 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Function
- Replies: 8
- Views: 2365
- Wed May 19, 2004 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Hashed File Overflow
- Replies: 4
- Views: 1187
Check this out:
http://www.dsxchange.com/viewtopic.php?t=85364
http://www.dsxchange.com/viewtopic.php?t=85364
- Mon May 17, 2004 10:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage BAsic.
- Replies: 2
- Views: 1079
Try here:
http://www.pickwiki.com/cgi-bin/wiki.pl
also, do a google on Malcolm Bull for his site (can't get to it right now myself to give you the link, blocked by firewall today).
Also, everything is available on your Online Documentation folder under the Start button for Ascential.
http://www.pickwiki.com/cgi-bin/wiki.pl
also, do a google on Malcolm Bull for his site (can't get to it right now myself to give you the link, blocked by firewall today).
Also, everything is available on your Online Documentation folder under the Start button for Ascential.
- Mon May 17, 2004 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejects - capturning DBMS.CODE=ORA-01401
- Replies: 6
- Views: 2737
In order to parse the text message being return, you have to look in the job log. This is extremely inefficient. While you can get the DBMSCODE, translating it to the offending column is nearly impossible without inspecting the log message, and even then you may not be able to extract the column nam...
- Mon May 17, 2004 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS function to change first letter to upcase after a dot (.)
- Replies: 7
- Views: 2812