Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Install on Linux fails to create database ORA-06413
Hi Geoff,
try the oerr command, it explains the error:
Usage: $ORACLE_HOME/bin/oerr facility error
Facility is identified by the three-letter prefix in the error string. For example, if you get ORA-7300, "ora" is the facility and "7300" is the error. So you should type "oerr ora 7300". If you get LCD-111, type "oerr lcd 111", and so on.
For your error this is reported:
06413, 00000, "Connection not open."
// *Cause: Unable to establish connection.
// *Action: Use diagnostic procedures to ascertain exact problem.
Hope that helps,
Oliver Received on Wed May 19 1999 - 07:16:55 CDT
![]() |
![]() |