Troubleshoot ORA-07445: exception encountered: core dump
SQL> ALTER SYSTEM SET “_cursor_stats_enabled”=false SCOPE=SPFILE;
oracle configurationintermediate
by OracleDba
13 views
SQL> ALTER SYSTEM SET “_cursor_stats_enabled”=false SCOPE=SPFILE;
123456789
SQL> ALTER SYSTEM SET “_cursor_stats_enabled”=false SCOPE=SPFILE;
SQL> ALTER SYSTEM RESET “_cursor_stats_enabled”;
SQL> SELECT a.ksppinm Param, b.ksppstvl SessionVal, c.ksppstvl InstanceVal, a.ksppdesc Descr
FROM x$ksppi a, x$ksppcv b, x$ksppsv c
WHERE a.indx = b.indx AND a.indx = c.indx
AND a.ksppinm LIKE ‘/_%’ escape ‘/’
ORDER BY 1;Please to add comments
No comments yet. Be the first to comment!