在windows上安装oracle GUI出来后没有提供选项一直转圈

现象:
在windows server 2016上安装oracle数据库,用管理员点击setup后,卡在第一步界面,不出现选择选项。

检查数据库安装日志:
C:\Program Files\Oracle\Inventory\logs

发现如下的提示:

....

[Worker 0] [ 2019-05-31 15:46:16.561 KST ] [nativesystem.WindowsNative.Native] Trying to open a named pipe
[Worker 0] [ 2019-05-31 15:46:16.561 KST ] [nativesystem.WindowsNative.Native] About to open pipe
[Worker 0] [ 2019-05-31 15:46:16.561 KST ] [nativesystem.WindowsNative.Native] calling create file for pipe \\.\pipe\srvmremotexecpipev2
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Local pipe failed (53), retry using local pipe notation
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] calling create file for pipe \\.\pipe\srvmremotexecpipev2
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Created handle to Pipe

[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Pipe has connected, set the handle state
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Fill up the request message
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Finish filling up the request message
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Sending a message to the pipe server. Total bytes to write=18528
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] After call to WriteFile. totalWritten=18528, cbWritten=18528
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe
[Worker 0] [ 2019-05-31 15:46:18.670 KST ] [nativesystem.WindowsNative.Native] Reading from the pipe    

解决方法
原因1、未禁用IPV6
检查是否启用IPV6
通过ipconfig或者ping测主机名
在这里插入图片描述
在这里插入图片描述

禁用IPv6的方法:
(1)开始 -> 运行 – > 输入 Regedit 进入注册表编辑器
定位到:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters] 右键点击 Parameters,选择新建 -> DWORD (32-位)值
命名值为 DisabledComponents,然后修改值为 0xff (16进制)

注意:
在这里插入图片描述
在这里插入图片描述
参考文章:
https://docs.microsoft.com/en-GB/troubleshoot/windows-server/networking/configure-ipv6-in-windows

(2)重启电脑后生效

(3)再次检测ping测

原因2:未启用lanmanserver服务

启动方式:
net stop lanmanserver
net start lanmanserver

如果有问题,请确保
(1)Windows C->Windows->System32 下这个文件 srvsvc.dll 未丢失

(2)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer 这个值存在

(3)确保网卡上这个勾选
在这里插入图片描述

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值