SQL> startup
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 1218992 bytes
Variable Size 92276304 bytes
Database Buffers 188743680 bytes
Redo Buffers 2973696 bytes
ORA-01102: cannot mount database in EXCLUSIVE mode
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@jack dbs]$ ls lk*
lkORCL
[oracle@jack dbs]$ rm lkORCL
网上资料上这样写,但是执行后并不成功。
查看日志错误原因是什么东西被占用,但是删除dbs文件夹下lk*文件仍然不成功,最后索性重启linux,启动就成功了。
SQL> startup
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 1218992 bytes
Variable Size 92276304 bytes
Database Buffers 188743680 bytes
Redo Buffers 2973696 bytes
ORA-01102: cannot mount database in EXCLUSIVE mode
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@jack dbs]$ ls lk*
lkORCL
[oracle@jack dbs]$ rm lkORCL
本文介绍了Oracle数据库启动时遇到的ORA-01078错误及LRM-00109错误的原因与解决方法,包括复制init.ora文件及更改spfile名称等步骤,并记录了解决另一个ORA-01102错误的过程。
764

被折叠的 条评论
为什么被折叠?



