Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Q) Changing Max # of Datafiles... (But it does not work...)
Hi !!! Everyone....
I'd like to change the number of maxdatafiles. so I run below
statement and the it does work well....
note : Oracle 7.3.2 on Windows NT 4.0
svrmgrl> startup
svrmgrl> alter database backup controfile to trace;
This statement create the trace_file in '%RDBMS73%\trace' directory like this. ( I've deleted the comment line) If you use the UNIX System, this file will be created in 'udump' directory
GROUP 1 'D:\ORANT\DATABASE\REDO\GRP1ORCL.LOG' SIZE 2M, GROUP 2 'D:\ORANT\DATABASE\REDO\GRP2ORCL.LOG' SIZE 2M, GROUP 3 'D:\ORANT\DATABASE\REDO\GRP3ORCL.LOG' SIZE 2MDATAFILE
RECOVER DATABASE ALTER SYSTEM ARCHIVE LOG ALL; ALTER DATABASE OPEN;
ORA-01503: CREATE CONTROLFILE failed
ORA-00213: cannot reuse control file 'D:\ORANT\DATABASE\ctl1orcl.ora';
old file size 310, 358 required
Please Help....
Thanks in Advance....
ksjune_at_sys.gsnu.ac.kr Received on Wed Dec 03 1997 - 00:00:00 CST
![]() |
![]() |