Search found 42189 matches

by chulett
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

Thanks for the interesting quote, something I didn't notice when I peeped at the Help yesterday. It's interesting in the fact that it seems to be false as the jobs I discussed populate an Oracle instance on a remote server, one not residing on the DataStage server. :?

Curiouser and curiouser...
by chulett
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...
by chulett
Mon Dec 11, 2006 9:20 pm
Forum: General
Topic: regarding batch file
Replies: 11
Views: 4962

Or just double-click on it. :wink:
by chulett
Mon Dec 11, 2006 9:17 pm
Forum: General
Topic: Running batch file from DS job
Replies: 11
Views: 6106

Ya folks, don't be shy! Jump on in with your thoughts and/or suggestions. :wink:
by chulett
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...
by chulett
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...
by chulett
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

us1aslam1us wrote:Also why are you trying to store timestamp in a date field??

Because it's an Oracle DATE field, I would guess. :wink:
by chulett
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

Two question marks would mean you need two columns. To do that you'd need to send the same batch_id in twice.
by chulett
Mon Dec 11, 2006 9:16 am
Forum: General
Topic: Running batch file from DS job
Replies: 11
Views: 6106

In other words, we've done what we can do sitting on the other side of your monitor. Now it's time to find someone on the same side of the glass as you and get another pair of eyes involved. :wink:

Hopefully someone DOS batch savvy.
by chulett
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

How are you importing the metadata? Via a plug-in?

What you do is correct it by editing the metadata, sometimes you need to be smarter than the tool and clean up any little messes it makes. :wink:
by chulett
Mon Dec 11, 2006 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASHED FILE PROPERTIES
Replies: 3
Views: 1121

In other words, you have a permissions problem.
by chulett
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

As far as I know, it just issues a 'truncate' which means it takes the default for storage options. Ask your DBA if you can control that default action, but I believe it does 'Drop Storage' unless explicitly told to 'Reuse Storage'.
by chulett
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

Yup... it is setting it once on the first row and then simply setting the value back to itself on every other row. In other words it's a static value. A better solution, IMHO, would be to put CurrentTimestamp call in the Initial Value of the stage variable, then simply leave the derivation blank.
by chulett
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]
by chulett
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...