How do you test SQL*Net between 2 databases (DATABASE1 DATABASE2) to see if all is fine
Printable View
How do you test SQL*Net between 2 databases (DATABASE1 DATABASE2) to see if all is fine
Set your tnsnames.ora and then
tnsping servicename --- To make sure that you are able to reach
sqlplus username/password@servicename -- Confirm the connection
Sam