Installing Oracle 11g on Linux [Oracle Net Services configuration failed.] /product/11.1.0/db_1/bin$./netca
Error message:
UnsatisfiedLinkError exception loading native library: njni11
java.lang.UnsatisfiedLinkError: jniGetOracleHome at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method) at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source) at oracle.net.ca.NetCA.main(Unknown Source) Oracle Net Services configuration failed. The exit code is -1
Solution:
sudo apt-get install build-essential libaio1 gawk ksh
after a successful completion of the installation u should find this on the terminal window u were working on.
Oracle Net Services Configuration:
Configuring Listener:LISTENER
Listener configuration complete.
Oracle Net Listener Startup:
Running Listener Control:
/u01/app/oracle/product/11.1.0/db_1/bin/lsnrctl start LISTENER
Listener Control complete.
Listener started successfully.
Oracle Net Services configuration successful. The exit code is 0
you can set the tone for your database configuration assitant (dbca)
Enjoy. :)
Please leave comments if u have a problem..
Comments
Post a Comment