Hello everyone,
Oracle database 12c running on Windows Server 2012 R2, when i restart my machine, my oracle database gives me this error: "ORA - 01033 "ORACLE initialization or shutdown in progress".
So iogin as sysdba user and write "alter database open" command and resolves this error. But i don't want everytime login to SQL Plus and execute command. What's causing this error? How to prevent this error in future?
Database type is Warehouse, and it's PDB (pluggable database)
Thank you.