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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Can't login to oracle other than SYSDBA

Re: Can't login to oracle other than SYSDBA

From: Alex Gorbachev <gorbyx_at_gmail.com>
Date: Fri, 9 Jun 2006 20:19:40 +0200
Message-ID: <c2213f680606091119ncc8b271w88331af9e23d5ca2@mail.gmail.com>


"after cold backup is finished, all the application processing starts happening and they eventually run out something." Well, if connection to the database is not possible other than AS SYSDBA than application can't connect (it doesn't connect as sysdba. does it?) and process something so hard that it runs out of something.

If you are able to connect as sysdba - check v$session to see if process that is trying to connect hangs somewhere in Oracle (i.e. after session is established). If so than check v$session_wait to see what it's doing. Check AFTER LOGON triggers if any.

Are you doing logons locally or via listener? If listener is used - try to enable trace on listener and check logs. For local connection - you can try OS debugger (strace, tusc, truss, etc.).

-- 
Best regards,
Alex Gorbachev

http://oracloid.blogspot.com
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jun 09 2006 - 13:19:40 CDT

Original text of this message

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