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: Lord, David - CSG <David.Lord_at_hayscsg.com>
Date: Thu, 14 Feb 2002 09:59:50 -0800
Message-ID: <F001.0040FECC.20020214085340@fatcity.com>

April,

The 'size 1m reuse' should be outside the parentheses: -

logfile ('/admin04/cc1test/redo01.log',
'/admin05/cc1test/redo02.log',
'/admin06/cc1test/redo03.log') size 1m reuse

HTH

--
David Lord


> -----Original Message-----
> From: April Wells [mailto:awells_at_csedge.com]
> Sent: 14 February 2002 16:33
> To: Multiple recipients of list ORACLE-L
> Subject: RE: Create Database ... really dumb question
>
>
> Not per the LESS than Friendly manuals...
>
> Admin guide, 2-12
>
> -----Original Message-----
> Sent: Thursday, February 14, 2002 10:23 AM
> To: 'ORACLE-L_at_fatcity.com'
> Cc: April Wells
>
>
> Shouldn't your dbname be in double quotes
>
> create database "testcc1"
> etc.
> etc...
>
>
> HTH
>
> Lee
>
>
> -----Original Message-----
> Sent: 14 February 2002 14:29
> To: Multiple recipients of list ORACLE-L
>
>
> 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
> /
>
>
> SQL> @afiedt.buf
> logfile ('/admin04/cc1test/redo01.log' size 1m reuse,
> *
> ERROR at line 3:
> ORA-00907: missing right parenthesis
********************************************************************** This message (including any attachments) is confidential and may be legally privileged. If you are not the intended recipient, you should not disclose, copy or use any part of it - please delete all copies immediately and notify the Hays Group Email Helpdesk at email.helpdesk_at_hays.plc.uk Any information, statements or opinions contained in this message (including any attachments) are given by the author. They are not given on behalf of Hays unless subsequently confirmed by an individual other than the author who is duly authorised to represent Hays. A member of the Hays plc group of companies. Hays plc is registered in England and Wales number 2150950. Registered Office Hays House Millmead Guildford Surrey GU2 4HJ. ********************************************************************** -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Lord, David - CSG INET: David.Lord_at_hayscsg.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).
Received on Thu Feb 14 2002 - 11:59:50 CST

Original text of this message

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