ORA-00205:error in identifying control file, check alert log for more info的问题(二)

2014-11-24 08:53:36 · 作者: · 浏览: 2
113500000# SMALL
24
25 :wq
26 bash#sqlplus / as sysdba
1 SQL> create spfile from pfile;
2 www.2cto.com
3 File created.
4
5 SQL> startup
6 ORACLE instance started.
7
8 Total System Global Area 155189248 bytes
9 Fixed Size 2094672 bytes
10 Variable Size 142608816 bytes
11 Database Buffers 8388608 bytes
12 Redo Buffers 2097152 bytes
13 Database mounted.
14 Database opened.
注:再做数据库应用pfile启动数据库时要注意是否已经通过spfile生成pfile。
作者 刘伟华