Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help needed making a DB copy
Why would I get the following error?
SQL> @/oracle/SND/v1.trc
ORACLE instance started.
Total System Global Area 610062344 bytes
Fixed Size 737288 bytes Variable Size 301989888 bytes Database Buffers 306012160 bytes Redo Buffers 1323008 bytes
Control file created.
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
The v1.trc file is the exported controlfile from DEV cleaned out so it just creates a control file.
I am running Oracle 9.2.0.4 on HP-UX 11i
Vince