Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Create Database ... really dumb question
Have you set the ORACLE_SID before running the script? Just a thot... Ruth
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
Sent: Thursday, February 14, 2002 8:23 AM
>
> 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
>
>
>
> --
> 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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ruth Gramolini INET: rgramolini_at_tax.state.vt.us 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).Received on Thu Feb 14 2002 - 09:48:42 CST
![]() |
![]() |