PX unable to find an Oracle Instance

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
lakshman_gk
Participant
Posts: 7
Joined: Thu Oct 14, 2004 12:48 pm

PX unable to find an Oracle Instance

Post by lakshman_gk »

Hi,

We are facing a problem with PX. We are able to write into the Oracle Enterprise Stage but we are unable to read from the table. But we can read successfully from a file and write into a table. We were unable to View the data from Oracle Enterprise Stage while reading. We were getting an error like

OraInstanceSet::setup() failed to find an oracle instance on node node1( the hostname is 'XXXXX.com').

Datastage is on XXXXX.com server. But oracle was set up on a different server. We do not have any problem with the Server jobs. We are facing it only in PX. Can any one help us with this issue.

Thanks,
xlnc
Participant
Posts: 7
Joined: Mon Feb 21, 2005 4:43 pm

Post by xlnc »

Try to do a view data, then try to import the table definition from the ODBC stage, probabaly we might get some more information by doing this....let me know
XLNC
lakshman_gk
Participant
Posts: 7
Joined: Thu Oct 14, 2004 12:48 pm

Post by lakshman_gk »

Hi

Thanks for your reply. I don't have any problem in importing table definitions. Since there is no ODBC stage in PX, can you please clarify me what exactly you are expecting me to do.

Thanks,
Lakshman
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Can you check your config file for any nodes that are specific to Oracle and confirm that all their properties are valid.
chalasaniamith
Participant
Posts: 36
Joined: Wed Feb 16, 2005 5:20 pm
Location: IL

Re: PX unable to find an Oracle Instance

Post by chalasaniamith »

OraInstanceSet::setup() failed to find an oracle instance on node node1( the hostname is 'XXXXX.com').

First check the properties like target and connection in the designer and then check the config file.If still face the problem post it
anupam
Participant
Posts: 172
Joined: Fri Apr 04, 2003 10:51 pm
Location: India

Post by anupam »

Hello All,

I am also getting the similar kind of error. Please let me know the steps which i need to perform to progress.

Any kind of information is welcome.
----------------
Rgds,
Anupam
----------------
The future is not something we enter. The future is something we create.
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

Just to be clear - Can you write to an Oracle Table using the PX Stage?

Or are you writing to Oracle using Server and trying to Read the data using PX?
anupam
Participant
Posts: 172
Joined: Fri Apr 04, 2003 10:51 pm
Location: India

Post by anupam »

Hi,

When i am reading from one source system which is Oracle using Oracle Enterprise stage then I am getting this error.

The Job is unable to read the source system.
----------------
Rgds,
Anupam
----------------
The future is not something we enter. The future is something we create.
anupam
Participant
Posts: 172
Joined: Fri Apr 04, 2003 10:51 pm
Location: India

Post by anupam »

yes, select privilage is given to all the mentioned tables.
----------------
Rgds,
Anupam
----------------
The future is not something we enter. The future is something we create.
anupam
Participant
Posts: 172
Joined: Fri Apr 04, 2003 10:51 pm
Location: India

Post by anupam »

when i am using ORACI9 stage in server job then i am able to read the source system, but when i am using PX then i am getting error.

Please suggest
----------------
Rgds,
Anupam
----------------
The future is not something we enter. The future is something we create.
raviyn
Participant
Posts: 57
Joined: Mon Dec 16, 2002 6:03 am

Post by raviyn »

Try Putting this variable in User-Defined Environment Variables in Datastage Administrator to true
APT_ORACLE_NO_OPS Default Value - True..
See if it works...
HTH
anupam wrote:when i am using ORACI9 stage in server job then i am able to read the source system, but when i am using PX then i am getting error.

Please suggest
Post Reply