码迷,mamicode.com
首页 > 数据库 > 详细

DBCA创建数据库ORA-01034 ORACLE not available

时间:2014-07-30 14:47:33      阅读:505      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   数据   for   2014   

SYMPTOMS


在利用dbca创建数据库时,当设置完成所有参数,开始装时 跑到2% 就报错 ORA-01034 ORACLE not available,

如下图

bubuko.com,布布扣

CAUSE

There‘s a script in ORACLE_HOME/sqlplus/admin which is called glogin.sql.  This script is automatically run when the user starts SQL*PLUS or uses the Connect command, hence any command added to it will be executed. 

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

SOLUTION

1. Check the glogin.sql script in ORACLE_HOME/sqlplus/admin and make sure it has no statements that could cause the ORA-01034.
    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创建数据库ORA-01034 ORACLE not available,布布扣,bubuko.com

DBCA创建数据库ORA-01034 ORACLE not available

标签:style   blog   http   color   io   数据   for   2014   

原文地址:http://blog.csdn.net/xiaofan23z/article/details/38299565

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!