动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
电脑书籍下载:程序设计书籍 | 数据库教程书籍 | 平面与多媒体书籍 | 网络通讯书籍 | 系统管理书籍 | 网络安全书籍 | 认证考试书籍
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息



本月文章推荐
.构建您自己的Oracle RAC 10g集群.
.分解查询的优化方法全面分析.
.ORACLE关于bin目录下各文件的意义.
.轻松六步使你的Oracle存储过程迅.
.在Oracle层次查询中给SIBLINGS排.
.Oracle 9i 在 Red Hat Enterpris.
.Oracle复合数据类型(2).
.分页技术:Oracle \rownum\新发现.
.Oracle数据库的几种启动和关闭方.
.东航西北分公司Oracle财务系统工.
.如何保持Oracle数据库的优良性能.
.Oracle 最常用功能函数经典汇总.
.在Oracle里加快SQL执行的三种方法.
.Oracle9i自动分段空间管理改善分.
.Oracle中捕获问题SQL语句.
.深入讲解"alert log"过大时的处理.
.经典的Oracle图书推荐-之五.
.TestKing Oracle 1z0-024 V3.
.Oracle 数据库10g:自动共享内存.
.详细讲解如何给导入文件加上时间.

关于使用Oracle9i时,无法找到客户端的解决办法

发表日期:2008-2-9 |



  这个其实是由于Oracle9i装在2000的NTFS分区上产生的错误。主要是IIS的权限不足,找不到Oracle9i的文件导致的错误。
  
  Oracle 公司的原版资料:
  Problem Description ------------------- When running an application that connects to Oracle and uses the Authenticated User privilege (sUCh as Microsoft’s Internet Information Server (IIS)) via Oracle’s 9.2 client software and any of these programmatic interfaces
  1.Oracle Provider for OLE DB
  2. Microsoft OLE DB Provider for Oracle
  3. Oracle ODBC Driver
  4. Microsoft ODBC for Oracle
  5. Oracle Objects for OLE (OO4O) you will receive one of the following errors:
  a) Oracle Provider for OLE DB     Error Type: Microsoft OLE DB Service Components (0x80070005)     Access is denied.
  b) Microsoft OLE DB Provider for Oracle     Error Type: Microsoft OLE DB Provider for Oracle (0x80004005)     Oracle client and networking components were not found. These components    are supplied by Oracle Corporation and are part of the Oracle Version    7.3.3 or later client software installation. Provider is unable to    function until these components are installed.     Or     Error Type: Microsoft OLE DB Provider for Oracle (0x80004005)        Oracle error occurred, but error message could not be retrieved from    Oracle.
  c) Oracle ODBC Driver     Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)     Specified driver could not be loaded due to system error 5 (Oracle in    OraHome92).
  d) Microsoft ODBC for Oracle     The Oracle(tm) client and networking components were not found. These    components are supplied by Oracle Corporation and are part of the Oracle     Version 7.3 (or greater) client software installation.     You will be unable to use this driver until these components have been    installed.
  e) Oracle Objects for OLE
  i. while using a GLOBAL.ASA file       Error Type: Active Server Pages (0x0)       An error occurred while creating object ’OraSession’.
  ii. not using a GLOBAL.ASA file       Error Type: Microsoft VBScript runtime (0x800A0046)       Permission denied: ’CreateObject’   (6)
  f) Other miscellaneous errors
  
  The Specified Module Could Not Be Found  Solution Description -------------------- You need to give the Authenticated User privilege to the Oracle Home by following these steps:
  i. Log on to Windows as a user with Administrator privileges.
  ii. Launch Windows EXPlorer from the Start Menu and and navigate to the    ORACLE_HOME Directory.
  iii. Right-click on the ORACLE_HOME folder and choose the "Properties" option    from the drop down list. A "Properties" window should appear.
  iv. Click on the "Security" tab on the "Properties" window.
  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.
  viii. Click the "Apply" button.
  ix. Click the "OK" button.
  x. You may need to reboot your computer after these changes have been made. Re-execute the application and it should now work.
  
  Explanation ----------- If you install Oracle9i Release 2 (9.2.0.1) on a computer running Windows with an NTFS partition,
the contents of ORACLE_HOME directory will not be visible to users who are authenticated on that machine. These permissions were not set properly when the software was installed. Applications that were working fine with previous versions of Oracle software will stop working when they upgrade to Oracle 9.2.
  
  NOTE: The application will continue to work if the user has logged onto the     machine as an Administrator. Any application that is using the Authenticated User privilege will not work. A notable example would be IIS which might service some of the requests based on the Authenticated User privileges. To demonstrate the problem in further detail, you can log on to the operating system as an authenticated machine user. You won’t be able browse the contents of the ORACLE_HOME directory demonstrating your inability to load any Oracle DLLs or make a connection.
  
  References ----------  Bug:2498880 - Oracle 9I Release 2 Installation Issue on windows 2000 NTFS         File System  Additional Search Words ----------------------- OLEDB
上一篇:什么是备份、恢复,它们的关系是什么? 人气:668
下一篇:导入数据后编译所有对象的脚本 人气:736
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-7-25 WikyBlog v1.7.0.1 多国语言版
2008-7-25 乐彼网上开店系统(56770 Eshop)
2008-7-25 赛特网站管理系统sitecms v3.6.0
2008-7-25 Modoer多功能点评系统 v1.0.1 Bu
2008-7-25 Shangducms Teamsuit! v1.1.0 开
2008-7-25 幻影动漫网视频系统(Ppdong) v1.
2008-7-25 acteecompany企业网站建设系统 v
2008-7-25 恒浪整合管理系统 ims v4.1 ACCE
2008-7-25 艺术图库系统 v1.0 beta
2008-7-19 UltraEdit 简体中文增强版 14.10
2008-7-19 CentOS 5.2 i386 LiveCD
2008-7-19 Snapture多功能相机 v1.4
2008-7-19 iAcces中文输入法 v1.0Build016
2008-7-19 Cookbook烹饪秘籍 v2.5
2008-7-19 苹果专用DVD转换工具 v1.1.59汉化
2008-7-19 Modem修复软件ZiPhone修改版04.0
2008-7-19 AgileMessenger即时通讯工具美化
2008-7-19 Sketches画图软件 v0.7b6破解版


  发表评论
姓 名: 验证码:
内 容:
[ 汉字翻译拼音 ] [ 广告代码 ] [ 符号对照表 ] [ 进制转换 ] [ 经典小工具 ] [ 个税计算 ] [ 汉字简繁转换 ] [ 普通单位换算 ] [ 公制单位换算 ]
[ 生辰老黄历 ] [ 国内电话区号 ] [ 国家代码与域名缩写 ] [ 文字加密解密 ] [ 健康查询 ] [ 万年历 ] [ 手机号码查询 ] [ ip搜索 ] [ Google PR查询 ]
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号