ORA 00600 [message #362281] |
Mon, 01 December 2008 12:28 |
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 #362386 is a reply to message #362289] |
Tue, 02 December 2008 02:13 |
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 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Connect to Metalink and put "ORA-600 lookup" in the search field.
Regards
Michel
|
|
|