C:\Users\用户名\AppData\Local\Temp\OraInstall2021-04-30_04-44-48PM

Using paramFile: C:\database\install\oraparam.ini Checking monitor: must be configured to display at least 256 colors. Actual 4294967296 Passed The number of files bootstrapped for the jre is 0. The number of files bootstrapped for the oui is 0.
检查监视器:必须配置为至少显示256色。实际通过4294967296 为jre引导的文件数为0。 为oui引导的文件数为0 一开始我以为是服务器没有显示屏导致不满足要求,后面找了很多解决方案也没有搞定,到最后在一个论坛找到的结果
这个错误的原因是以为临时文件的磁盘空间大于2T 导致的 也就是生成日志的磁盘,默认一般都是C盘我看了一下服务器C盘空间是3T多所以出现了这个问题,只需要吧临时文生成的目录换到小于2T 即可解决
set TMP=路径
set TEMP=路径
set TMPDIR=路径
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/164252.html原文链接:https://javaforall.cn