Oracle initialization error while running Java files
5 pts.
0
Q:
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?
ASKED: Oct 13 2008  7:13 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
29855 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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 Answered: Oct 13 2008  4:26 PM GMT by Carlosdl   29855 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0