5 pts.
 Oracle initialization error while running Java files
I am facing no issues while compiling the java file. However while running the same, I am facing the following error. java.sql.SQLException: ORA-01033: ORACLE initialization or shutdown in progress. Any pointers for the same?

Software/Hardware used:
ASKED: October 13, 2008  7:13 AM
UPDATED: October 13, 2008  4:26 PM

Answer Wiki:
This error usually means that you are trying to establish a connection to an Oracle database that is currently being started up or shut down. Try connecting to the database from sql*Plus or any other tool and see what happens. You might also want to review the database process status (process name: OracleService<your_database_name>).
Last Wiki Answer Submitted:  October 13, 2008  4:26 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _