I am using oracle R12.1
DB version 11g
I know that this must be solved by raising SR but any idea if I can solve it myself?
Getting ORA-00600: internal error code, arguments: [2662], [1388], [4147770586], [1388], [4149829573], [1686132044]
I executed $ORACLE_HOME/rdbms/admin/utlpwdmg.sql
to set the password complexity
Then I shutdown the DB next day, and started it up backup and. The concurrent manager actual and target
values were mismatching. I felt like the reason is that "I have run that script above regarding to the password complexity without changing the easy non complex current password of the
following users:
1. sys.
2. system
3. apps
I checked the alert_<SID>.log file and I found the below description:
Errors in file /Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/admin/PROD_erpappsprod/diag/rdbms/test5/TEST5/trace/TEST5_ora_13649.trc (incident=84161):
ORA-00600: internal error code, arguments: [2662], [1388], [4147770586], [1388], [4149829573], [1686132044], [], [], [], [], [], []
Incident details in: /Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/admin/PROD_erpappsprod/diag/rdbms/test5/TEST5/incident/incdir_84161/TEST5_ora_13649_i84161.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
ORA-01555 caused by SQL statement below (SQL ID: 8pnbfnv33rpb1, Query Duration=0 sec, SCN: 0x056c.f739f4db):
update FND_CONCURRENT_QUEUES set CONTROL_CODE=Decode(CONTROL_CODE,'D','E','T','X','R',null ,CONTROL_CODE) where ((RUNNING_PROCESSES=0 and APPLICATION_ID=:b0) and CONCURRENT_QUEUE_ID=:b1)
Mon Apr 11 15:14:57 2016
Dumping diagnostic data in directory=[cdmp_20160411151457], requested by (instance=1, osid=13649), summary=[incident=84161].
Mon Apr 11 15:14:57 2016
Sweep [inc][84161]: completed
Sweep [inc2][84161]: completed
Mon Apr 11 15:14:57 2016
Starting background process SMCO
Mon Apr 11 15:14:57 2016
How to solve it?