how to connect to remote Oracle database, help me!!!# Database - 数据库
a*e
1 楼
In order to implement Oracle replication, I have to
connect to a remote Oracle8i server from my own Oracle8i
server. From Oracle's documentation, the systax in Sqlplus
is:
connect username/[email protected]
I only know the net-service-name of my own Oracle server.
I can log on to the other server by system account and I
know the JDBC connection string to that Oracle and the
instance I want.
How can I know net-service-name? Is there any other way to
do this?
Thank you very , v
connect to a remote Oracle8i server from my own Oracle8i
server. From Oracle's documentation, the systax in Sqlplus
is:
connect username/[email protected]
I only know the net-service-name of my own Oracle server.
I can log on to the other server by system account and I
know the JDBC connection string to that Oracle and the
instance I want.
How can I know net-service-name? Is there any other way to
do this?
Thank you very , v