Hi!
You have three parameters to set databasename(or alias), username and
password.
e.g.:
ns_param datasource "PROD" ;
ns_param user epes ;# Username for database
ns_param password _0rac13_ ;# Password for database
Ariel.
_______________________________
Ariel E. Carn�
Buenos Aires - ARGENTINA
e-mail: [EMAIL PROTECTED]
----- Original Message -----
From: "Sanjivendra Nath" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 01, 2001 10:44 PM
Subject: [AOLSERVER] How do I connect remotely to Oracle using ora8.so?
> There are two parameters to specify in the config.tcl file:
>
> User
> Password
>
> This works fine when oracle is installed on the same box as the webserver.
>
> When I try to connect to Oracle on another box,
> I set [EMAIL PROTECTED], where test.world is defined in the oracle
> tnsnames.ora
>
> This still looks for Oracle on the local box, instead of checking
> tnsnames.ora for test.world.
>
> I know I've got Oracle setup correctly, 'cos sqlplus
[EMAIL PROTECTED]/tiger
> connects to remote oracle.
>
> What am I missing?
>
> Thanks,
> Sanju.