Hi,
I just migrated my database from 10g to 11.1.0.6
when I try to collect statistics with dbms_stats
EXEC DBMS_STATS.gather_schema_stats('TOTO');
I get the following error:
ERROR at line 1:
ORA-01000: maximum open cursors exceeded
ORA-06512: at "SYS.DBMS_STATS", line 17964
ORA-06512: at "SYS.DBMS_STATS", line 18450
ORA-06512: at "SYS.DBMS_STATS", line 18531
ORA-06512: at "SYS.DBMS_STATS", line 18487
ORA-06512: at line 1
The open_cursor parameter is set to 300 (as it was in 10g).
I increased it to 500 but I still get this issue.
could you help me please? I didn't find anything on metalink.