|
|
做不下去了,出现以下信息:
$ ./svrmgrl
Oracle Server Manager Release 3.1.5.0.0 - Production
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.5.0.0, 64 bit - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
SVRMGR> connect internal
Connected.
SVRMGR> startup nomount
ORACLE instance started.
Total System Global Area 89958036 bytes
Fixed Size 99988 bytes
Variable Size 56131584 bytes
Database Buffers 33554432 bytes
Redo Buffers 172032 bytes
SVRMGR> @redoctl.sql;
CREATE CONTROLFILE REUSE DATABASE "db1" NORESETLOGS ARCHIVELOG
*
ORA-01503: CREATE CONTROLFILE failed
ORA-01229: data file 5 is inconsistent with logs
ORA-01110: data file 5: '/oradata/database1/oradata/db1/users01.dbf'
SVRMGR> |
|