Home » RDBMS Server » Server Administration » Re: ORA-01033: ORACLE initialization or shutdown in progress
Re: ORA-01033: ORACLE initialization or shutdown in progress [message #52244] Wed, 10 July 2002 19:31
christopher
Messages: 25
Registered: September 2000
Junior Member
are you connecting as a superuser (sysdba/sysoper).

C:> SQLPLUS /NOLOG
SQL> connect sys/password as sysdba
SQL> select status from v$instance;
if get ORACLE NOT AVAILABLE
SQL> startup pfile=?
otherwise
SQL> ALTER DATABASE MOUNT/OPEN; depending on the status
Previous Topic: ORA-01033: ORACLE initialization or shutdown in progress
Next Topic: Tablespace Expands abruptly!!!
Goto Forum:
  


Current Time: Tue Sep 17 20:34:34 CDT 2024