No. Just restart the application you are running to access the database.
Check your TNSnames file format is correct and that all SID or SERVICES are correctly defined, along with the port number (usually 1521 or 1526).
Also ensure the SQLNET.ora file matches the format expected in the TNSnames file. ie. Some SQLNET files specify a domain of .world which means the entries in TNSnames COMMUNITY must also match the domain.
Changes to the tnsnames.ora take effect immediately. Re-booting Oracle has no effect upon tnsnames.ora files. If you are seeing the error, "TNS: no liserner", then it is not a database issue. I would check to ensure that the listener on the target machine is behaving properly. On the machine that domiciles your target database, at the o/s prompt, issue the command: "lsnrctl". At the Listener control prompt, enter the command, "status"; you should see the SID of your target instance. That is a good place to start. If that troubleshooting bears no fruit, let us know and we diagnose further.
Mufasa
(aka Dave of Sandy, Utah, USA @ 17:22 (01Oct04) UTC (aka "GMT" and "Zulu"), 10:22 (01Oct04) Mountain Time)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.