ORA-600 [kcratr_scan_lastbwr] logical Bad blocks

Source: Internet
Author: User

Database Version:

11.2.0.3

Symptom:

When I started a test database today, I found that the database cannot be open. The error is as follows:

ERROR at line 1:

ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr], [], [], [], [], [], [], [], [], [], [], []

Solution Process:

1. Check alert logs

Mon Jul 22 11:35:12 2013

ALTER DATABASE OPEN
Beginning crash recovery of 1 threads
Parallel recovery started with 3 processes
Started redo scan
Hex dump of (file 3, block 272) in trace file/opt/Oracle/diag/rdbms/ebai/trace/ebai_ora_4930.trc
Reading datafile '/oracle/oradata/ebai/undotbs01.dbf' for partition uption at rdba: 0x00c00110 (file 3, block 272)
Reread (file 3, block 272) found same upload upt data (logically upload upt)
Write verification failed for File 3 Block 272 (rdba 0xc00110)
Errors in file/opt/oracle/diag/rdbms/ebai/trace/e1__ora_4930.trc (incident = 71353 ):
ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr], [], [], [], [], [], [], [], [], [], [], []
Incident details in:/opt/oracle/diag/rdbms/ebai/incident/incdir_71353/e1__ora_4930_i71353.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Aborting crash recovery due to error 600
Errors in file/opt/oracle/diag/rdbms/ebai/trace/ebai_ora_4930.trc:
ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr], [], [], [], [], [], [], [], [], [], [], []
Errors in file/opt/oracle/diag/rdbms/ebai/trace/ebai_ora_4930.trc:
ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr], [], [], [], [], [], [], [], [], [], [], []
ORA-600 signalled during: alter database open...
Dumping diagnostic data in directory = [cdmp_20130722113516], requested by (instance = 1, osid = 4930), summary = [incident = 71353].
Mon Jul 22 11:36:11 2013
Sweep [inc] [71353]: completed
Sweep [inc2] [71353]: completed

2. analyze and solve problems

The alert Log is actually quite clear. In fact, you do not need to check the trace file. After a simple goole of surfing the Internet, there is a solution. Just pull it.

SUSE11sp2:/oracle/oraarch> sqlplus/as sysdba


SQL * Plus: Release 11.2.0.3.0 Production on Mon Jul 22 14:45:49 2013


Copyright (c) 1982,201 1, Oracle. All rights reserved.


Connected:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0-64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options


SQL> select status from v $ instance;


STATUS
------------
MOUNTED


SQL> select open_mode from v $ database;


OPEN_MODE
--------------------
MOUNTED


SQL> recover database;
Media recovery complete.
SQL>
SQL>
SQL> alter database open;


Database altered.


SQL>
SQL>
SQL> select status from v $ instance;


STATUS
------------
OPEN


SQL> select open_mode from v $ database;


OPEN_MODE
--------------------
READ WRITE

3. Verify the processing result

Execute clean and close once, and then open it. If no error is reported, the problem is solved.

SQL> alter system checkpoint;

System altered.


SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>
SQL>
SQL>
SQL>
SQL> startup
ORACLE instance started.

Total System Global Area 4125462528 bytes
Fixed Size 2234840 bytes
Variable Size 956302888 bytes
Database Buffers 3154116608 bytes
Redo Buffers 12808192 bytes
Database mounted.
Database opened.
SQL>
SQL>

Recommended reading:

ORA-00600 [2662] troubleshooting

ORA-00600: internal error code, arguments: [4194] Solution

ORA-00600: internal error code, arguments: [13013] Solution

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.