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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Create Database ... really dumb question

Re: Create Database ... really dumb question

From: Blake Wilson <dasebw_at_uwo.ca>
Date: Thu, 14 Feb 2002 09:02:38 -0800
Message-ID: <F001.0040FD02.20020214081825@fatcity.com>


I had a similar error to this. What my error turned out to be was the rollback_segments parameter was not commented out in the initdb.ora parameter file. The private rollback segments had not been created yet and oracle could not find them to start the database. I commented out this parameter until I had created the rollback segments and all was fine.

Blake

April Wells wrote:
>
> Okay... I am at a loss. There is SOMETHING wrong, and I can not for the
> life of me see it. I know there is something REALLY simple wrong with this,
> but I can't find it... ANYWHERE... and the error manual is ever so helpful
> on the errors... >:\
>
> THESE are my errors..............
>
> create database testcc1
> *
> ERROR at line 1:
> ORA-01501: CREATE DATABASE failed
> ORA-02084: database name is missing a component
>
> THIS is my script...........................................
>
> create database testcc1
> controlfile reuse
> logfile '/admin04/cc1test/redo01.log' size 1m reuse,
> '/admin05/cc1test/redo02.log' size 1m reuse,
> '/admin06/cc1test/redo03.log' size 1m reuse
> datafile '/data10/cc1test_system.dbf' size 100m reuse
>
> WHAT is wrong with it. I am really not this inept... really... but I can't
> see what is wrong with the database name.
>
> Thanks in advance for there not being GAILS of laughter... but tiredness is
> getting to me.
>
> April Wells
> Corporate Systems
> Amarillo Texas
>
> begin 666 InterScan_Disclaimer.txt
> M5&AE(&EN9F]R;6%T:6]N(&-O;G1A:6YE9"!I;B!T:&ES(&4M;6%I;"!I<R!S
> M=')I8W1L>2!C;VYF:61E;G1I86P_at_86YD(&9O<B!T:&4@:6YT96YD960@=7-E
> M(&]F('1H92!A9&1R97-S964@;VYL>3L@:70@;6%Y(&%L<V\@8F4@;&5G86QL
> M>2!P<FEV:6QE9V5D(&%N9"]O<B!P<FEC92!S96YS:71I=F4N("!.;W1I8V4@
> M:7,@:&5R96)Y(&=I=F5N('1H870_at_86YY(&1I<V-L;W-U<F4L('5S92!O<B!C
> M;W!Y:6YG(&]F('1H92!I;F9O<FUA=&EO;B!B>2!A;GEO;F4@;W1H97(@=&AA
> M;B!T:&4@:6YT96YD960@<F5C:7!I96YT(&ES('!R;VAI8FET960_at_86YD(&UA
> M>2!B92!I;&QE9V%L+B @268@>6]U(&AA=F4@<F5C96EV960@=&AI<R!M97-S
> M86=E(&EN(&5R<F]R+"!P;&5A<V4@;F]T:69Y('1H92!S96YD97(@:6UM961I
> M871E;'D_at_8GD@<F5T=7)N(&4M;6%I;"X*"D-O<G!O<F%T92!3>7-T96US+"!)
> M;F,N(&AA<R!T86ME;B!E=F5R>2!R96%S;VYA8FQE('!R96-A=71I;VX@=&\@
> M96YS=7)E('1H870_at_86YY(&%T=&%C:&UE;G0@=&\@=&AI<R!E+6UA:6P@:&%S
> M(&)E96X@<W=E<'0_at_9F]R('9I<G5S97,N("!792!A8V-E<'0@;F\@;&EA8FEL
> M:71Y(&9O<B!A;GD_at_9&%M86=E('-U<W1A:6YE9"!A<R!A(')E<W5L="!O9B!S
> M;V9T=V%R92!V:7)U<V5S(&%N9"!A9'9I<V4@>6]U(&-A<G)Y(&]U="!Y;W5R
> M(&]W;B!V:7)U<R!C:&5C:W,@8F5F;W)E(&]P96YI;F<@86YY(&%T=&%C:&UE
> %;G0N#0H
> end
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: April Wells
> INET: awells_at_csedge.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

begin:vcard
n:Wilson;Blake
tel;fax:(519) 661-3486
tel;work:(519) 661-2111 ext 85549
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
email;internet:dasebw_at_uwo.ca
fn:Blake Wilson
end:vcard Received on Thu Feb 14 2002 - 11:02:38 CST

Original text of this message

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