zoukankan      html  css  js  c++  java
  • PLSQL中配置Oracle方法

    在服务器上,用PL/SQL连接Oracle数据库时,出现了一个问题,提示:

    Initialization error

    Could not load "F:oracleinoci.dll"
    OCIDLL forced to Foracleinoci.dll
    LoadLibrary(F:oracleinoci.dll)returned 0

    ---------------------------------------------------------------------------------------------------------

    具体的方法如下:

    启动 PL/SQL Developer 之后,出现 Initialization error Could not load ,但是 PL/SQL

    的工作界面仍能打开,只是数据库相关数据没有加载进来,因此可以在该工作页面中进行配置:选

    择 Tools -> Preferences -> Oracle -> Connection -> 对 Oracle Home 和 OCI Library

    进行设置,如:Orcale 装在 E:orcale ,

    则:Oracle Home 为 E:oracleproduct10.2.0

    OCI Library 为 E:oracleproduct10.2.0db_1BINoci.dll

    配置完之后重新启动 PL/SQL Developer ,则在登录界面中多了一栏 Connect as ,即以什么身份

    登录,选择相应的身份后即可以进行登录了,此时,数据库相关数据就加载进来了。

  • 相关阅读:
    MySQL用户管理
    MySQL函数
    MySQL数据类型
    MySQL配置
    PowerDesigner之PDM检查
    PowerDesigner之PDM(物理概念模型)
    .NET Reflector反编译的方法
    IBatis.net 输出SQL语句(七)
    SVN 记录冲突、忽略
    SQLServer 窗口函数
  • 原文地址:https://www.cnblogs.com/xinxin1994/p/5166129.html
Copyright © 2011-2022 走看看