ORA-00602: internal programming exception

My instance got crash after that I have check my Alert log got below error.


 " ORA-07445: exception encountered: core dump [ktcnDumpQueryinvHT()+74] [SIGSEGV] [ADDR:0x2E77196] [PC:0x2E77196] [Stack Overflow] []
ORA-00602: internal programming exception" 

 Solution :-

Database: 11g Release 2
Error code: ORA-00602
Description: internal programming exception
Cause:Internal programming exception
Action: Report as bug
Same error message for other database releases

Database: 10g Release 1
Error code: ORA-00602
Description: internal programming exception
Cause:Internal programming exception
Action:Report as bug

Database: 10g Release 2
Error code: ORA-00602
Description: internal programming exception
Cause:Internal programming exception
Action:Report as bug
Database: 11g Release 1
Error code: ORA-00602
Description: internal programming exception
Cause:Internal programming exception
Action:Report as bug

Database: 12c Release 1
Error code: ORA-00602
Description: internal programming exception
Cause:Internal programming exception

Action:Report as bug

No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...