当我运行sqlplus时,我收到以下错误:
#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
我刚刚通过执行以下操作在fedora 12上安装了oracle即时客户端:
我从http://www.oracle.com/technetwork/topics/linuxsoft-082809.html下载了rpms
> oracle-instantclient11.2-basic-11.2.0.1.0-1.i386.rpm
> oracle-instantclient11.2-devel-11.2.0.1.0-1.i386.rpm
> oracle-instantclient11.2-jdbc-11.2.0.1.0-1.i386.rpm
> oracle-instantclient11.2-odbc-11.2.0.1.0-1.i386.rpm
> oracle-instantclient11.2-sqlplus-11.2.0.1.0-1.i386.rpm
> oracle-instantclient11.2-tools-11.2.0.1.0-1.i386.rpm
然后我使用rpm安装它们
另外我把它添加到我的/ etc / bashrc文件并重新启动shell:
export ORACLE_HOME=/usr/lib/oracle/11.2/client export LD_LIBRARY=/usr/lib/oracle/11.2/client/lib/
操作系统:Fedora 12,2.6.32.16-150.fc12.i686.PAE
这是一个VMWare虚拟机 – 无法访问互联网.
也许我正在使用i686版本?
谢谢SF
唯一对我有用的是将http_proxy设置为空白:
原文链接:https://www.f2er.com/oracle/205389.htmlexport http_proxy=
然后运行sql Plus