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 -> ORA-01012: not logged on

ORA-01012: not logged on

From: Alex Vinokur <alexander.vinokur_at_telrad.co.il>
Date: Mon, 22 Nov 1999 01:05:07 -0800
Message-ID: <0a0133f8.b1f5da1e@usw-ex0102-009.remarq.com>

I have got the following error message: ORA-01012: not logged on

//===============================

Oracle8 Documentation
//-------------------------------

Oracle8 Error Messages
Release 8.0.4
A58312-01

<quote>
ORA-01012: not logged on

Cause: A host language program issued an Oracle call,

       other than OLON or OLOGON, without being logged on to Oracle.
       This can occur when a user process attempts to access the
database
       after the instance it is connected to terminates,
       forcing the process to disconnect.

Action: Log on to Oracle, by calling OLON or OLOGON,
        before issuing any Oracle calls.
        When the instance has been restarted, retry the action.

</quote>

//===============================

        Any additional explanations and examples would be appreciated.

        1. What (and where) do I have to do in my Pro*C/C++ program?
        2. What don't I have to do in my Pro*C/C++ program?

        Thanks in advance,
        Alex


//#########################################################
//------------------- Environment -------------------------

//---------------------------------------------------------

//#########################################################




Received on Mon Nov 22 1999 - 03:05:07 CST

Original text of this message

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