Oracle-Client connect to Server Database problem# Database - 数据库
j*i
1 楼
Hi,I got a problem with the connections.
I build a database on server(servername="ABC"),database name="ZZ"
At first I can't connect to the database on server itself.
Error:
ORA-12203: TNS:unable to connect to destination
after I changed the TNSNAMES.ORA,it is OK.
add
ZZ.world =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = ZZ)
)
(CONNECT_DATA = (SID = ZZ)
)
)
however,now I trying to connect from sql plus on the client machine,
I can't go through with it.
I
I build a database on server(servername="ABC"),database name="ZZ"
At first I can't connect to the database on server itself.
Error:
ORA-12203: TNS:unable to connect to destination
after I changed the TNSNAMES.ORA,it is OK.
add
ZZ.world =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = ZZ)
)
(CONNECT_DATA = (SID = ZZ)
)
)
however,now I trying to connect from sql plus on the client machine,
I can't go through with it.
I