我在尝试通过 sqlplus 连接到 Oracle 数据库时遇到问题。
命令行如下所示:
C:\oracle\product\11.2.0\client_1>sqlplus
Error 46 initializing SQL*Plus
HTTP proxy setting has incorrect value
SP2-1502: The HTTP proxy server specified by http_proxy is not accessible
C:\oracle\product\11.2.0\client_1>http_proxy
'http_proxy' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
根据这篇博文!它似乎抱怨 http_proxy 变量的值,但该变量甚至不存在于客户端计算机中。
有人在 Windows 上遇到过同样的问题吗?
编辑:
对不起大家。我将 http_proxy 设置为用户变量。我只是想以错误的方式看待它。
错误的:
C:\Users\ilson.bolzan>http_proxy
正确的:
C:\Users\ilson.bolzan>echo %http_proxy%