connectivity [message #66226] |
Wed, 06 February 2002 21:06 |
akshay
Messages: 12 Registered: December 2001
|
Junior Member |
|
|
How can I access a database from one machine to another
Kindly tell the steps briefly.
Akshay
|
|
|
Re: connectivity [message #66228 is a reply to message #66226] |
Thu, 07 February 2002 09:35 |
Balaji
Messages: 102 Registered: October 2000
|
Senior Member |
|
|
Steps:
1. Start listener on machine 1 and 2
2. Update tnsnames.ora (located in $ORACLE_HOME/network/admin) on both machines
to point to services on the other machine.
3. Now you should be able to connect to
databases on these machines from
each other - using sqlplus or other tools
Balaji
|
|
|
|