Site icon IT Tutorial

TNS-12557: TNS:protocol adapter not loadable

Hi,

Sometimes You can get “TNS-12557: TNS:protocol adapter not loadable ” error.

 

Details of error are as follows.

TNS-12557: TNS:protocol adapter not loadable

Cause: On some platforms (such as OS/2) protocol adapters are loaded at run-time. If the shared library (or DLL)
 for the protocol adapter is missing or one of its supporting libraries is missing then this error is returned.


Action: For further details, turn on tracing and reexecute the operation. The trace file will include the name 
of the shared library (or DLL) that could not be loaded.

 

 

 

 

This error is related with the TNS_ADMIN and bin directory are different in PATH  variable for Windows.
To solve this error, add TNS_ADMIN directory to the PATH variable on windows then save it and try it again.

Check PATH variable in Windows

ECHO %PATH%

 

Check PATH variable in Linux/Unix

echo $PATH

 

Or This error is caused by  32 bit application with 64 bit database, so try to use same client version for 64 bit database.

 

Or Check your Oracle Home and Oracle SID if they are set correctly or not.

 

 

Do you want to learn more details about RMAN, then read the following articles.

https://ittutorial.org/rman-backup-restore-and-recovery-tutorials-for-beginners-in-the-oracle-database/

 

Exit mobile version