zoukankan      html  css  js  c++  java
  • Oracle 安装廋客户端

    <pre name="code" class="sql">v-lhb-mgr01:/root# rpm -ivh oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm 
    Preparing...                ########################################### [100%]
       1:oracle-instantclient11.########################################### [100%]
    
    v-lhb-mgr01:/root# rpm -ivh oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm 
    Preparing...                ########################################### [100%]
       1:oracle-instantclient11.########################################### [100%]
    
    mkdir -p/u01/app/oracle/product/11.2.0.4/db_1
    
    v-lhb-mgr01:/root# cp -r /usr/lib/oracle/11.2/client64/* /u01/app/oracle/product/11.2.0.4/db_1
    
    
    instantclient-basic-linux.x64-11.2.0.3.0.zip
    
    
    mkdir -p /u01/app/oracle/product/11.2.0.4/db_1/network/admin
    
    
    export ORACLE_HOME=/u01/app/oracle/product/11.2.0.4/db_1
    
    
    
    
    jrhapt01:/root/DBD-Oracle-1.36# perl Makefile.PL 
    Using DBI 1.616 (for perl 5.010001 on x86_64-linux-thread-multi) installed in /usr/local/lib64/perl5/auto/DBI/
    
    Configuring DBD::Oracle for perl 5.010001 on linux (x86_64-linux-thread-multi)
    
    Remember to actually *READ* the README file! Especially if you have any problems.
    
    Installing on a linux, Ver#2.6
    Using Oracle in /u01/app/oracle/product/11.2.0.4/db_1
    Can't find sqlplus. Pity, it would have helped.
    I'm having trouble finding your Oracle version number... trying harder
    Oracle version 11.2.0.4 (11.2)
    
    	Unable to locate an oracle.mk or other suitable *.mk
    	file in your Oracle installation.  (I looked in
    	/u01/app/oracle/product/11.2.0.4/db_1/rdbms/demo/demo_xe.mk /u01/app/oracle/product/11.2.0.4/db_1/rdbms/lib/oracle.mk /u01/app/oracle/product/11.2.0.4/db_1/rdbms/demo/oracle.mk 
    
    /u01/app/oracle/product/11.2.0.4/db_1/rdbms/demo/demo_rdbms.mk /u01/app/oracle/product/11.2.0.4/db_1/rdbms/demo/demo_rdbms64.mk /u01/app/oracle/product/11.2.0.4/db_1/rdbms/lib/ins_rdbms.mk under 
    
    /u01/app/oracle/product/11.2.0.4/db_1)
    
    解决:
    jrhapt01:/root/DBD-Oracle-1.36# perl Makefile.PL -m /usr/share/oracle/11.2/client64/demo.mk 


    
                                        
    
  • 相关阅读:
    CodeSmith的OracleProviders
    使用 Web Services Enhancements 2.0 的基于角色的安全性
    用WSE在Web服务中验证用户身份(3)
    使用 Web Services Enhancements 2.0 进行编程
    使用 Web Services Enhancements 发送带有附件的 SOAP 消息
    用WSE在Web服务中验证用户身份(1)
    Web Services Enhancements 管道技术内幕
    确保应用程序服务器的安全
    基于图象光照问题提出(看文章的记录一)
    用WSE在Web服务中验证用户身份(2)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13351718.html
Copyright © 2011-2022 走看看