Solution for ORA 01033 caused by ORA 01157 and ORA 01110
Solution for ORA 01033 caused by ORA 01157 and ORA 01110 Today I was asked to do some work with some data. Basically I have to import the raw data into something more usable, easy to manipulate and run queries. My first option as usual was to use Oracle. I started my server and listener and try to connect my SQL Developer. I like this front end because is easy to use and whats more it is supported by Oracle which makes the integration easier. Anyways, I tried to connect it and I couldnt so my next try was to use command line and use sqlplus which is the default command interaction you have when you install Oracle DB Server. I executed: sqlplus <username>/<password> and I got an ORA-01033: ORACLE initialization or shutdown in progress . I had this issue before and I just used to wait or even re-start my computer but this time it did not work so I had to try another things. I tried running: C:> sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on Thu May 5 17:22...