Page 1 of 1

OCI

Posted: Tue Dec 07, 2004 10:38 am
by Mark_E
hi,

i have an Oracle table which contains no data. however when i access this table through an OCI stage it returns in the excess of a million blanks. i am putting the OCI through a hash file into a transform. the reason why i am doing this is because at a later date the table will be eventually populated. my question is this why am i returning all these blank values. thanks in advance...

Re: OCI

Posted: Tue Dec 07, 2004 10:42 am
by ogmios
What's the SQL input query you use?

Ogmios

Posted: Tue Dec 07, 2004 10:53 am
by Mark_E
it is a simple select statement. no rows should be returned as the table is empty but i receive a million blanks.

Posted: Tue Dec 07, 2004 10:59 am
by ogmios
Then something probably is wrong with your SQL. Go to Toad or SqlPlus and execute it there, do you still get a million blanks? Because that's essentially all DataStage is doing when executing such an SQL.

Ogmios