Ask Your Question
1

What is the meaning of the error message "sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory"?

asked 2021-06-06 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-07-22 10:00:00 +0000

djk gravatar image

The error message means that the sqlplus program is unable to find and load a required shared library file called libsqlplus.so. The file may be missing, corrupt or may not have appropriate permissions. It could also be possible that the library file is located in a directory that is not included in the system's library path.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-06-06 11:00:00 +0000

Seen: 7 times

Last updated: Jul 22 '21