accessing a Oracle Database on a differnet server

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Pavan_Yelugula
Premium Member
Premium Member
Posts: 133
Joined: Tue Nov 23, 2004 11:24 pm
Location: India

accessing a Oracle Database on a differnet server

Post by Pavan_Yelugula »

hi all
we are trying to access a oracle database loaded on a different unix box.
we have our datastage on a differnt server and oracle database on a different database.

Any pointers how this can be done

Thanx and Regards
Pavan
davidnemirovsky
Participant
Posts: 85
Joined: Fri Jun 04, 2004 2:30 am
Location: Melbourne, Australia
Contact:

Post by davidnemirovsky »

Install the Oracle Client on the Datastage server.

Make sure your "tnsnames.ora" file on the Datastage server has the entry for the Oracle Database on the Oracle DB Server.
Cheers,
Dave Nemirovsky
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Make sure you can connect ot the desired database from the etl server with sqlplus.
If so there is no reason datastage will not connect.
Pavan_Yelugula
Premium Member
Premium Member
Posts: 133
Joined: Tue Nov 23, 2004 11:24 pm
Location: India

we are able to connect to the other database with sqlplus

Post by Pavan_Yelugula »

we are able to get through with sqlplus.should we be changing something to import the table definitions in datastage manager.
davidnemirovsky
Participant
Posts: 85
Joined: Fri Jun 04, 2004 2:30 am
Location: Melbourne, Australia
Contact:

Post by davidnemirovsky »

You should be using the exact same credentials as you've used for SQL Plus.

Make sure you're using the correct 'Plug-in Metadata Definitions' in the Manager ie. Ora8i for Oracle8i, Ora9i for Oracle9i etc.
Cheers,
Dave Nemirovsky
Post Reply