Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Dead Lock in Temporary Tables 8.1.6 ... HELP !
Hi Vadim,
Thanks for the reply. But, there is no index objects on that temporary table.
Arul.
Vadim Gorbounov wrote:
> 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).Received on Tue May 15 2001 - 04:35:18 CDT