Home > database >  Oracle database is created on Java problem to be solved
Oracle database is created on Java problem to be solved

Time:10-20

Before installing the oracle, and then create the database, yesterday I want to create a library, to quote the following wrong, don't know how to solve, for bosses to see, thank you

[oracle @ localhost ~] $dbca
#
# An unexpected error has had been detected by the HotSpot Virtual Machine:
#
# SIGSEGV=0 (0 xb) at PC x00007fb6cdc8538a, pid=12735, tid=140423104907008
#
# Java VM: Java HotSpot (TM) 64 - Bit Server VM (1.5.0 _51 - b10 mixed mode)
# Problematic frame:
C # [libclntsh. So. 11.1 + 0 x6ef38a] snlinGetAddrInfo + 0 x92e
#
# An error report file with more information is saved as hs_err_pid12735. Log
#
# If you order a like to submit a bug report, both please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted (core dumped)
[oracle @ localhost ~] $

CodePudding user response:

Set the ORACLE_HOME environment variable such as? If set is an error, then try to set the LD_LIBRARY_PATH environment variable contains $ORACLE_HOME/lib directory

CodePudding user response:

Settings, just create the library a success when packed, just for a while after another library error is reported to the
Export ORACLE_BASE=/u01/app/oracle

Export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1

Export ORACLE_HOME_LISTNER=$ORACLE_HOME

The export is=former

The export PATH=$ORACLE_HOME/bin: $PATH

Export LD_LIBRARY_PATH=$ORACLE_HOME/libi:/lib/usr/lib:

Export the CLASSPATH=$ORACLE_HOME/jre: $ORACLE_HOME/jlib: $ORACLE_HOME/RDBMS/jlib

CodePudding user response:

Hs_err_pid12735. Is there anything valuable in the log the log information

CodePudding user response:

No, especially long, have found online to this problem, but didn't see clear the right solution
  • Related