• 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 


    
                                        
    
  • 相关阅读:
    墙裂推荐!B站上的Python学习资源
    docker实践-安装wordpress
    docker 使用:创建nginx容器
    docker 使用:镜像和容器
    python标准库:ftplib模块
    python标准库:datetime模块
    python标准库:csv 模块
    python标准库-calendar 模块
    python标准库-builtin 模块之compile,execfile
    python标准库-array 模块
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13351718.html
Copyright © 2020-2023  润新知