problem in Select in oracle tables

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vintipa
Participant
Posts: 136
Joined: Wed May 07, 2008 11:26 am
Location: Sydney, Australia
Contact:

problem in Select in oracle tables

Post by vintipa »

hi,

i get the following error when i try access data from a table in the orale database using oracle oci stage:
Job_Exception_Report..Tbl_Exception_Tbl: ORA-00936: missing expression
Job_Exception_Report..Tbl_Exception_Tbl.DSLink1: DSP.Open GCI $DSP.Open error -100.

but when i run this query in sqlplus it runs fine.datastage and databse are in different servers. oracle client is installed where datastage in there.Also
oracle oci stage does not show the DSN created for the database when trying to see the table structure through load -> import -> ODBC table defenitions.
Vinay
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

OCI != ODBC, use the Plug-in OCI metadata method to import. If you are using custom / user-defined SQL in the stage, post it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply