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: Oracle 9i JDBC Thin Drivers for NT

Re: Oracle 9i JDBC Thin Drivers for NT

From: Sergey M <msu_at_pronto.msk.ru>
Date: Wed, 24 Oct 2001 11:13:48 +0400
Message-ID: <9r5pnk$2ukq$1@serv2.vsi.ru>

"abhirai" <Arai_at_orange.net.au> сообщил/сообщила в новостях следующее: news:3bd5503c$1_at_usenetgateway.com...
> Jennifer Alford wrote:
> > Do the 8.1.7 JDBC Thin Drivers for NT work with Oracle 9i? Oracle does
> > not offer a version explicitly for 9i on technet.oracle.com
> > Jennifer
>
> hi java guys,
>
> i am having problem with JDBC driver.
>
> i am using Oracle JDBC Thin Driver 9.0.1 with BEA Weblogic 6.1 on
> Solaris platform.
>
> I am getting exceptions java.sql.SQLException : ORA0060
>
> does anybody have any idea for these exceptions ??
>
> ta abhijeet rai

ORA-00060 deadlock detected while waiting for resource

Cause: Your session and another session are waiting for a resource locked by the other. This condition is known as a deadlock. To resolve the deadlock, one or more statements were rolled back for the other session to continue work.

Action: Either:

Enter a ROLLBACK statement and re-execute all statements since the last commit or

Wait until the lock is released, possibly a few minutes, and then re-execute the rolled back statements Received on Wed Oct 24 2001 - 02:13:48 CDT

Original text of this message

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