00600 Exception Solution: ORA-00600: Internal error code, parameters: [19004], [], [], [], [], []

Source: Internet
Author: User
Tags error code

< problem description >

This problem exists with all platforms in ORACLE 10.1 OR 10.2.

< problems >
Occurs when multiple tables are associated with complex queries
ORA-00600: Internal error code, parameters: [19004], [], [], [], [], [], [], [] Error

< solutions >
This is an Oracle bug.


Treatment Option 1:
EXECUTE AS DBA:
Execute dbms_stats.delete_schema_stats (' zlhis ');

Treatment Option 2:
If only an error occurred in the query for an individual table, you can only handle the error table.
Execute dbms_stats.delete_table_stats (' zlhis ', ' patient expense record ');

Note:

"Zlhis" is the Oracle user of the table to which you have the error.

"Patient expense Record" is the Zlhis user's table name.

With the above method, you can delete the Error object and recreate it. (You cannot delete an object without deleting statistics)

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.