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: dba_extents view in Oracle 10.2.0.2

RE: dba_extents view in Oracle 10.2.0.2

From: <oracle-l-bounce_at_freelists.org>
Date: Mon, 26 Jun 2006 08:40:46 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45059E1941@NT15.oneneck.corp>


I've had similar problems in 10.2.0.2 recently with a known bug (Metalink notes 5103126, 4618615 & 5130698) causing slowness with the following recursive query:

select c.name, u.name from con$ c, cdef$ cd, user$ u where c.con# = cd.con# and cd.enabled = :v1 and c.owner# = u.user#

Regards,
Brandon

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 26 2006 - 10:40:46 CDT

Original text of this message

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