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: Dead Lock in Temporary Tables 8.1.6 ... HELP !

RE: Dead Lock in Temporary Tables 8.1.6 ... HELP !

From: Vadim Gorbounov <vgorbounov_at_simplyengineering.com>
Date: Mon, 14 May 2001 09:36:47 -0700
Message-ID: <F001.00302B01.20010514093626@fatcity.com>

Hi, Arul,
Do you have index on this table? If yes, can you drop this index and try how it works? You may hit a bug.
HTH
Vadim

-----Original Message-----
Sent: Monday, May 14, 2001 6:40 AM
To: Multiple recipients of list ORACLE-L

Hi Ora DBAs,

I am working on Oracle 8.1.6 version on SUN SOLARIS 5.6 platform.

We r using a backend procedure which first TRUNCATEs a table ( GLOBAL TEMPORARY TABLE - created with ON COMMIT PRESERVE ROWS !) and then populates with data.

After making a connection to the database, first time when executed reports a " DEAD LOCK " on the table and comes out. Same procedure, if executed once again doesn't report any error. It reports the error only for the first time after a connection is established. Why ?

I am sure there was no other user using that table at the time of procedure execution.

Thanks in advance.

Regards,
Arul.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Arul kumar
  INET: rakumar_at_mahindrabt.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Vadim Gorbounov
  INET: vgorbounov_at_simplyengineering.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon May 14 2001 - 11:36:47 CDT

Original text of this message

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