Notifications
Clear all

SQLPlus: Error 57 initializing SQL*Plus

1 Posts
2 Users
0 Likes
4,659 Views
0
Topic starter

A developer is having trouble connecting to the Oracle 18 XE database.

To test the connection, the developer tried connecting from the command prompt with the following:

sqlplus system/password@localhost:1521/XEPDB1
 
Oracle returns the error message:
 
Error 57 initializing SQL*Plus
Error loading message shared library
 
What does this error message mean and how should we resolve it?
Topic Tags
1 Answer
0

Can they make sure ORACLE_HOME and LD_LIBRARY_PATH are correctly set?