windows10安装oracle11g报错ORA-01034、ORA-01078

  ORA-01034表示数据库实例未建立,可以先用管理员账号进入一个空白实例

sqlplus / as sysdba;

  如果您当前使用的账号是安装oracle的账号,则不需要账号密码就可以登陆oracle,否则要输入 账号/密码

  看看是否能启动实例

SQL>startup;

  接着出现

ORA-01078: failure in processing system parametersLRM-00109: could not open parameter file ‘/../initorcl.ora‘

  这个initorcl.ora文件是服务器参数文件,它的作用是设置启动实例的一些参数如表空间大小、磁盘路径等。

  可以直接将$ORACLE_BASE/admin/orcl/pfile的init.ora.8252018202630文件复制到$ORACLE_BASE/product/11.2.0/dbhome_1/database,再重命名为initorcl.ora。因为实例的名字是安装时默认的orcl,所以启动参数名为initorcl。

  再次进入空白实例,startup一下就好了

原文地址:https://www.cnblogs.com/luozx207/p/9706686.html

时间: 2024-10-11 22:51:14

windows10安装oracle11g报错ORA-01034、ORA-01078的相关文章

初学者安装oracle11g报错,求赐教

如图,在linux6.2上安装oracle11g,都装到%95了,报错,各位大神,这个可以忽略吗?

Linux7安装oracle11g报错 Error in invoking target ‘agen

在Linux7中安装oracle11.2.0.4时报错,截图如下:经过查询官方文档,发现这是oracle的bug,直接选择continue,待安装完成后打一下补丁即可.官方解释如下: 选择继续,安装完成之后,打补丁19692824即可. 原文地址:http://blog.51cto.com/lyzbg/2090025

Ceph安装QEMU报错:User requested feature rados block device configure was not able to find it

CentOS6.3中,要想使用Ceph的block device,需要安装更高版本的QEMU. 安装好ceph后,安装qemu-1.5.2 # tar -xjvf qemu-1.5.2.tar.bz2 # cd qemu-1.5.2 # ./configure --enable-rbd 一定要加上--enable-rbd选项,这样qemu才能支持rbd协议. 这一步可能会报错: ERROR: User requested feature rados block device configure

Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED

Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED 问题描写叙述 使用pip依照virtualenv报错,例如以下: pip install virtualenv Collecting virtualenv /opt/python27/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An

CentOS安装过程报错

Unable to read group information from repositories.  This is a problem with the generation of your install tree 网上搜到说是bug http://bbs.linuxtone.org/thread-16947-1-1.html 个人解决办法:把boot大小由200改为1024安装不报错

安装MySQL-python报错error: command 'gcc' failed with exit status 1

[[email protected] MySQL-python-1.2.3]# python setup.py install function) .... _mysql.c:133: error: 'ER_SYNTAX_ERROR' undeclared (first use in this function) _mysql.c:380: error: '_mysql_ConnectionObject' has no member named 'connection' _mysql.c:382

Centos安装fabric 报错:error: ‘FFI_DEFAULT_ABI’ undeclared (first use in this function)

Centos安装fabric 报错: error: 'FFI_DEFAULT_ABI' undeclared (first use in this function) 需要安装libffi-devel Debian或Ubuntu需要安装 libffi-dev

python27(32位)安装模块报错“error: Unable to find vcvarsall.bat”

1)首先,下载一个Microsoft Visual C++ Compiler for Python 2.7的补丁,下载地址在这里: http://www.microsoft.com/en-us/download/details.aspx?id=44266 2) 然后下载安装VS2008(对应VER9.0),如果电脑上安装的是VS2010(对应VER10.0), 可以在VS命令行下执行:SET VS90COMNTOOLS=%VS100COMNTOOLS% 如果你安装的是 2012 版(对应VER1

CentOS 6安装KVM后安装虚拟机报错

安装KVM在配置完桥接网卡后,安装虚拟机报错. 附有CentOS 6安装KVM文档,和安装过程截图,可否有人能看出其中问题所在,小女子不胜感激.