日期:2014-05-16  浏览次数:20460 次

oracle不能启动的问题
SQL> startup;
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORA-01081: cannot start already-running ORACLE - shut it down first

解决方案: 用sysdba 登录 ,执行startup force;

?