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: <Rick_Cale_at_teamhealth.com>
Date: Thu, 14 Feb 2002 08:24:00 -0800
Message-ID: <F001.0040FAF2.20020214071825@fatcity.com>

April,

Your script sure looks good, you already know that. The only thing I can suggest is to specify
character set. Just guessing

Rick

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 character set <charset>;
                                                                                       
                            
                    April Wells                                                        
                            
                    <awells_at_csedg        To:     Multiple recipients of list ORACLE-L 
<ORACLE-L_at_fatcity.com>       
                    e.com>               cc:                                           
                            
                    Sent by:             Subject:     Create Database ... really dumb 
question                     
                    root_at_fatcity.                                                      
                            
                    com                                                                
                            
                                                                                       
                            
                                                                                       
                            
                    02/14/2002                                                         
                            
                    08:23 AM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    ORACLE-L                                                           
                            
                                                                                       
                            
                                                                                       
                            





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

(See attached file: InterScan_Disclaimer.txt)

--
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).





InterScan_Disclaimer.txt
Description: Binary data


Received on Thu Feb 14 2002 - 10:24:00 CST

Original text of this message

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