Curiouser and curiouser...
Search found 42189 matches
- Tue Dec 12, 2006 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Load stage in Automatic mode
- Replies: 5
- Views: 2619
- Mon Dec 11, 2006 9:32 pm
- Forum: General
- Topic: abt sql overriding
- Replies: 3
- Views: 2442
Is it really so hard to add 'ou' when you mean to spell 'about'? And I don't see the point of chest thumping over ETL tools. Use one or the other, learn it well and unless you need to support both - who cares how the other one does it? Might as well get one of those 'My ETL Tool can beat up your ETL...
- Mon Dec 11, 2006 9:20 pm
- Forum: General
- Topic: regarding batch file
- Replies: 11
- Views: 4962
- Mon Dec 11, 2006 9:17 pm
- Forum: General
- Topic: Running batch file from DS job
- Replies: 11
- Views: 6106
- Mon Dec 11, 2006 6:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regarding peopletools process scheduler
- Replies: 4
- Views: 1059
And you really only have two choices when dealing with databases: Native or ODBC. Me, I always prefer a 'native' interface over something like ODBC, but that's just me. For Oracle, the native stage is the Oracle OCI stage you mentioned. You will need an appropriate Oracle client installed on the Dat...
- Mon Dec 11, 2006 5:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Load stage in Automatic mode
- Replies: 5
- Views: 2619
Oracle OCI Load stage in Automatic mode
Silly question, perhaps, but I don't use this stage in Automatic mode. However, I have inherited a series of jobs that do and I'm getting requests from my DBA for 'the logs'. Specifically, this is the ORAOCIBL stage, aka the Oracle OCI Load or the Oracle 8.1 Bulk Loader stage. There is this quoted f...
- Mon Dec 11, 2006 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could someone help me with some logic please
- Replies: 7
- Views: 1953
- Mon Dec 11, 2006 1:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
- Mon Dec 11, 2006 9:16 am
- Forum: General
- Topic: Running batch file from DS job
- Replies: 11
- Views: 6106
- Mon Dec 11, 2006 9:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: length conversion in the datastage
- Replies: 3
- Views: 843
- Mon Dec 11, 2006 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASHED FILE PROPERTIES
- Replies: 3
- Views: 1121
- Mon Dec 11, 2006 9:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncate table re use storage
- Replies: 3
- Views: 1575
- Mon Dec 11, 2006 9:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could someone help me with some logic please
- Replies: 7
- Views: 1953
- Mon Dec 11, 2006 8:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob command
- Replies: 9
- Views: 4230
You need to 'source' dsenv first, then run the dsjob command:
Code: Select all
cd $DSHOME
. ./dsenv
./bin/dsjob [arguments]- Mon Dec 11, 2006 12:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connection Dead
- Replies: 12
- Views: 7727
Re: Oracle Connection Dead
Occurred: 5:14:40 AM On date: 12/11/2006 Type: Fatal Event: APT_CombinedOperatorController(1),0: [DataDirect][ODBC Oracle Wire Protocol driver][Oracle]Connection Dead. I would guess you may be running afoul of an idle timeout in the Oracle database. In other words, you connected to it and then didn...