背景
我正在尝试在 CentOS 7(部署为 Hyper-V 虚拟机)上安装 Oracle 12c,如本安装指南所述。
问题
除了 Oracle 数据库配置助手之外,我的安装一切顺利。
安装为我提供了以下消息:
ACTION: Specify a free port
Action - Refer to the logs or contact Oracle Support Services.
调试信息和尝试的操作
当我在错误日志上运行 tail 时,我收到以下与安装相关的消息:
INFO: ... GenericInternalPlugIn: getting configAssistantParmas.
INFO: ... GenericInternalPlugIn: checking secretArguments.
INFO: ... GenericInternalPlugIn: starting read loop.
INFO: Read: [FATAL] [DBT-06103] The port (5,500) is already in use.
INFO: [FATAL] [DBT-06103] The port (5,500) is already in use.
WARNING: Skipping line: [FATAL] [DBT-06103] The port (5,500) …
Run Code Online (Sandbox Code Playgroud)