ORA-00600: internalerrorcode, arguments: [4194] Solution

Source: Internet
Author: User
An ORA-00600: internalerrorcode, arguments: [4194] error was found in the alarm log.

An ORA-00600: internal error code, arguments: [4194] error was found in the alarm log.

An ORA-00600: internal error code, arguments: [4194] error was found in the alarm log.

This error indicates that the undo tablespace is faulty.

The solution is as follows:

SQL> create undo tablespace undotbs2 datafile '/oradata/jiaojie/undotbs02.dbf' size 2g;
Create undo tablespace undotbs2 datafile '/oradata/jiaojie/undotbs02.dbf' size 2g
*
ERROR at line 1:
ORA-00607: Internal error occurred while making a change to a data block
ORA-00600: internal error code, arguments: [4194], [12], [6], [], [], [], [], [],
[]

SQL> create pfile = '/home/Oracle/initjiaojie. ora' from spfile;

File created.

SQL> shutdown immediate
ORA-03113: end-of-file on communication channel
SQL>
SQL>
SQL>
SQL> conn/as sysdba
Connected to an idle instance.
SQL> startup pfile = '/home/oracle/initjiaojie. ora ';
ORACLE instance started.

Total System Global Area 2147483648 bytes
Fixed Size 2097624 bytes
Variable Size 1040191016 bytes
Database Buffers 1073741824 bytes
Redo Buffers 31453184 bytes
Database mounted.
Database opened.
SQL> create undo tablespace undotbs2 datafile '/oradata/jiaojie/undotbs02.dbf' size 2g;
Create undo tablespace undotbs2 datafile '/oradata/jiaojie/undotbs02.dbf' size 2g
*
ERROR at line 1:
ORA-01543: tablespace 'undomains2' already exists

-- I did not expect that although the front side reported an error, but the UNDOTBS2 was created

SQL> show parameter undo

NAME TYPE VALUE
-----------------------------------------------------------------------------
Undo_management string MANUAL
Undo_retention integer 900
Undo_tablespace string SYSTEM
SQL> alter system set undo_tablespace = 'undotbs2 ';
Alter system set undo_tablespace = 'undotbs2'
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified the value is invalid
ORA-30014: operation only supported in Automatic Undo Management mode

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

Total System Global Area 2147483648 bytes
Fixed Size 2097624 bytes
Variable Size 1040191016 bytes
Database Buffers 1073741824 bytes
Redo Buffers 31453184 bytes
Database mounted.
Database opened.
SQL> alter system set undo_tablespace = 'undotbs2 ';

System altered.

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

Total System Global Area 2147483648 bytes
Fixed Size 2097624 bytes
Variable Size 1040191016 bytes
Database Buffers 1073741824 bytes
Redo Buffers 31453184 bytes
Database mounted.
Database opened.

SQL> show parameter undo

NAME TYPE VALUE
-----------------------------------------------------------------------------
Undo_management string AUTO
Undo_retention integer 900
Undo_tablespace string undotbs2

,

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.