ORA-01081: cannot start already-running ORACLE - shut it down first
I have oracle instance not running still I get the following error message:
QL> connect / as sysdba;
Connected to an idle instance.
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> shutdown immediate
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01089: immediate shutdown in progress - no operations are permitted
Thanks a lot