Hi friends.
I need your valuable help,
I am using oracle 11g database.
I have two system.One is client machine and installed oracle 11G client software.
and from this machine user can connect remote server database(This is old remote system, this is just for Information).
And i have created one new database called RMANP in new remote server machine (this is the machine, in which i need to connect from client machine)
ex
CLIENT MACHINE DETAIL IS:
system66
ip address is 192.162.21.66
REMOTE SEVER MACHINE DETAILS IS:
system56
ip address is 192.162.21.56.
and i add entry on client machine tnsname.ora file like following,
RMANP=
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=TCP)
(HOST=192.168.21.56)
(PORT=1521)
)
(CONNECT_DATA=
(SERVICE_NAME=rmanp)
)
)
But when i try to connect to remote server from client machine in sqlplus, i am getting an error, Like following,
SQL> CONN SYS/SYSPW AS SYSDBA;
ERROR:
ORA-12560: TNS:protocol adapter error