安装oracle提示缺失jre,Oracle client安装the jre is 0故障处理

在Windows Server 2012上安装Oracle 11.2.0.4.0客户端时,遇到安装闪退的问题。日志显示'The number of files bootstrapped for the jre is 0.',这是由于temp目录所在磁盘空间超过2TB。解决方案是创建新的小于2TB的磁盘分区,并设置环境变量 TEMP、TEMP 和 TMPDIR 指向该分区,或者通过创建大文件消耗空间使temp目录小于2TB。按照此方法操作后,图形安装可以正常启动。
摘要由CSDN通过智能技术生成

问题现象:

安装oracle 11.2.0.4.0版本client,执行setup.exe时闪退,

setup.exe拖到cmd里执行,仍然闪退,前台没有日志。

环境说明:

os:windows server 2012

client版本:Oracle 11.2.0.4.0

问题排查:

查看安装日志,C:\用户\Default\AppData\Local\Temp\Oraclexxx ...

提示如下:

The number of files bootstrapped for the jre is 0.

The number of files bootstrapped for the oui is 0.

根据关键字查看,和

文档 ID 436299.1相匹配

The OUI will report issue if the amount of free disk space in temp is equal or more than 2 TB .

OUI will not launch after showing the following messages in the Installation log.

The number of files bootstrapped for the jre is 0.

The number of files bootstrapped for the oui is 0.

The solution is to point the TEMP to directory having less space ,

% export TMP=

% export TEMP=$TMP

% export TMPDIR=$TMP

(or)

create a dummy file to consume the existing space and bring the temp space to less then 2TB and the example command is provided below

C:\Temp>fsutil file createnew imhuge.dat 2048000000000

问题原因是temp目录所在磁盘空间大于2TB,查看当前磁盘空间3TB,服务器上其他磁盘空间均大于2TB.

尝试不使用图形,静默安装,问题依旧。

解决方案:

新挂载一块100g的小盘,单独创建一个磁盘分区E:\盘。

E盘下创建temp临时目录。

打开cmd窗口,临时设置temp环境变量。

set TMP=E:\temp

set TEMP=E:\temp

set TMPDIR=E:\temp

然后在当前cmd创建下执行setup.exe,可以正常启动图行安装客户端了。

其中:

文档 ID 436299.1详细内容如下:

Common reasons for OUI failure/crash on the MS Windows platforms (文档 ID 436299.1)

In this Document

APPLIES TO:

Ora

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值