In this post , I am trying to cover common TNS errors and possible corrective measures. ORA-12154: TNS:could not resolve service name SQL> connect SYSTEM/manager@DEV ERROR: ORA-12154: TNS:could not resolve service name The most common TNS error mostly due to multiple ORACLE HOME, tnsnames.ora and sqlnet.ora conflicts. Check that the instance or database name is [...]
Archive for the ‘Oracle Network’ Category
21 Mar
Connections and Sessions
Establishing a Connection Before users can submit SQL statements to an Oracle database, they must connect to an instance. The user starts a tool such as SQL*Plus or runs an application developed using a tool such as Oracle Forms. This application or tool is executed as a user process. In the most basic configuration, when [...]