Simply record a ORA-00600: internal error code, arguments: [4194]

Source: Internet
Author: User

Next, after the resolution of SCN problem, encountered ORA-600 [4194]/[4193] error.

Fault symptom:

An error is reported when you OPEN the database:ORA-00600: internal error code, arguments: [4194], [], [], [], [], [], [], []


4193: indicates that undo and redo are inconsistent (Arg [a] Undo record seq number, Arg [B] Redo record seq number );
4194: It indicates that undo and redo are inconsistent (Arg [a] Maximum Undo record number in Undo block, Arg [B] Undo record number from Redo block)


Troubleshooting:

1. Modify parameters
Undo_management = MANUAL
Undo_tablespace = SYSTEM
2. OPEN the database, delete the current undo space, and recreate the undo Space
3. Modify parameters
Undo_management = AUTO
Undo_tablespace = UNDOTBS1
4. Restart the database


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.