您现在的位置是:网站首页> 编程资料编程资料
oracle12c安装报错:PRVF-0002的解决方法_oracle_
2023-05-27
363人已围观
简介 oracle12c安装报错:PRVF-0002的解决方法_oracle_
./runInstaller
启动图形化报错
PRVF-0002 : Could not retrieve local nodename.
查看了一下报错信息:
[root@test68 OraInstall2013-09-06_04-43-39AM]# cat installActions2013-09-06_04-43-39AM.log
后几行报错:
SEVERE: [FATAL] PRVF-0002 : Could not retrieve local nodename.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1
INFO: Shutdown Oracle Database 12c Release 1 Installer
猜测是找不到主机名的对应ip
修改了下/etc/hosts
127.0.0.1 localhost.localdomain localhosttest68
::1 localhost6.localdomain6 localhost6 test68
10.0.5.68 test68
再运行就OK了
启动图形化报错
PRVF-0002 : Could not retrieve local nodename.
查看了一下报错信息:
[root@test68 OraInstall2013-09-06_04-43-39AM]# cat installActions2013-09-06_04-43-39AM.log
后几行报错:
SEVERE: [FATAL] PRVF-0002 : Could not retrieve local nodename.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1
INFO: Shutdown Oracle Database 12c Release 1 Installer
猜测是找不到主机名的对应ip
修改了下/etc/hosts
127.0.0.1 localhost.localdomain localhosttest68
::1 localhost6.localdomain6 localhost6 test68
10.0.5.68 test68
再运行就OK了
您可能感兴趣的文章:
相关内容
- oracle获取上一旬的开始时间和结束时间的实现函数_oracle_
- Oracle 获取上周一到周末日期的查询sql语句_oracle_
- group by,having,order by的用法详解_oracle_
- oracle的导入导出注意事项及心得分享_oracle_
- 索引在Oracle中的应用深入分析_oracle_
- oracle数据库常用的99条查询语句_oracle_
- oracle常用sql查询语句部分集合(图文)_oracle_
- oracle查询语句大全(oracle 基本命令大全一)_oracle_
- Oracle提高sql执行效率的心得建议_oracle_
- Oracle中检查是否需要重构索引的sql_oracle_
