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

Home -> Community -> Mailing Lists -> Oracle-L -> ora-4020 after migrating to 9204

ora-4020 after migrating to 9204

From: Raj Jamadagni <rjamya_at_yahoo.com>
Date: Thu, 1 Jul 2004 10:44:52 -0700 (PDT)
Message-ID: <20040701174452.61023.qmail@web50007.mail.yahoo.com>


Got a report (oracle report) that uses dynamic_sql, the procedure name is get_network (defined inside the report). Since we migrated to 9204 (from 9202), when run from command line it shows a continuous stream of ora-4020 errors ... here is a snippet. No obvious open bugs found in metablink.

Since I can't read ora-4020 trace file details, does anyone know what the heck is going on? I know it is a self deadlock, matches a bug in (me thinks) 817 ... but was (claimed) fixed before 9i.

As I search for more information, please let me know if you know how to resolve these. Thanks in advance
Raj
===<>===<>===<>===<>===

A deadlock among DDL and parse locks is detected. This deadlock is usually due to user errors in the design of an application or from issuing a set of concurrent statements which can cause a deadlock. This should not be reported to Oracle Support.

The following information may aid in finding the errors which cause the deadlock:  

 ORA-04020: deadlock detected while trying to lock object/Namespace0002/GET_NETWORK


   object   waiting  waiting       blocking blocking
   handle   session     lock mode   session     lock mode

Best Regards
Raj

select mandatory_disclaimer from company_requirements;                 

Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail

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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Jul 01 2004 - 12:41:33 CDT

Original text of this message

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