Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HOW TO CONNECT FROM CLIENT MACHINE TO REMOTE MACHINE(SERVER DATABASE MACHINE)

2684285Jul 26 2014 — edited Aug 1 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 29 2014
Added on Jul 26 2014
3 comments
1,249 views