ORA-12560: TNS:protocol adapter error
You get this error when the listeners port numbers dont match.
You have a port number (1521) specified in tnsnames.ora, There should be a correspondng listener running on the same port on the target database server. If the listener on the target database server is running on a different port, then you get this error.
No comments:
Post a Comment