首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

win7运作sqlplus报错“SP2-1503: 无法初始化 Oracle 调用界面”

2013-10-08 
win7运行sqlplus报错“SP2-1503: 无法初始化 Oracle 调用界面”WIN7 64bit安装Oracle 10.2.0.1后,运行cmd-sq

win7运行sqlplus报错“SP2-1503: 无法初始化 Oracle 调用界面”

WIN7 64bit安装Oracle 10.2.0.1后,运行cmd-sqlplus / as sysdba会提示:

C:\Users\Liu>sqlplus / as sysdba
SP2-1503: 无法初始化 Oracle 调用界面
SP2-0152: ORACLE 不能正常工作


解决方法:

1、临时方案:此时可以以“管理员身份”运行cmd,然后再执行sqlplus就行了。

2、终极方案:如果想更简单,可以将$ORACLE_HOME/BIN的sqlplus.exe属性中的兼容性选择“以管理员身份运行此程序”,即可以避开Win7的权限,一句话,都是Win7的权限问题,才导致从安装到运行,处处都需要额外设置才行。

但是如果这样,则每次运行sqlplus scott/tiger@bisal时的cmd,会自动fork另一个cmd进程运行sqlplus的登录操作(见截图)。win7运作sqlplus报错“SP2-1503: 无法初始化 Oracle 调用界面”


MOS的Statement of Direction: Oracle Database 10g Release 2 Client (10.2.0.5) with Microsoft Windows 7 and Windows Server 2008 R2 (文档 ID 1061272.1)介绍:Oracle Database VersionOperating System

32-bit Oracle Database 10g Release 2 Client (10.2.0.5 and higher)

Windows 7 (32-bit)

32-bit Oracle Database 10g Release 2 Client (10.2.0.5 and higher)

Windows 7 x64

64-bit Oracle Database 10g Release 2 Client (10.2.0.5 and higher)

Windows 7 x64

32-bit Oracle Database 10g Release 2 Client (10.2.0.5 and higher)

Windows Server 2008 R2 x64

64-bit Oracle Database 10g Release 2 Client (10.2.0.5 and higher)

Windows Server 2008 R2 x64


Unable to Connect in SQL Plus if Windows Vista user is a Non-Administrative User (文档 ID 391401.1)。

热点排行