DBCA Creating a database ORA-01034 ORACLE not available

Source: Internet
Author: User
Tags sqlplus

Symptoms

When you create a database with DBCA, the full number of parameters is set to complete. Run to 2% when you start loading error ORA-01034 ORACLE not available,

For example with

watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqveglhb2zhbjizeg==/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/ Dissolve/70/gravity/southeast ">

Cause

There ' s a script in Oracle_home/sqlplus/admin which is called Glogin.sql. This script was automatically run when the user starts Sql*plus or uses the Connect command, hence any command added to it would be executed.

Checking the script, it had a "select * from v$instance;" statement added. It was always executing the this statement when Sql*plus were started or when Connect were issued, and this statement is Returni Ng the ORA-01034 when invoking DBCA.

Solution

1. Check the Glogin.sql script in Oracle_home/sqlplus/admin and make sure it have no statements that could cause the ORA-01 034.
Disable Glogin.sql (MV Glogin.sql Glogin.sql.bak)
2. If the issue is still not resolved, then please log an SR with Oracle support.


DBCA Creating a database ORA-01034 ORACLE not available

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.