I have recently installed oracle 11g on Windows 7 Home Premium Operating System. I logged in as administrator into windows. I am trying to create a database using DBCA wizard. I started the wizard as administrator. Everything goes fine until last step. However when creating the database the creation fails with ORA-01034 Oracle Not Available error. All my oracle services looks up and running. I consulted the documentation and forums. I have got no clue why I am running into the error.
|
| |||
|
feedback
|
migrated from stackoverflow.com Mar 19 '11 at 2:21
This question came from our site for professional and enthusiast programmers.
|
Did you look here? A quote:
Make sure the entry for the listener name alias specified by the LOCAL_LISTENER exists in the TNSNAMES.ORA file. | |||
|
feedback
|
|
Before running DBCA, can you start LISTENER with You can find this tool in $ORACLE_HOME/bin. If any config(LISTENER.ora) isn't created then this command will create it from scratch. | ||||
|
feedback
|