oracle报错:ORA-10997,ORA-09967解决

报错信息:

ORA-10997: another startup/shutdown operation of this instance inprogress

ORA-09967: unable to create or open lock file
Linux-x86_64 Error: 13: Permission denied

权限问题,修改Oracle目录权限

chown -R oracle:dba /home/tmn/soft/oracle11/

连接到Oracle重新启动就好

[oracle@localhost soft]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Tue Jul 25 14:39:38 2023

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> startup

你可能感兴趣的:(oracle,数据库)