Home > database >  Centos silent install oracle, installed up sqlplus error for help
Centos silent install oracle, installed up sqlplus error for help

Time:09-26

Silent install oracle, up sqlplus tips as follows, I installed for the first time,
how to solve?
Up sqlplus: symbol lookup error:/opt/oracle/product/11.2.0/db_1/lib/libclntsh. So. 11.1: undefined symbol: nnfyboot

CodePudding user response:

The problem is caused by Unix ODBC2.3.0,

Need to download and install unixODBC 2.3.0
Downloading from www.unixodbc.org, or
http://olex.openlogic.com/package_versions/download/10003? Package_version_id=5966 & amp; Path=openlogic/unixodbc/2.3.0/openlogic - unixodbc - 2.3.0 - all - SRC - 2. Zip
Add two parameters: when the configure - sysconfdir=/etc -- prefix=/usr
And then make install installed can!

CodePudding user response:

The installation process if you ignore some of the RPM package not installed warning?

CodePudding user response:

reference 1st floor qq646748739 response:
the problem is caused by Unix ODBC2.3.0,

Need to download and install unixODBC 2.3.0
Downloading from www.unixodbc.org, or
http://olex.openlogic.com/package_versions/download/10003? Package_version_id=5966 & amp; Path=openlogic/unixodbc/2.3.0/openlogic - unixodbc - 2.3.0 - all - SRC - 2. Zip
Add two parameters: when the configure - sysconfdir=/etc -- prefix=/usr
And then make install installed can!

ODBC package how to build relationship and up sqlplus, no ODBC up sqlplus should also normal operation,
  • Related