简体   繁体   English

ORA-01033: ORACLE 初始化或正在关闭数据库 12c 错误

[英]ORA-01033: ORACLE initialization or shutdown in progress database 12c error

It was all ok before and my project was working.Today I have tried to start it, but recieved this error.之前一切正常,我的项目正在运行。今天我尝试启动它,但收到此错误。 After that I've tried to use the response to run sqlplus之后我尝试使用响应来运行 sqlplus

sqlplus /nolog sqlplus / nolog

SQL> connect / as sysdba

But after this line I've recieved this error: ORA-01017: invalid username/password;但是在这行之后,我收到了这个错误:ORA-01017: invalid username/password; logon denied登录被拒绝

I am using oracle 12c database我正在使用 oracle 12c 数据库

The answer to main problem ORA-1033:主要问题 ORA-1033 的答案:

// *Cause: An attempt was made to log on while Oracle is being started up
//         or shutdown.
// *Action: Wait a few minutes. Then retry the operation.

The explanation says that, you DB is in either shutdown or startup state.解释说,您的数据库处于关闭或启动状​​态。

The error ORA-1017 is expected in Oracle 12c, because starting this release OS authentication connect / as sysdba is deprecated.在 Oracle 12c 中预计会出现 ORA-1017 错误,因为不推荐使用此版本的 OS 身份验证connect / as sysdba Check this link for more details.查看此链接了解更多详情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM