EM 12c: Querying a List of Tablespaces for an 11.2 Oracle Database Results in ORA-1000 Error in Enterprise Manager Cloud Control
(Doc ID 1618684.1)
Last updated on FEBRUARY 28, 2023
Applies to:
Enterprise Manager for Oracle Database - Version 12.1.0.1.0 and laterInformation in this document applies to any platform.
Symptoms
When navigating to Administration -> Storage -> Tablespaces page of a 11.2.0.4 target database from Cloud Control, the list of tablespaces is never displayed. The returned error is:
Error java.sql.SQLException: ORA-01000: maximum open cursors exceeded
Increasing the value of the open_cursors parameter at the target database does not resolve the problem.
On the target database, run the following update:
The resultant trace file contains this entry:
Open cursors(pls, sys, hwm, max): 3(0, 2, 64, 500) <=== In this case open_cursors is 500, using only 3 NULL=0 SYNTAX=0 PARSE=0 BOUND=2 FETCH=1 ROW=0
----- Current SQL Statement for this session (sql_id=6hnhqahphpk8n) ----- select free_mb from v$asm_diskgroup_stat where name=:1
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |