Oracle:environment variable "PATH" does not exceed the recommended length

今天重新安装oracle11g,突然在检测时报了以下错误:

Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.

预期值

: 1023

实际值

: 1332

错误列表:

-

PRVF-3929 : Adding the Oracle binary location to the PATH environment variable will exceed the OS length limit of [ "1023" ] for the variable on the node "cyq-PC"  - Cause:  The installer needs to update the PATH environment variable to include the value "%ORACLE_HOME%/bin;". However, doing so will cause PATH to exceed the maximum allowable length that this operating system allows.  - Action:  Ensure that the sum of the lengths of your current PATH environment variable and that of "%ORACLE_HOME%/bin;" does not exceed the operating system limit. Restart the installer after correcting the setting for environment variable.

网上的解决方案是说环境变量太长,需要取消掉一些,不过我取消掉之后再检测还是没用。

网上好像还有人说要重启或注销,再安装。

突然看到右上角有个勾,可以忽略错误。。所以,我决定忽略此错误再继续安装看看:

安装了近半小时后,又弹出了下面这个警告,确定后提示完成,估计又是可以忽略的:

顺路带另一个容易提示错误的:

Oracle: 输入的ADMIN 口令不符合Oracle建议的标准

安装oracle 11g 发行版2时,会出现如下提示:

管理口令(P):[INS-30011] 输入的 ADMIN 口令不符合 Oracle 建议的标准。

这是怎么会事儿呢?其实很简单,这个是Oracle为了安全起见,要求密码强度比较高,你输入的密码Oracle认为不够复制(我试过了,即使简单的数字字母组合Oracle也认为是不符合Oracle建议的标准),后来又重试了下,密码组合为:小写字母+数字+大写字母,这回就合格了,当然字符长度还必须保持着Oracle 11g数据库要求的范围之内。

时间: 2024-08-29 09:20:40

Oracle:environment variable "PATH" does not exceed the recommended length的相关文章

Oracle的Environment variable:"path" 失败问题

今天安装oracle出现了如下问题: 然后在网上百度 分析原因如下:环境变量Path长度过长. 步骤:(win7)  右键我的电脑——属性——高级系统设置——环境变量——系统变量里的Path,双击.备份, 然后就只留下系统的%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem; 在重新进行安装,最后安装好了就在把原来的复制回去...

Oracle 11g安装报错Environment variable: "PATH"

Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.预期值 : 1023实际值 : 1245 PRVF-3929 : Adding the Oracle binary location to the PATH environment var

Environment Variable: "PATH" 失败

问题内容: 未能满足某些最低安装要求.请复查并修复下表中列出的问题,然后重新检查系统. Checks    Environment Variable: "PATH"       失败    This test checks whether the length of the environment variable "PATH" does not exceed the recommended length. (详细信息)预期值: 1023实际值: 1035 问题原因

解决oracle报Environment variable ORACLE_UNQNAME not d

解决oracle报Environment variable ORACLE_UNQNAME not defined重新配置em即可,还有Oracle_SID环境变量一定要记得设置.1,修改DBSNMP密码:重新配置DBCONSOLE,需要输入DBSNMP密码,但任何密码都会显示错误,需要预先修改好.C:\Users\Administrator>sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Production on 星期二 10月 16 19:24:32

CentOS Oracle 报 Environment variable ORACLE_UNQNAME not defined 错误的解决办法

今天在 CentOS 上安装完 Oracle 后,通过命令 "emctl start dbconsole" 启动管理控制台时,报了 "Environment variable ORACLE_UNQNAME not defined" 的错误.问题原因是因为 Oracle 总是获取不到正确的 IP 地址(安装 Oracle 时获取的 IP 地址就是错误的),导致 em 出现问题,只需重新配置 emca 即可.折腾了好久,最后终于把问题给解决了. 环境描述 操作系统: C

Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name

今天在安装的测试环境下想启动一下OEM,结果启动的时候报了一个错如下: Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name. 按照错误提示是需要设置一下ORACLE_UNQNAME的,所以su - oracle 编辑配置文件如下: soure .bash_profile 使文件生效,在重新启动OEM,结果又报了另外一个错误, OC4J Configur

【已解决】mac上appium报错:“Could not find aapt Please set the ANDROID_HOME environment variable with the Android SDK root directory path”

按照网上教程配置完appium环境后,真机跑自动化过程,遇到如下报错: appium报错如下: [ADB] Checking whether aapt is present [ADB] The ANDROID_HOME environment variable is not set to the Android SDK root directory path. ANDROID_HOME is required for compatibility with SDK 23+. Checking al

Linux报“ '/usr/bin' is not included in the PATH environment variable”解决方法

在阿里云的服务器安装nodejs,配置环境变量过程中,出现问题以及解决方法. 1. 以下是node和npm的路径: 2. 设置环境变量 #vi /etc/profile 添加 #set node npm pathNODE_HOME=/home/app/node-v4.0.0-linux-x64/binexport PATH=$NODE_HOME:$PATH 3. 退出后执行 source /etc/profile 此时 运行node -v没有问题. 但是问题来了,如果以上:$PATH忘了加或者拼

Eclipse运行Maven命令时出现:-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment variable and mvn script match.问题解决

错误: -Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment variable and mvn script match. 这个错误是由于Maven版本与当前IDE不兼容导致的,解决方法如下: 1.Maven降级. 2.升级IDE. 3.可以尝试这个方法: