I did this once a long time ago.
IIRC you set the datasource parameter to the oracle oid
'test.world' in your case.
On Sat, Sep 01, 2001 at 08:44:24PM -0500, Sanjivendra Nath wrote:
> 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.