Server name in Oracle enterprize 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
cnu
Premium Member
Premium Member
Posts: 38
Joined: Fri Jan 11, 2008 10:04 am

Server name in Oracle enterprize stage

Post by cnu »

Hi:

I am using the Oracle enterprise stage tp read the daya from Oracle database.I am wondering where can give the server name in the stage.
In the properties tab there is DB Options and DB Options mode.
I am using the Userdefined SQL option.
In DB Option there is User and password only to enter.

Where can specify the database servername in the stage.Please give me advice.

Thanks in advance
Cnu
fmcmullan
Premium Member
Premium Member
Posts: 8
Joined: Thu Sep 29, 2005 9:19 am

Post by fmcmullan »

On the "Properties" tab, click on the "Connection" folder icon. In the lower right of the dialog is the "Available properties to add" section. Click on the "Remote Server" property to add that to the connection options. The value you enter in the top right of the dialog is the database name you are trying to connect to.
cnu
Premium Member
Premium Member
Posts: 38
Joined: Fri Jan 11, 2008 10:04 am

UserId and Password

Post by cnu »

Hi Thanks !!
Added the Server and specify the user name and passowrd also as user=user,password=password.It fail to connect when i click on View Data button.
But i am able to connect to the database by using same.
Is that way of passing user and password is correct.Please advice me.

Thanks
cnu
jseclen
Participant
Posts: 133
Joined: Wed Mar 05, 2003 4:19 pm
Location: Lima - Peru. Sudamerica
Contact:

Re: UserId and Password

Post by jseclen »

Hi cnu

In this case you must type the full that appear in the tnsnames.ora, for example

my.database.ora.com
{
etc
etc
}

when you define the property: Remote Server = my.database.ora.com

I hope this help
Saludos,

Miguel Seclén
Lima - Peru
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

It fail to connect when i click on View Data button
what is the error?
cnu
Premium Member
Premium Member
Posts: 38
Joined: Fri Jan 11, 2008 10:04 am

Server name in Oracle enterprize stage

Post by cnu »

Hi:
the error is select privileges.
I will work with DBA on that.

Thanks
cnu
cnu
Premium Member
Premium Member
Posts: 38
Joined: Fri Jan 11, 2008 10:04 am

Server name in Oracle enterprize stage

Post by cnu »

Hi:
the error is select privileges.
I will work with DBA on that.

Thanks
cnu
Post Reply