Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Install on Linux fails to create database ORA-06413

Re: Install on Linux fails to create database ORA-06413

From: Oliver Schoenwaelder <schoeni_at_okay.net>
Date: Wed, 19 May 1999 14:16:55 +0200
Message-ID: <3742ABB7.792BFB11@okay.net>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US