Hello Everyone,
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
Windows Server 2016
C:\Users\Administrator>sqlplus sys as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Sun Jun 8 14:57:08 2025
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter password:
Connected to an idle instance.
SQL> startup mount;
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00600: internal error code, arguments: [6711], [4405467], [1], [4404703],
[0], [], [], [], [], [], [], []
Process ID: 1068
Session ID: 124 Serial number: 31523
Alert LOG file content :
Sun Jun 08 15:33:01 2025
Starting ORACLE instance (normal) (OS id: 7680)
Sun Jun 08 15:33:01 2025
CLI notifier numLatches:7 maxDescs:519
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Initial number of CPU is 4
Number of processor cores in the system is 4
Number of processor sockets in the system is 1
Picked latch-free SCN scheme 3
Using LOG_ARCHIVE_DEST_1 parameter default value as f:\oracle\product\12.1.0\dbhome_1\RDBMS
Autotune of undo retention is turned off.
LICENSE_MAX_USERS = 0
SYS auditing is enabled
NOTE: remote asm mode is local (mode 0x1; from cluster type)
NOTE: Using default ASM root directory ASM
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options.
Windows NT Version V6.2
CPU : 4 - type 8664, 4 Physical Cores
Process Affinity : 0x0x0000000000000000
Memory (Avail/Total): Ph:12328M/16215M, Ph+PgF:10075M/18647M
Using parameter settings in server-side spfile F:\ORACLE\PRODUCT\12.1.0\DBHOME_1\DATABASE\SPFILEORCL.ORA
System parameters with non-default values:
processes = 300
sga_target = 4864M
control_files = "F:\ORACLE\ORADATA\ORCL\CONTROL01.CTL"
control_files = "F:\ORACLE\ORADATA\ORCL\CONTROL02.CTL"
db_block_size = 8192
compatible = "12.1.0.2.0"
db_files = 300
cluster_database = FALSE
undo_management = "MANUAL"
undo_tablespace = "UNDOTBS1"
_smu_debug_mode = 0
sec_case_sensitive_logon = FALSE
O7_DICTIONARY_ACCESSIBILITY= TRUE
remote_login_passwordfile= "EXCLUSIVE"
db_domain = ""
dispatchers = "(PROTOCOL=TCP) (SERVICE=orclXDB)"
shared_servers = 5
local_listener = "LISTENER_ORCL"
job_queue_processes = 1000
audit_file_dest = "F:\ORACLE\ADMIN\ORCL\ADUMP"
fixed_date = "NONE"
audit_trail = "DB"
db_name = "orcl"
open_cursors = 10000
pga_aggregate_target = 1621M
deferred_segment_creation= FALSE
aq_tm_processes = 0
diagnostic_dest = "F:\ORACLE"
Deprecated system parameters with specified values:
sec_case_sensitive_logon
End of deprecated system parameter listing
NOTE: remote asm mode is local (mode 0x1; from cluster type)
Starting background process PMON
Sun Jun 08 15:33:20 2025
PMON started with pid=2, OS id=6324
Starting background process PSP0
Sun Jun 08 15:33:21 2025
PSP0 started with pid=3, OS id=6228
Starting background process VKTM
Sun Jun 08 15:33:23 2025
VKTM started with pid=4, OS id=5344 at elevated (Time Critical) priority
Sun Jun 08 15:33:23 2025
VKTM running at (5)millisec precision with DBRM quantum (100)ms
Starting background process GEN0
Sun Jun 08 15:33:24 2025
GEN0 started with pid=5, OS id=5356
Starting background process MMAN
Sun Jun 08 15:33:24 2025
MMAN started with pid=6, OS id=6288
Starting background process DIAG
Sun Jun 08 15:33:24 2025
DIAG started with pid=8, OS id=7144
Starting background process DBRM
Sun Jun 08 15:33:25 2025
DBRM started with pid=9, OS id=1256
Starting background process VKRM
Sun Jun 08 15:33:26 2025
VKRM started with pid=7, OS id=5272
Starting background process DIA0
Sun Jun 08 15:33:27 2025
DIA0 started with pid=10, OS id=1552
Starting background process DBW0
Sun Jun 08 15:33:27 2025
DBW0 started with pid=11, OS id=3460
Starting background process LGWR
Sun Jun 08 15:33:27 2025
LGWR started with pid=12, OS id=1892
Starting background process CKPT
Sun Jun 08 15:33:27 2025
CKPT started with pid=13, OS id=2032
Starting background process SMON
Sun Jun 08 15:33:27 2025
SMON started with pid=15, OS id=3596
Starting background process RECO
Sun Jun 08 15:33:27 2025
RECO started with pid=17, OS id=7308
Starting background process LREG
Sun Jun 08 15:33:28 2025
LREG started with pid=18, OS id=6112
Starting background process PXMN
Sun Jun 08 15:33:29 2025
PXMN started with pid=19, OS id=3068
Starting background process MMON
Sun Jun 08 15:33:29 2025
MMON started with pid=20, OS id=2868
Starting background process MMNL
Sun Jun 08 15:33:29 2025
MMNL started with pid=21, OS id=7628
Sun Jun 08 15:33:29 2025
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
starting up 5 shared server(s) ...
ORACLE_BASE from environment = f:\oracle
Sun Jun 08 15:33:29 2025
ALTER DATABASE MOUNT
Sun Jun 08 15:33:30 2025
Using default pga_aggregate_limit of 3242 MB
Sun Jun 08 15:33:33 2025
Sweep [inc][223296]: completed
Sweep [inc2][223368]: completed
Sweep [inc2][223296]: completed
Sun Jun 08 15:33:34 2025
Successful mount of redo thread 1, with mount id 1731068514
Sun Jun 08 15:33:34 2025
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: ALTER DATABASE MOUNT
Sun Jun 08 15:34:04 2025
ALTER SYSTEM SET undo_management='AUTO' SCOPE=SPFILE;
alter database open
Sun Jun 08 15:34:24 2025
Ping without log force is disabled
.
Sun Jun 08 15:34:27 2025
Beginning crash recovery of 1 threads
parallel recovery started with 3 processes
Sun Jun 08 15:34:27 2025
Started redo scan
Sun Jun 08 15:34:27 2025
Completed redo scan
read 2 KB redo, 4 data blocks need recovery
Sun Jun 08 15:34:27 2025
Started redo application at
Thread 1: logseq 12, block 65
Sun Jun 08 15:34:27 2025
Recovery of Online Redo Log: Thread 1 Group 3 Seq 12 Reading mem 0
Mem# 0: F:\ORACLE\ORADATA\ORCL\REDO03.LOG
Sun Jun 08 15:34:27 2025
Completed redo application of 0.00MB
Sun Jun 08 15:34:27 2025
Completed crash recovery at
Thread 1: logseq 12, block 70, scn 63350042
4 data blocks read, 4 data blocks written, 2 redo k-bytes read
Starting background process TMON
Sun Jun 08 15:34:29 2025
TMON started with pid=32, OS id=3108
Sun Jun 08 15:34:30 2025
Thread 1 advanced to log sequence 13 (thread open)
Thread 1 opened at log sequence 13
Current log# 1 seq# 13 mem# 0: F:\ORACLE\ORADATA\ORCL\REDO01.LOG
Successful open of redo thread 1
Sun Jun 08 15:34:31 2025
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Sun Jun 08 15:34:31 2025
SMON: enabling cache recovery
Sun Jun 08 15:34:32 2025
Undo initialization finished serial:0 start:46861437 end:46861687 diff:250 ms (0.3 seconds)
Verifying minimum file header compatibility (11g) for tablespace encryption..
Verifying 11g file header compatibility for tablespace encryption completed
Sun Jun 08 15:34:32 2025
SMON: enabling tx recovery
Errors in file F:\ORACLE\diag\rdbms\orcl\orcl\trace\orcl_smon_3596.trc (incident=225760):
ORA-00600: internal error code, arguments: [4137], [11.27.34215], [0], [0], [], [], [], [], [], [], [], []
Incident details in: F:\ORACLE\diag\rdbms\orcl\orcl\incident\incdir_225760\orcl_smon_3596_i225760.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Sun Jun 08 15:34:32 2025
Database Characterset is AR8MSWIN1256
Sun Jun 08 15:34:32 2025
ORACLE Instance orcl (pid = 15) - Error 600 encountered while recovering transaction (11, 27).
Sun Jun 08 15:34:32 2025
Errors in file F:\ORACLE\diag\rdbms\orcl\orcl\trace\orcl_smon_3596.trc:
ORA-00600: internal error code, arguments: [4137], [11.27.34215], [0], [0], [], [], [], [], [], [], [], []
Sun Jun 08 15:34:33 2025
Dumping diagnostic data in directory=[cdmp_20250608153433], requested by (instance=1, osid=3596 (SMON)), summary=[incident=225760].
Starting background process SMCO
Sun Jun 08 15:34:33 2025
SMCO started with pid=35, OS id=1880
Sun Jun 08 15:34:35 2025
Sweep [inc][225760]: completed
Errors in file F:\ORACLE\diag\rdbms\orcl\orcl\trace\orcl_ora_1068.trc (incident=225872):
ORA-00600: internal error code, arguments: [6711], [4405467], [1], [4404703], [0], [], [], [], [], [], [], []
Incident details in: F:\ORACLE\diag\rdbms\orcl\orcl\incident\incdir_225872\orcl_ora_1068_i225872.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Sun Jun 08 15:34:39 2025
Errors in file F:\ORACLE\diag\rdbms\orcl\orcl\trace\orcl_ora_1068.trc:
ORA-00600: internal error code, arguments: [6711], [4405467], [1], [4404703], [0], [], [], [], [], [], [], []
Sun Jun 08 15:34:39 2025
Dumping diagnostic data in directory=[cdmp_20250608153439], requested by (instance=1, osid=1068), summary=[incident=225872].
Sun Jun 08 15:34:39 2025
Errors in file F:\ORACLE\diag\rdbms\orcl\orcl\trace\orcl_ora_1068.trc:
ORA-00600: internal error code, arguments: [6711], [4405467], [1], [4404703], [0], [], [], [], [], [], [], []
Sun Jun 08 15:34:39 2025
Error 600 happened during db open, shutting down database
USER (ospid: 1068): terminating the instance due to error 600
Sun Jun 08 15:34:44 2025
Instance terminated by USER, pid = 1068
ORA-1092 signalled during: alter database open...
opiodr aborting process unknown ospid (1068) as a result of ORA-1092
Sun Jun 08 15:34:45 2025
ORA-1092 : opitsk aborting process
Any help please ?
Thank you.