|
|
Re: How can I connect a remote oracle with pro*c? [message #93534 is a reply to message #93493] |
Thu, 09 May 2002 12:19 |
Yeon
Messages: 6 Registered: April 2002
|
Junior Member |
|
|
Use connection string.
-Server database's listener need to be set up first,
using Oracle database's 'Net Configuration Assistant'
-Client side data base also need to be set up,
using the tool above.
-Now on your '.pc' file will have 'AT' statement somewhere
where 'CONNECT' statement resides.
-Find out more about 'AT' statement at oracle website.
|
|
|
|
|