Connecting to an oracle table using oracle enterprise stage!

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
msarkar00
Participant
Posts: 16
Joined: Fri Aug 18, 2006 3:22 am

Connecting to an oracle table using oracle enterprise stage!

Post by msarkar00 »

*** Error executing command: orchdbutil show D3_CUSTOMERS_INTERFACE_ALL -dbtype oracle -server psdev -dboptions *********
##I TFCN 000001 16:55:21(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5.2
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TUTL 000031 16:55:21(001) <main_program> The open files limit is 2000; raising to 2147483647.
##I TCDU 000005 16:55:21(002) <main_program> Unable to access database {0}DB type 'oracle' presumed to be oracle.
##E TCDU 000002 16:55:21(003) <main_program> Unable to access database {0}Oracle: not present
##E TCDU 000006 16:55:21(004) <main_program> Unable to access database {0}Unable to load library 'orchoracle'.

Could anyone help??
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

Do an exact search on "Unable to access database" you will have good responses in previous posts.

Sam
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The messages you've posted suggest that the Oracle client software is not installed or not properly configured on one or more of the DataStage processing nodes.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
johnthomas
Participant
Posts: 56
Joined: Mon Oct 16, 2006 7:32 am

Post by johnthomas »

HINTS

You may need the 32 oracle client installed in your server . Also
check your environment setting in
/var/dstage/Ascential/DataStage/DSEngine/dsenv
JT
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

and if it is installed then check the path is defined in the environment.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Paths. Command directory search path (PATH) and shared library directory search path (LD_LIBRARY_PATH or SHLIB_PATH or LIBPATH depending on your operating system).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply