Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: ORA-01012: not logged in
Versions of the database would help, as would more details about the code after the connect, but here is more detail on that particular error:
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.
"Marshal Yung" <marshal_at_mimos.my> wrote:
>Hi all,
>
>Need some serious help here. I have a Pro*C/C++ program on LINUX Redhat 6.0
>which connects to the database and write data into it. The connection method
>returns successful, but when the subsequent method attempts to write data
>into it, the error "ORA-01012: not logged in" appeared. What happened? What
>should I do? Please help.
>
>Thanks a lot in advance.
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =----- Received on Wed Aug 01 2001 - 08:52:25 CDT
![]() |
![]() |