Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01503: CREATE CONTROLFILE failed

Re: ORA-01503: CREATE CONTROLFILE failed

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 27 Mar 2001 21:46:00 +0200
Message-ID: <tc25jtj0amlted@beta-news.demon.nl>

ora-600 -> Call Support

Regards,

Sybrand Bakker, Oracle DBA

"james" <kdhakal_at_eline.com> wrote in message news:fn5w6.3087$Up.138324_at_sea-read.news.verio.net...
> hi! I got this error when I tried to create control file in order to
 change
> database name during
> the the process of database cloning. below is the script I use for
 creating
> controfile:
> CREATE CONTROLFILE SET DATABASE "newname" RESETLOGS ARCHIVELOG
> MAXLOGFILES 16
> MAXLOGMEMBERS 2
> MAXDATAFILES 30
> MAXINSTANCES 1
> MAXLOGHISTORY 226
> LOGFILE
> GROUP 1 (
> '/U03/path1/redo01.log',
> '/U03/path1/redo01A.log'
> ) SIZE 5M,
> GROUP 2 (
> '/U03/path1/redo02.log',
> '/U03/path1/redo02A.log'
> ) SIZE 5M,
> GROUP 3 (
> '/U03/path1/redo03.log',
> '/U03/path1/redo03A.log'
> ) SIZE 5M
> DATAFILE
> '/U03/path1/system01.dbf',
> '/U03/path1/rbs01.dbf',
> '/U03/path1/indx01.dbf',
> '/U03/path1/users01.dbf',
> '/U03/path1/temp01.dbf',
> '/U03/path1/drsys01.dbf',
> '/U03/path1/data.dbf'
> CHARACTER SET US7ASCII;
>
> CREATE CONTROLFILE SET DATABASE "newname" RESETLOGS ARCHIVELOG
> *
> ORA-01503: CREATE CONTROLFILE failed
> ORA-00600: internal error code, arguments: [kzsrsdn: 1], [32], [], [], [],
> [], [], []
>
> has anyone had this experience before during database cloning(in the same
> machine)? if yes, I
> would like to know the cause and solution of this.
> I am running oracle 8.1.5 on Sun solaris 8.
> Thanks in advance.
>
>
>
Received on Tue Mar 27 2001 - 13:46:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US