Total System Global Area 167772160 bytes
Fixed Size 1247900 bytes
Variable Size 75498852 bytes
Database Buffers 88080384 bytes
Redo Buffers 2945024 bytes
ORA-00214: ???? ''E:\APP\WANGJIA\ORADATA\ORCL\CONTROL01.CTL'' ?? 2010 ???
''E:\APP\WANGJIA\ORADATA\ORCL\CONTROL02.CTL'' ?? 2005 ???
解决办法:
SQL> startup nomount
SQL> alter system set control_files=
'E:\APP\WANGJIA\ORADATA\ORCL\CONTROL03.CTL'
scope=spfile;
SQL> alter database mount
SQL> alter database open