I hope someone can help me with this coz I've been to all the websites.
When I use PL/SQL developer, this other system we have, simple vb code, etc..but still can't seem to connect
This is the error:
ORA-01033: ORACLE initialization or shutdown in progress
I restarted the machine, services and did the sql command:
SQL> connect username/password as sysdba;
SQL> shutdown immediate;
SQL> startup
....etc with all success but can't help with my project
The server has been working fine for years, but since yesterday morning it started misbehaving. I'm not a DBA, but I can do the basics. I have a feeling someone messed around with the server.
When I use PL/SQL developer, this other system we have, simple vb code, etc..but still can't seem to connect
This is the error:
ORA-01033: ORACLE initialization or shutdown in progress
I restarted the machine, services and did the sql command:
SQL> connect username/password as sysdba;
SQL> shutdown immediate;
SQL> startup
....etc with all success but can't help with my project
The server has been working fine for years, but since yesterday morning it started misbehaving. I'm not a DBA, but I can do the basics. I have a feeling someone messed around with the server.