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

Home -> Community -> Usenet -> c.d.o.tools -> *****Oracle Error: ORA-01013*****

*****Oracle Error: ORA-01013*****

From: Vikram Rao <vikram_at_cisco.com>
Date: 2000/02/14
Message-ID: <Pine.GSO.4.10.10002141846310.29335-100000@vikram-u10.cisco.com>#1/1

Hi Oracle gurus,

I have a multithreaded server implemented in Java. The threads write to an Oracle database over a single connection. The methods that read/modify/create entries in the database are synchronized so two threads cannot access them at the same time.

I get the following error often (but not always) while writing to the database.

"got java.sql.SQLException java.sql.SQLException: ORA-01013: user requested cancel of current operation"

I am not cancelling by using control C or any other keys. Any ideas? ***Please reply to my email address****

Thanks! Received on Mon Feb 14 2000 - 00:00:00 CST

Original text of this message

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