Total Pageviews

Sunday, August 28, 2022

ORA-12203: TNS: unable to connect to destination

OFF FIRE WALL ON BOTH DATABASE AND CLIENT

If needed

TNS ADMIN

TNS_ADMIN is an environment variable that points to the directory where the SQL*Net configuration files (like sqlnet.ora and tnsnames.ora) are located.

Windows:

set TNS_ADMIN=%ORACLE HOME%\network\admin

Unix/ Linux:

export TNS_ADMIN=$ORACLE HOME/network/admin

No comments:

Post a Comment

ORA-00845: MEMORY_TARGET not supported on this system

 The shared memory file system should have enough space to accommodate the MEMORY_TARGET and MEMORY_MAX_TARGET values. To verify: SQL> sh...