I noticed that during the Oracle service's start, the database remains closed and I have to open the database manually through SQL plus: "ALTER DATABASE OPEN;" How can I overcome this situation? I also noticed that even if I restart the server the database remains closed. I am using Server Win2003 and Oracle 10g2 10.2.0.1.0.

    Requires Free Membership to View

There are two possibilities I can see that would be a most likely cause. One, your startup script does not contain STARTUP or STARTUP OPEN. Instead, the startup script contains STARTUP MOUNT. If your startup script only goes to MOUNT stage, it will not continue to the OPEN stage. Two, your database is encountering an error when going from MOUNT stage to OPEN stage. If such an error occurs, it will be noted in your Alert log. Examine your Alert log for any clues as to why the database cannot be opened.

This was first published in June 2008

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.