I have two machine(PC1 and PC2).
I want to access oracle database from PC1 to PC2.
I have installed oracle 11g database
on PC1. and oracle 11g client(Admin)
on other machine PC2.
For accessing database on PC2 I have done following things:
- Update
tnsname.ora
file - location E:\app\IT\product\11.2.0\client_1\network\admin - Entry into path variable
E:\app\IT\product\11.2.0\client_1\network\admin
- Restart PC2.
Start sql Plus
from oracle-oraClient11g_home -> Application Development -> sql plus
Sql plus get start after providing user name and password that gives an error-
EORROR:
ORA-12560: TNS: protocol adapter error.
I am try this form last 2 days but still this error occurred.
Please Some body help me for solving this issue.