检查oracle xe服务实例失败,Oracle XE 11g(Windows 8)我无法连接到数据库(空闲实例)(Oracle XE 11g (windows 8) I can't connect ...

Oracle XE 11g(Windows 8)我无法连接到数据库(空闲实例)(Oracle XE 11g (windows 8) I can't connect to the Database (idle instance))

嗨我有空闲实例的问题

当我尝试:

sqlplus / as sysdba

我得到结果: Connected to an idle instance.

当我尝试启动时,我得到:

ORA-01078: failure in processing system parameters

ORA-01565 error in identifying file 'C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora

ORA-27041: unable to open file

ORA-04002: unable to open file

O/S-Error: (OS 2) File not found;

我的系统是Windows 8.你知道如何解决它吗?

解决方案:我必须使用命令启动:

startup pfile='/init.ora'

并在init.ora中更改所有路径

谢谢你的帮助

Hi I have problem with idle instance

When I trying:

sqlplus / as sysdba

I get result: Connected to an idle instance.

And when I try startup I get:

ORA-01078: failure in processing system parameters

ORA-01565 error in identifying file 'C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora

ORA-27041: unable to open file

ORA-04002: unable to open file

O/S-Error: (OS 2) File not found;

My system is Windows 8. Do you any idea how to solve it?

SOLUTION: I have to startup using command:

startup pfile='/init.ora'

and change all paths in init.ora where was

Thx for help

原文:https://stackoverflow.com/questions/24614333

更新时间:2020-01-18 22:01

最满意答案

我也有那种痛苦。

要安装Oracle XE,您应该以本地admin - NOT域帐户身份登录。 这个https://community.oracle.com/thread/2361291让我开心:)

I've got that pain too.

To install Oracle XE you should login as local admin - NOT domain account. This https://community.oracle.com/thread/2361291 made me happy :)

2015-10-05

相关问答

根据我的理解,我认为您希望同步在localhost和Azure VM之间托管的Oracle数据库。 根据我的经验,简单的方法是使用一些数据同步工具来做。 我建议您可以尝试使用以下在localhost上运行的这些工具来满足您的需求。 WARTS(适用于Java): http ://warts.sourceforge.net/ DBeaver(适用于Java): http ://dbeaver.jkiss.org/docs/features/#Data_transfer_(export / impor

...

没有Windows 64位版本的Oracle Express Edition。 你必须去标准版/企业版。 There is no Windows 64-bit version of Oracle Express Edition. You'll have to go for Standard/Enterprise editions.

“vm Windows 7平均有30GB,我只有17GB免费。” 这是2012年,差不多是2013年。我们可以以微薄的价格购买32GB的拇指驱动器 。 如果你真的无法获得具有更多磁盘空间的服务器,那么你只需要进行外部化。 性能可能有点糟糕,但可能你只是对功能测试感兴趣。 "An vm Windows 7 has an average 30gb and I only have 17GB free." It's 2012, almost 2013. We can buy 32GB thumb driv

...

端口1158用于DbConsole接口,不适用于JDBC。 JDBC应连接的Oracle侦听器的默认端口是端口1521 。 Port 1158 is for the DbConsole interface and won't work with JDBC. The default port for the Oracle listener to which JDBC should connect is is port 1521.

该表几乎肯定具有字符列的长度语义BYTE。 imp创建的表具有与源数据库中相同的长度语义。 因此,如果要迁移到多字节字符集,则需要确保将这些列的长度语义更改为字符。 最简单的方法是预先创建表,并确保列定义不以字节为单位指定长度。 the table almost certainly has length semantics BYTE for the character columns. imp creates the table with the same length semantics as

...

EXP和IMP很古老 - 除非你绝对必须,否则不要使用它们。 它们无法处理较新Oracle版本的某些功能。 选择的工具是EXPDP和IMPDP(EXP数据泵和IMP数据泵的简称)。 不幸的是,使用它们有点复杂,因为您只能在数据库服务器上运行它们(与可以从任何客户端计算机运行的旧式EXP / IMP相反)。 因此,要将您的架构从11g源数据库获取到10g目标数据库,您必须: 在11g数据库服务器上打开终端会话 运行expdp,版本设置为10(这样您就可以在10g服务器上导入它) 将11g服务器的转储

...

我的同事帮助我解决了这个问题。 解决方法是取消阻止oracle,创建一个新用户并授予他管理权限( computer -> manage -> Local Users and Groups -> Users -> add user )。 以该用户(。\ user)身份登录并安装oracle,然后输入您自己的帐户。 之后,开始页面开始工作。 我对oracle并不是很熟悉,所以我会更多地阅读这个问题,但是现在我希望这个解决方案能够帮助某个人。 my colleage helped me with thi

...

模块oracle是npm中最新且功能最丰富的Oracle驱动程序。 它也支持11g版本。 Module oracle is the most updated and feature rich Oracle driver in npm. It supports 11g version as well.

经过近一个星期的努力解决这个问题后,我找到了一个解决方案,如何从这个来源提供XE数据库。 这是俄语,我在这里用英语提供解决方案。 将Oracle XE 11gR2的最新版本从Oracle站点安装到默认位置c:\oraclexe ,默认密码为admin 。 如果不是默认值,那么您应该在使用它们之前编辑下面的脚本(路径和pwd)。 在管理员权限下运行cmd命令行并使用它直到重新配置结束。 首先,为您的数据库设置环境变量: set ORACLE_SID=XE

set ORACLE_BASE=c:\ora

...

我也有那种痛苦。 要安装Oracle XE,您应该以本地admin - NOT域帐户身份登录。 这个https://community.oracle.com/thread/2361291让我开心:) I've got that pain too. To install Oracle XE you should login as local admin - NOT domain account. This https://community.oracle.com/thread/2361291 mad

...

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值