Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: At my wits end with ASM file names...
DA Morgan schrieb:
> Volker Hetzer wrote:
background_dump_dest=/vol1/oracle/admin/colon/bdump core_dump_dest=/vol1/oracle/admin/colon/cdump user_dump_dest=/vol1/oracle/admin/colon/udumpcontrol_files=("+DATA_STRUCTURED/colon/control01.ctl", "+DATA_STRUCTURED/colon/control02.ctl", "+DATA_STRUCTURED/colon/control03.ctl") db_recovery_file_dest=+DATA_STRUCTURED
The result was:
g`"ORACLE instance started.
Total System Global Area 444596224 bytes
Fixed Size 1219880 bytes Variable Size 130024152 bytes Database Buffers 306184192 bytes Redo Buffers 7168000 bytesSQL> CREATE DATABASE "colon"
2 MAXINSTANCES 8
3 MAXLOGHISTORY 1
4 MAXLOGFILES 16
5 MAXLOGMEMBERS 3
6 MAXDATAFILES 100
7 DATAFILE '+DATA_STRUCTURED' SIZE 300M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
8 EXTENT MANAGEMENT LOCAL
9 SYSAUX DATAFILE '+DATA_STRUCTURED' SIZE 120M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
10 BIGFILE DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE '+DATA_STRUCTURED' SIZE 20M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
11 BIGFILE UNDO TABLESPACE "UNDOTBS1" DATAFILE '+DATA_STRUCTURED' SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
12 CHARACTER SET AL32UTF8
13 NATIONAL CHARACTER SET UTF8
14 SET DEFAULT BIGFILE TABLESPACE
15 LOGFILE GROUP 1 ('+DATA_STRUCTURED/colon/redo01.log') SIZE 51200K,
16 GROUP 2 ('+DATA_STRUCTURED/colon/redo02.log') SIZE 51200K,
17 GROUP 3 ('+DATA_STRUCTURED/colon/redo03.log') SIZE 51200K
18 USER SYS IDENTIFIED BY "&&sysPassword" USER SYSTEM IDENTIFIED BY "&&systemPassword";
CREATE DATABASE "colon"
*
ERROR at line 1:
ORA-01501: CREATE DATABASE failed ORA-00200: control file could not be created ORA-00202: control file: '+DATA_STRUCTURED/colon/control01.ctl' ORA-15012: ASM file 'colon/control01.ctl' does not exist ORA-17502: ksfdcre:5 Failed to create file +DATA_STRUCTURED/colon/control01.ctl ORA-15081: failed to submit an I/O operation to a disk
SQL> spool off
Lots of Greetings!
Volker
Received on Sat Apr 08 2006 - 12:43:38 CDT