最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
解决使用ASP无法连接 ORACLE 9i 数据库的问题
时间:2022-06-30 10:39:19 编辑:袖梨 来源:一聚教程网
今天,在一台WIN2K SERVER 服务器上,通过ASP安装在本机的 Oracle9i 数据库时,发现错误,根本无法连接上数据库。其错误描述如下:
Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'
[Microsoft][ODBC 驱动程序 管理器] 驱动程序的 SQLAllocHandle on SQL_HANDLE_ENV 失败
或
Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'
由于系统错误 5 (Oracle in jxt_user),导致不能加载指定驱动程序
连接方式是通过ODBC,驱动程序包括 Oracle ODBC Driver 和 Microsoft ODBC Driver for Oracle 。
连接字串如下:
(1)CONNECTIONSTRING ="DSN=TXLTNS;UID=user;PWD=password"
(2)CONNECTIONSTRING ="DRIVER={Oracle in txl_user};UID=user;PWD=password;DBQ=TXLTNS;DBA=W;"
结果,都是无法正常运作。经检查发现 %ORACLE_HOME% 设置是正确的,也包含到PATH中了。
在 GOOGLE 搜索简体中文的信息,发现一个信息说法如下:
“这个其实是由于Oracle9i装在2000的NTFS分区上产生的错误。主要是IIS的权限不足,找不到Oracle9i的文件导致的错误。”
而且他还给出了一堆英文文摘,答题的意思是:%ORACLE_HOME%这个目录在安装的时候,是单独设置了权限的,默认是管理员组、SYSTEM组和一个名为“Authenticated Users”的组具有权限。他还说要这样:
------------------------------------------
v. Click on "Authenticated Users" item in the "Name" list (on Windows XP the "Name" list is called "Group or user names").
vi. Uncheck the "Read and Execute" box in the "Permissions" list (on Windows XP the "Permissions" list is called "Permissions for Authenticated Users"). This box will be under the "Allow" column.
vii. Check the "Read and Execute" box. This is the box you just unchecked.
------------------------------------------
感觉这段英文的说法有点怪,为什么要取消Authenticated Users组的“读取和执行”权限呢,不是说权限不够吗?
继续在ORACLE 技术网查询相关信息,发现这个信息:
-------------------------------------------
The Microsoft ODBC driver for Oracle is known not to work correctly on a 9.2 Oracle client. You need to use the Oracle ODBC driver if you're using the 9.2 client.
Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'
[Microsoft][ODBC 驱动程序 管理器] 驱动程序的 SQLAllocHandle on SQL_HANDLE_ENV 失败
或
Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'
由于系统错误 5 (Oracle in jxt_user),导致不能加载指定驱动程序
连接方式是通过ODBC,驱动程序包括 Oracle ODBC Driver 和 Microsoft ODBC Driver for Oracle 。
连接字串如下:
(1)CONNECTIONSTRING ="DSN=TXLTNS;UID=user;PWD=password"
(2)CONNECTIONSTRING ="DRIVER={Oracle in txl_user};UID=user;PWD=password;DBQ=TXLTNS;DBA=W;"
结果,都是无法正常运作。经检查发现 %ORACLE_HOME% 设置是正确的,也包含到PATH中了。
在 GOOGLE 搜索简体中文的信息,发现一个信息说法如下:
“这个其实是由于Oracle9i装在2000的NTFS分区上产生的错误。主要是IIS的权限不足,找不到Oracle9i的文件导致的错误。”
而且他还给出了一堆英文文摘,答题的意思是:%ORACLE_HOME%这个目录在安装的时候,是单独设置了权限的,默认是管理员组、SYSTEM组和一个名为“Authenticated Users”的组具有权限。他还说要这样:
------------------------------------------
v. Click on "Authenticated Users" item in the "Name" list (on Windows XP the "Name" list is called "Group or user names").
vi. Uncheck the "Read and Execute" box in the "Permissions" list (on Windows XP the "Permissions" list is called "Permissions for Authenticated Users"). This box will be under the "Allow" column.
vii. Check the "Read and Execute" box. This is the box you just unchecked.
------------------------------------------
感觉这段英文的说法有点怪,为什么要取消Authenticated Users组的“读取和执行”权限呢,不是说权限不够吗?
继续在ORACLE 技术网查询相关信息,发现这个信息:
-------------------------------------------
The Microsoft ODBC driver for Oracle is known not to work correctly on a 9.2 Oracle client. You need to use the Oracle ODBC driver if you're using the 9.2 client.
相关文章
- 以下哪种非遗技艺是用针在纸上绣画 蚂蚁新村11月21日答案 11-22
- 江南百景图听风塔怎么样 11-22
- 原神恰斯卡圣遗物怎么搭配 11-22
- 2024年霸王茶姬11月22日口令是什么 2024.11.22霸王茶姬口令介绍 11-22
- 光遇11.21季节蜡烛在哪里 光遇11月21日季节蜡烛位置攻略 11-22
- 光遇11.21大蜡烛在哪里 光遇11月21日大蜡烛位置攻略 11-22