cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data base is not coming up

Former Member
0 Likes
1,501

Hi,

1. SAP is on windows server 2003

2. Databse is Oracle

3. System crashed and we have do the complete recover.

4. Recovery is successfully completed but data base is not opening

Alert file logs

ORA-00603: ORACLE server session terminated by fatal error

ORA-00600: internal error code, arguments: [4193], [6003], [6028], [], [], [], [], []

ORA-00600: internal error code, arguments: [4193], [6003], [6028], [], [], [], [], []

ORA-00607: Internal error occurred while making a change to a data block

SQL> startup

ORACLE instance started.

Total System Global Area 1476395008 bytes

Fixed Size 2064248 bytes

Variable Size 640417928 bytes

Database Buffers 819200000 bytes

Redo Buffers 14712832 bytes

Database mounted.

ORA-00607: Internal error occurred while making a change to a data block

ORA-00600: internal error code, arguments: [4193], [7269], [3890], [], [], [],

View Entire Topic
Former Member
0 Likes

Hi,

the ORA-600 [4193] stands for a corruption in PSAPUNDO.

You can try to set undo_management=MANUAL and see

whether your database now opens. If the database opens,

set it back to undo_management=AUTO and restart.

If this did not help, you have to open a support call, they

will be able to help you.

Regards,

Mark

Edited by: Mark Foerster on May 5, 2011 9:07 AM