ORA 01033 ORACLE initialization or shutdown in progress | Solution

Опубликовано: 24 Март 2026
на канале: Basic Code
4,437
21

To fix this issue, use the following steps:

First, launch the SQL*Plus program and login to the database instance as a SYSDBA user:

Enter user-name: hr@pdborcl as sysdba
Enter password: hr
select status, database_status from v$instance;
alter database open;