Oracle 11g Sys Query Oracle 11g Sys Query oracle oracle

Oracle 11g Sys Query


Have you done a query in v$sqlarea so see if it is in there, and then see what session/user it is?


OEM issues many queries in the database for the book keeping. This query is to get the available free space on the tablespaces and there might be alerts configured in OEM to monitor it.


Common problem in 11.2.0.3. Several workarounds are available on MOS.

Query against DBA_EXTENTS slow after upgrade to 11.2.0.3 (Doc ID 1453425.1)

The Cost Based Optimizer uses a cardinality estimate of 100,000 rows for this table, and the 11.2.0.3 execution plan is doing a full table scan. If you have a large number of extents, this query can take more than 1 hour to complete. There are a number of unpublished bugs open on slow performance for queries on DBA_EXTENTS.