Home » RDBMS Server » Server Administration » ORA 00600 (10gR2, 10.2.0.3, Win2k3)
ORA 00600 [message #362281] Mon, 01 December 2008 12:28 Go to next message
abdulaziz
Messages: 102
Registered: May 2008
Location: Douala
Senior Member
Hello,

While executing a "create controlfile" I got the following error:

ORA-01503 create controlfile failed
ORA-00600 internal error,arguments : [kcfccfl_1],[],[],[],[],[],[],[]


Below is my create controlfile command:

CREATE CONTROLFILE REUSE DATABASE "META4PRO" NORESETLOGS  NOARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
LOGFILE
  GROUP 1 (
    'E:\ORACLE\ORADATA\META4PRO\REDO01.LOG',
    'D:\ORACLE\ORADATA\META4PRO\REDO01B.LOG'
  ) SIZE 50M,
  GROUP 2 (
    'E:\ORACLE\ORADATA\META4PRO\REDO02.LOG',
    'D:\ORACLE\ORADATA\META4PRO\REDO02B.LOG'
  ) SIZE 50M,
  GROUP 3 (
    'E:\ORACLE\ORADATA\META4PRO\REDO03.LOG',
    'D:\ORACLE\ORADATA\META4PRO\RODO03B.LOG'
  ) SIZE 50M

DATAFILE
  'E:\ORACLE\ORADATA\META4PRO\SYSTEM01.DBF',
  'E:\ORACLE\ORADATA\META4PRO\UNDOTBS01.DBF',
  'E:\ORACLE\ORADATA\META4PRO\SYSAUX01.DBF',
  'E:\ORACLE\ORADATA\META4PRO\USERS01.DBF' 
CHARACTER SET WE8MSWIN1252
;


The database is in no archivelog mode. I need to create the controlfile because I would like to multiplex some files. I did it two days ago on a 9i database and it worked fine. I did use the same method here but looks like I did miss something.

Any tips run my create controlfile with no errors at all, let them internal or else?

Thanks in advance.

[Updated on: Mon, 01 December 2008 12:31]

Report message to a moderator

Re: ORA 00600 [message #362289 is a reply to message #362281] Mon, 01 December 2008 12:49 Go to previous messageGo to next message
Michel Cadot
Messages: 68666
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support

Regards
Michel
Re: ORA 00600 [message #362386 is a reply to message #362289] Tue, 02 December 2008 02:13 Go to previous messageGo to next message
abdulaziz
Messages: 102
Registered: May 2008
Location: Douala
Senior Member
I read somewhere that I should search on the "00600 tool" on metalink, but I couldn't see that tool. Can you tell me how to get there?
Re: ORA 00600 [message #362388 is a reply to message #362386] Tue, 02 December 2008 02:36 Go to previous message
Michel Cadot
Messages: 68666
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Connect to Metalink and put "ORA-600 lookup" in the search field.

Regards
Michel
Previous Topic: Jre has encountered the problem (merged)
Next Topic: ASM ON AIX
Goto Forum:
  


Current Time: Fri Jul 05 07:29:32 CDT 2024