Cannot install DBD::Oracle

Hi all,
I am trying to install DBD::Oracle on Windows machine using Cygwin. I downloaded DBD-Oracle from CPAN and unizipped. Then I tried to run "perl Makefile.PL" in DBD-Oracle directory but am getting the following error -
Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.8/cygwin ........
Can anyone please help regarding this issue since I need to access Oracle from Perl scripts.
Thanks and Regards,
Deepak

Thanks for the prompt reply. Am connecting to 9i.
Here is the update, though not checked whether its working or not -
DOS> ppm install DBD::Oracle
--This didn't throw up any error. Also, when I do "ppm" on my DOS prompt it shows DBD::Oracle as installed !! Will try executing a query when I get to my Desktop.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Cannot install DBD::Oracle perl module with Oracle 11.2.0.3 client

    Hi
    I have been trying to install DBD::Oracle perl module on a Centos 5.7 server which is running Oracle client version 11.2.0.3. I have installed all dependencies prior to attempting installing the same and I am running into the following error -
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1Here are the complete details of my attempt of installation of the perl module -
    [root@tch1testuview1 DBD-Oracle-1.50]# perl Makefile.PL
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Configuring DBD::Oracle for perl 5.008008 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 /app/utiba/oracle/client
    DEFINE _SQLPLUS_RELEASE = "1102000300" (CHAR)
    Oracle version 11.2.0.3 (11.2)
    Found /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Using /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Your LD_LIBRARY_PATH env var is set to '/app/utiba/oracle/client/lib:/lib:/usr/lib'
    Reading /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Reading /app/utiba/oracle/client/rdbms/lib/env_rdbms.mk
    WARNING: Oracle /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk doesn't define a 'build' rule.
    WARNING: I will now try to guess how to build and link DBD::Oracle for you.
             This kind of guess work is very error prone and Oracle-version sensitive.
             It is possible that it won't be supported in future versions of DBD::Oracle.
             *PLEASE* notify dbi-users about exactly _why_ you had to build it this way.
    Found header files in /app/utiba/oracle/client/rdbms/public.
    client_version=11.2
    DEFINE= -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112
    Checking for functioning wait.ph
    System: perl5.008008 linux builder10.centos.org 2.6.18-53.el5 #1 smp mon nov 12 02:14:55 est 2007 x86_64 x86_64 x86_64 gnulinux
    Compiler:   gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
    Linker:     /usr/bin/ld
    Sysliblist: -ldl -lm -lpthread -lnsl -lirc -lipgo
    Oracle makefiles would have used these definitions but we override them:
      CC:       $(GCC)
      CFLAGS:   $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS) $(PFLAGS)\
            $(SHARED_CFLAG) $(USRFLAGS)
               [$(GFLAG) -O2 $(CDEBUG) $(CCFLAGS) -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -DLDAP_CM $(LPFLAGS) $(PLSQLNCGFLAGS) $(USRFLAGS)]
      LDFLAGS:  -o $@ $(LDOBJSZ) $(LDPATHFLAG)$(PRODLIBHOME) $(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)stubs/ $(LDPATHFLAG)$(LIBHOME) $(LLIBIRC)
               [-o $@ -m32 -L/app/utiba/oracle/client/rdbms/lib/ -L$(LIBHOME) -L$(LIBHOME)stubs/ -L$(LIBHOME) -lirc -lipgo ]
    Linking with  -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm  [from $(OCISHAREDLIBS)]
    LD_RUN_PATH=/app/utiba/oracle/client/lib
    Using DBD::Oracle 1.50.
    Using DBD::Oracle 1.50.
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Writing Makefile for DBD::Oracle
    ***  If you have problems...
         read all the log printed above, and the README and README.help.txt files.
         (Of course, you have read README by now anyway, haven't you?)
    [root@tch1testuview1 DBD-Oracle-1.50]# make
    Skip blib/lib/DBD/Oracle/Troubleshooting/Cygwin.pod (unchanged)
    Skip blib/lib/DBD/Oracle.pm (unchanged)
    Skip blib/lib/oraperl.ph (unchanged)
    Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Vms.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Linux.pod (unchanged)
    Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Hpux.pm (unchanged)
    Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged)
    Skip blib/lib/Oraperl.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Sun.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Macos.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Aix.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Object.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win64.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/mk.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win32.pod (unchanged)
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 Oracle.c
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 dbdimp.c
    dbdimp.c: In function ‘fb_ary_cb_alloc’:
    dbdimp.c:324: warning: comparison is always false due to limited range of data type
    dbdimp.c:325: warning: comparison is always false due to limited range of data type
    dbdimp.c:326: warning: comparison is always false due to limited range of data type
    dbdimp.c:327: warning: comparison is always false due to limited range of data type
    dbdimp.c:328: warning: comparison is always false due to limited range of data type
    dbdimp.c: In function ‘fb_ary_alloc’:
    dbdimp.c:344: warning: comparison is always false due to limited range of data type
    dbdimp.c:345: warning: comparison is always false due to limited range of data type
    dbdimp.c:346: warning: comparison is always false due to limited range of data type
    dbdimp.c:347: warning: comparison is always false due to limited range of data type
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 oci8.c
    oci8.c: In function ‘ora_blob_read_mb_piece’:
    oci8.c:1804: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘describe_obj_by_tdo’:
    oci8.c:3256: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_describe’:
    oci8.c:3480: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_st_fetch’:
    oci8.c:3953: warning: unused variable ‘imp_xxh’
    Running Mkbootstrap for DBD::Oracle ()
    chmod 644 Oracle.bs
    rm -f blib/arch/auto/DBD/Oracle/Oracle.so
    LD_RUN_PATH="/app/utiba/oracle/client/lib" gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Oracle.o dbdimp.o oci8.o  -o blib/arch/auto/DBD/Oracle/Oracle.so  \
               -L/app/utiba/oracle/client/lib/ -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm      \
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1I am sure that installing a previous(older) version of oracle client will fix this issue i.e. either 11.2.0.1 or older (that is tested) but I want to know if it is possible to resolve the above issue with a work around and not having to install a previous version.
    Fyi.. I've tried to install DBD::Oracle version 1.24 and 1.50 but that doesn't seem to make any difference. I couldn't find any related thread either for this error so I desperately need a solution to the same(if any).
    If anyone can help here, would really appreciate it or else, I will have no choice but to install previous version of oracle client.
    Thanks
    Edited by: 956308 on Aug 31, 2012 6:55 AM
    Edited by: 956308 on Aug 31, 2012 6:57 AM

    Contents of the response file:
    oracle.install.responseFileVersion=http://www.oracle.com/2007/install/rspfmt_clientinstall_response_schema_v11_2_0
    ORACLE_HOSTNAME=slc00caz
    UNIX_GROUP_NAME=oracle
    INVENTORY_LOCATION=/home/psadm1/oraInventory
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/opt/oracle/psft/pt/oracle-client/11.2.0.x
    ORACLE_BASE=/opt/oracle/psft/pt/oracle-client
    oracle.install.client.installType=Custom
    oracle.install.client.upgrading=false
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.3.0,oracle.javavm.client:11.2.0.3.0,oracle.sqlplus:11.2.0.3.0,oracle.dbjava.jdbc:11.2.0.3.0,oracle.rdbms.oci:11.2.0.3.0,oracle.xdk:11.2.0.3.0,oracle.network.aso:11.2.0.3.0,oracle.assistants.oemlt:11.2.0.3.0,oracle.network.client:11.2.0.3.0,oracle.odbc:11.2.0.3.0,oracle.dbdev:11.2.0.3.0
    oracle.install.client.schedulerAgentHostName=
    oracle.install.client.schedulerAgentPortNumber=
    oracle.installer.autoupdates.option=SKIP_UPDATES
    oracle.installer.autoupdates.downloadUpdatesLoc=
    AUTOUPDATES_MYORACLESUPPORT_USERNAME=
    AUTOUPDATES_MYORACLESUPPORT_PASSWORD=
    PROXY_HOST=
    PROXY_PORT=0
    PROXY_USER=
    PROXY_PWD=
    PROXY_REALM=

  • Problem to install DBD-Oracle-1.15

    hello
    when I execute perl makefile.pl I 've this message :
    Configuring DBD::Oracle ...
    Remember to actually READ the README file!Especially if you have any problems.
    Using Oracle in /soft/oracle/9.2.0
    Oracle version 9.2.0 (9.200)
    Found /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk
    Using /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk
    Reading /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk
    Reading /soft/oracle/9.2.0/precomp/lib/env_precomp.mk
    Deleting ORA_NLS = $(ORACLE_HOME)/ocommon/nls/admin/data/
    because it is not already set in the environment
    and it can cause ORA-01019 errors.
    Deleting ORA_NLS33 = $(ORACLE_HOME)/ocommon/nls/admin/data/
    because it is not already set in the environment
    and it can cause ORA-01019 errors.
    Attempting to discover Oracle OCI build rules
    gcc -c -I. -I/soft/oracle/9.2.0/precomp/public -I/soft/oracle/9.2.0/rdbms/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/plsql/public -I/soft/oracle/9.2.0/network/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/rdbms/demo -I/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -I/usr/lib/perl5/5.6.1/i386-linux/CORE -DUTF8_SUPPORT DBD_ORA_OBJ.c
    by executing: [make -f /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk build ECHODO=echo ECHO=echo GENCLNTSH='echo genclntsh' CC=echo OPTIMIZE= CCFLAGS= EXE=DBD_ORA_EXE OBJS=DBD_ORA_OBJ.o]
    Oracle oci build command:
    [-o DBD_ORA_EXE DBD_ORA_OBJ.o -L/soft/oracle/9.2.0/lib/ -lclntsh -lnbeq9 -lnhost9 -lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -ldl -lm -lpthread -lnsl -ldl -lm]
    Found header files in rdbms/demo.
    I can't find the header files I need in your Oracle installation.
    You probably need to install some more Oracle components.
    I'll keep going, but the compile will probably fail.
    See README.clients for more information.
    Checking for functioning wait.ph
    System: perl5.006001 linux daffy.perf.redhat.com 2.4.17-0.13smp #1 smp fri feb 1 10:30:48 est 2002 i686 unknown
    Compiler: gcc -O2 -march=i386 -mcpu=i686 -fno-strict-aliasing -I/usr/local/include
    Linker: /usr/bin/ld
    Sysliblist: -ldl -lm -lpthread -lnsl
    Oracle makefiles would have used these definitions but we override them:
    CC: cc
    CFLAGS: $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS) $(PFLAGS)\
    $(SHARED_CFLAG) $(USRFLAGS)
    [$(GFLAG) -O3 $(CDEBUG) -trigraphs -fPIC -DPRECOMP -I. -I/soft/oracle/9.2.0/precomp/public -I/soft/oracle/9.2.0/rdbms/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/plsql/public -I/soft/oracle/9.2.0/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS $(LPFLAGS) $(USRFLAGS)]
    LDFLAGS: -o $@ $(LDPATHFLAG)$(PRODLIBHOME) $(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)stubs/
    [-o $@ -L/soft/oracle/9.2.0/precomp/lib/ -L$(LIBHOME) -L$(LIBHOME)stubs/]
    Linking with OTHERLDFLAGS = -L/soft/oracle/9.2.0/lib/ -lclntsh -lnbeq9 -lnhost9 -lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -ldl -lm -lpthread -lnsl -ldl -lm [from 'build' rule]
    Warning: If you have problems you may need to rebuild perl with threading enabled.
    LD_RUN_PATH=/soft/oracle/9.2.0/lib:/soft/oracle/9.2.0/rdbms/lib
    Using DBD::Oracle 1.15.
    Using DBI 1.40 (for perl 5.006001 on i386-linux) installed in /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI
    Writing Makefile for DBD::Oracle
    *** If you have problems...
    read all the log printed above, and the README and README.help files.
    (Of course, you have read README by now anyway, haven't you?)
    and when I execute make I've the error :
    /bin/sh -c true
    /bin/sh -c true
    gcc -c -I. -I/soft/oracle/9.2.0/precomp/public -I/soft/oracle/9.2.0/rdbms/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/plsql/public -I/soft/oracle/9.2.0/network/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/rdbms/demo -I/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -I/usr/lib/perl5/5.6.1/i386-linux/CORE -DUTF8_SUPPORT Oracle.c
    In file included from Oracle.h:20,
    from Oracle.xs:1:
    dbdimp.h:44:20: ocidfn.h: No such file or directory
    dbdimp.h:57:21: ociapr.h: No such file or directory
    make: *** [Oracle.o] Error 1
    what is the problem ?
    think

    64bit Oracle server or 32bit?
    Did you use 32bit or 64 bit Perl libs?
    Check for those.
    If you have 64bit Oracle, 32bit libs are under $ORACLE_HOME/lib32 instead of $O_H/lib/
    There may be some missing headers under lib32. I can't remember on top of my head but you can copy over some of the header files from lib. Hope this helps.

  • Cannot install oracle 9i database on windows XP

    Hi,
    I am a beginner to oracle. I cannot install the oracle 9i database on my computer. I cancelled the installation as it appeared to be hang at 48%. I wanted to remove the folders created during this and install it fresh. But i cannot delete the folder oracle as it gives the warning that "some files like oci.dll cannot be deleted. Make sure the disk space is not full or the disk is write protected" How can I delete all these files and start the installation fresh. Even if i start the installation keeping the previous files as it is and ignoring some errors during installation finally the installation is unsuccessful. Please suggest me how to delete all these files and to start a fresh installation.
    Thanks.

    I had a similar problem - was your install from CDs or download?
    I Downloaded 9i AND installed from the proprer Disk1, Disk2, Disk3 setup.
    To extract the .zip downloads (BIG MISTAKE) I used XP's built in extraction - XPs .zip extraction does Not stop on errors - it whips right past them.
    I attempted to re-extract from the .zips using Winzip - and it detected CRC errors in a couple files.
    After re-downloading Disk2 (where the CRC errored files were) via dial-up... Install went fine.
    If you did download, and used XP to extract - check your .zips with Winzip or a CRC supporting extraction program.
    With the exception of it just doesn't work anyways - Apache crashes and restarts every 10 minutes or so with MS Error box 'Send report' boxes - annoying, but that's another bug...

  • DBD::Oracle & DBI & Oracle EE & Red Hat 6.0

    Hej!
    did anyone already managed to install DBD::Oracle in a server
    with Oracle EE (with the glic2.1 patch) ???
    OS - Red Hat 6.0
    tak!
    Cesar
    null

    Cesar Silva (guest) wrote:
    : Hej!
    : did anyone already managed to install DBD::Oracle in a server
    : with Oracle EE (with the glic2.1 patch) ???
    : OS - Red Hat 6.0
    : tak!
    : Cesar
    I was able to do that... I am running:
    Oracle 8.0.5 with the Glibc patches..
    RH 6.0
    It compiled without problems... get the latest versions:
    DBD::Oracle 1.01
    DBI 1.08
    Make sure you have DBI installed first...
    Regards,
    H
    null

  • Installation DBD oracle

    Hi everybody I want to install DBD oracle but every time give me a differente error.
    somebody can help me please
    last error is:
    make [test dynamic] erreur 2
    please help me

    Too bad your typing is lacking while CUT & PASTE seems broken for you.
    It works for me many times & for others.
    Please correct problem & try again, again.

  • DBD::Oracle RPM

    Hi,
    A while ago, my developers asked me to install DBD::Oracle on all of our linux workstations. So I kept an eye on the instant client status, and sure enough, someone cracked how to build DBD::Oracle to work with it.
    Since we manage all of our software with RPM's, I built a DBD::Oracle RPM for Fedora Core (3?). Since I can't post it via this forum, it's available in both binary and source RPM form at http://www.netgawds.com/dbd-oic/

    Its all zip files.. no RPMs..RPM version of instant client is not shipped anymore... :-(
    Anyone have any ideas?Install the instant client from .zip archive. :-)

  • DBD:Oracle

    How is it possible to compile DBD:Oracle if you don't have an Oracle installation on the same machine? I want to use a Linux client to connect to a remote machine where Oracle is installed on. One machine has Solaris7. I tried to copy everything what the DBD wanted from the Solaris machine to my Linux client,
    the compiling worked, but the result was that "make test" failed. May be the reason is that the object files from Solaris and Linux are not binary compatible.
    I tried to install oracletool from www.oracletool.com but it also wants an installed DBD:Oracle.
    One possibility would be to download the whole 288MB big Oracle-Linux distribution and install this first.
    My question is: is it really necessary to install this huge package just to use the set up a client?

    To build DBD:Oracle, you need Oracle client
    software installed. You need to download
    the 288MB file, but you only need to install
    the client software. In the installer,
    look for something about "8i Client software"
    and then "Programmer". That ought to install
    the pieces you need.
    -Mark

  • How can I get CPAN  DBD::Oracle to install with XE?

    It can't find oracle.mk so it dies. I'm also going to contact the DBD::Oracle module author, but just in case someone on these forums has already solved this, I'm also posting here. The output from the install was:
    CPAN.pm: Going to build T/TI/TIMB/DBD-Oracle-1.16.tar.gz
    Using DBI 1.48 (for perl 5.008005 on i386-linux-thread-multi) installed in /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBI/
    Configuring DBD::Oracle ...
    Remember to actually READ the README file!Especially if you have any problems.
    Using Oracle in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    DEFINE SQLPLUSRELEASE = "1002000100" (CHAR)
    Oracle version 10.2.0.1 (10.2)
    Unable to locate an oracle.mk, proc.mk or other suitable *.mk
    file in your Oracle installation. (I looked in
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/lib/oracle.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/oracle.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_rdbms.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/otrace/demo/atmoci.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/precomp/demo/proc/proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/precomp/demo/proc/demo_proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/proc/lib/proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/proc16/lib/proc16.mk)
    The oracle.mk (or demo_rdbms.mk) file is part of the Oracle
    RDBMS product. The proc.mk (or demo_proc.mk) file is part of
    the Oracle Pro*C product. You need to build DBD::Oracle on a
    system which has one of these Oracle components installed.
    (Other *.mk files such as the env_*.mk files will not work.)
    In the unlikely event that a suitable *.mk file is installed
    somewhere non-standard you can specify where it is using the -m option:
    perl Makefile.PL -m /path/to/your.mk
    See README.clients for more information and some alternatives.
    at Makefile.PL line 922.
    So is there a different *.mk file that can be specified per the above?

    As an FYI I tried demo_xe.mk on my Fedora Core 4 box (Perl 5.8.6) and got this.
    Using DBI 1.48 (for perl 5.008006 on i386-linux-thread-multi) installed in /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi/auto/DBI/
    Configuring DBD::Oracle ...
    Remember to actually READ the README file!Especially if you have any problems.
    Using Oracle in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    DEFINE SQLPLUSRELEASE = "1002000100" (CHAR)
    Oracle version 10.2.0.1 (10.2)
    Found /opt/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk
    Using /opt/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk
    Reading /opt/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk
    ERROR parsing /opt/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk: Unable to determine what to link with.

  • Cannot install oracle 9i on linux (fedora core 2)

    dear all members.
    I cannot install oracle 9i on linux (fedora core 2)
    progress bar stop at 17% no activity at hardisk. I wait for 15 hours , still no movement. file being copy is " naeet.o " , I am not sure how importance is it.
    I try several times, but still similar result....
    Amnuay U.
    [email protected]

    Hi,
    I think that Feedbak forum is not the best place for this problem.
    You should ask this into
    => Installation Forum : Database Installation
    or
    => Linux Forum : Generic Linux
    Anyway, you can find an install doc here :
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    Nicolas.

  • ERROR: Install cannot verify the oracle 10g Database

    I just completed installation of the SES 10.1.8.2 version and am now trying to apply the 10.1.8.4 Service Pack. After the OUI screen asks for my sys password, I click on Next and receive a popup error message that reads,
    Install cannot verify the oracle 10g Database. Please ensure that the database and its listener are running and please verify that the information you entered is correct.
    The installer log file (installActions2010-04-15_08-56-19PM.log) shows this:
    *** Specify the SYS Password Page***
    Calling Query EmQueries4.2.2 checkUserExists
    schemaName = SYS
    schemaPassword = Protected value, not to be logged
    connectString = (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=HostNodeName_1)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=Ses01.HostNodeName_1)))
    userName = EQSYS
    Query Returned: ERROR:Exception occured while connecting to database. Please check the connection details of the database you specified and retry.
    Io exception: Got minus one from a read call
    Error:*** Alert: Install cannot verify the Oracle10g Database. Please ensure that the database and its listener are running and please verify that the information you entered is correct. ***
    User Selected: Yes/OK
    ===
    I've verified that I can login as EQSYS using sqlplus. Also tested that I can login as sys, too. I've also tested the login using the Admin console and that is fine, too.
    Any ideas on what is causing this or how to fix it is most welcome as I've not encountered this error before when installing SES or a service pack. I've even tried the OUI for Service pack 10.1.8.3 but also get the same error.
    I've checked the listener.ora and tnsnames and they are OK. I've checked and the listener is running and so is the DB.
    Right now, I have the Oracle SES instance up and running at 10.1.8.2 but need to upgrade this to the same level as the other SES search nodes.
    Edited by: user8655787 on Apr 15, 2010 2:18 PM
    My listener.log file is showing this message each time, I run the OUI and enter the sys password and click "Next"
    15-APR-2010 23:17:05 * 12502
    TNS-12502: TNS:listener received no CONNECT_DATA from client

    A couple of other things that I have tried but have had no affect. I'm still getting the same error:
    1. Tried recreating the orapwd file
    orapwd file=orapwprdses01 password=prdses01
    And make sure that the pfile or spfile has:
    remote_login_passwordfile='EXCLUSIVE'
    another OTN posting said to try this:
    1. Go to directory $ORACLE_HOME/network/admin
    2. Modify sqlnet.ora file with following parameter:
    tcp.validnode_checking = no
    3. If you don't want to disable this, you can put the machine names as follows:
    tcp.invited_nodes=(machine1, machine2)
    3. Bounce the listener.
    .... but, I'm still getting the same error when trying to run the .runInstaller OUI for the service pack for 10.1.8.4.

  • Cannot install oracle vpn on linux getting error kernel-sourcecode is neede

    cannot install oracle vpn on linux getting error kernel-sourcecode is needed by gds_cisco_vpn_client-2.0-llrhel4.i386.. i already installed kernel-devel still it get the same error. pls help.

    1. kernel (.rpm)
    2. kernel-devel (.rpm) - containing only Makefiles and some kernel header files
    3. kernel source rpm (src.rpm) - source for rebuilding the kernel
    4. kernel-sourcecode (.rpm) - source-tree for developing custom kernels
    are four different packages.
    If you are running OEL-4 (2.6.9 kernel) and you have an ULN account, you can download kernel-sourcecode rpm from ULN. There is no kernel-sourcecode for OEL-5 available on ULN site.
    NJ

  • Can't install perl modul DBD::Oracle with XE

    Hello,
    I have installed oracle 10.2.0.1 XE and want now install the perl modul DBD::Oracle.
    After running
    perl Makefile.PL
    I get the message:
    Unable to locate an oracle.mk, proc.mk or other suitable *.mkfile in your Oracle installation. (I looked in
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/lib/oracle.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/oracle.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_rdbms.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/otrace/demo/atmoci.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/precomp/demo/proc/proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/precomp/demo/proc/demo_proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/proc/lib/proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/proc16/lib/proc16.mk)
    And the program is right!!
    I do not have any of this files on my Computer.
    I also looked in the files
    oracle-instantclient-basic-10.2.0.1-1.i386.rpm
    oracle-instantclient-devel-10.2.0.1-1.i386.rpm
    where I also can't find these files.
    Could you please help and tell me, where I can get these files?
    Thank you,
    Marc

    See the thread on Perl with XE in Re: How can I get CPAN  DBD::Oracle to install with XE?
    -- cj

  • Install of Oracle BI Apps 7.9.6  Informatica cannot connect to Repository

    We just completed in initial install of Oracle BI Apps 7.9.6 and cannot get the Informatica out of the box repository to connect. Looking at the Informatica Admins console we see REP_51002 “ Database Error; Failed to connect to database using user [] and connection string []”. In addition we see “Failed to logon to Database server Database driver error… Function Name : Logon Error while trying to retrieve text for error ORA-12705” . The OS is 64 bit “Red Hat Enterprise Linux Server release 5.7” . The oracle client is 11g Rel 2 64 bit . It is the minimal Oracle client install. We can connect to the database from the server where Informatica is installed using the service name, same login and password that is in the Informatica Admin console using sqlplus. Has anyone else run into this?

    The issue is resolved. The problem was the Oracle 11g client was a minimal install. it had the following in ORACLE_HOME which works for jdbc but does not have the libraries for OBIEE 11g. at the bottom I have what the full install looks like. Once I had the fulll client installed and changed the environment variables Repository is connecting.
    rw-r--r-- 1 oracle dba 1996228 Jul 31 2009 ojdbc5.jar
    -rw-r--r-- 1 oracle dba 2111220 Jul 31 2009 ojdbc6.jar
    -rw-r--r-- 1 oracle dba 152304 Jul 31 2009 libocijdbc11.so
    -rw-r--r-- 1 oracle dba 11227 Jul 31 2009 libheteroxa11.so
    -rw-r--r-- 1 oracle dba 1218075 Aug 1 2009 libsqlplus.so
    -rwxr-xr-x 1 oracle dba 6909 Aug 1 2009 sqlplus
    -rw-r--r-- 1 oracle dba 1501651 Aug 1 2009 libsqlplusic.so
    -rw-r--r-- 1 oracle dba 6986848 Aug 2 2009 libnnz11.so
    -rw-r--r-- 1 oracle dba 82983 Aug 2 2009 orai18n-mapping.jar
    -rw-r--r-- 1 oracle dba 1656280 Aug 2 2009 orai18n.jar
    -rw-r--r-- 1 oracle dba 37807 Aug 13 2009 xstreams.jar
    -rw-r--r-- 1 oracle dba 777979 Aug 13 2009 libsqora.so.11.1
    -rw-r--r-- 1 oracle dba 40088477 Aug 13 2009 libclntsh.so.11.1
    -rw-r--r-- 1 oracle dba 1879549 Aug 13 2009 libocci.so.11.1
    -rw-r--r-- 1 oracle dba 89377610 Aug 13 2009 libociei.so
    -rwxr-xr-x 1 oracle dba 377507 Aug 13 2009 wrc
    -rwxr-xr-x 1 oracle dba 21865 Aug 13 2009 adrci
    -rw-r----- 1 oracle dba 63 Dec 8 16:26 oraInst.loc
    drwxr-xr-x 3 oracle dba 4096 Dec 9 09:10 odbc
    -rw-r--r-- 1 oracle dba 37 Dec 9 09:10 install.platform
    drwxr-xr-x 2 oracle dba 4096 Dec 9 09:10 light
    drwxrwx--- 13 oracle dba 4096 Dec 9 09:11 inventory
    drwxr-xr-x 3 oracle dba 4096 Dec 9 09:11 install
    drwxr-xr-x 3 oracle dba 4096 Dec 9 09:11 cfgtoollogs
    drwxr-xr-x 3 oracle dba 4096 Dec 12 11:06 network
    The full client install looks like this for the ORACLE_HOME
    -rw-r----- 1 oracle oinstall 63 Dec 8 16:26 oraInst.loc
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 wwg
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 uix
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 sysman
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 srvm
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 sqlj
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 slax
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 racg
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 precomp
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 plsql
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 owm
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 ord
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 oracore
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 olap
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 odbc
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 nls
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 jpub
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 javavm
    -rw-r--r-- 1 oracle oinstall 37 Feb 20 23:08 install.platform
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 hs
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 has
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 diagnostics
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 cv
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 csmig
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 crs
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 clone
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 assistants
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 utl
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 xdk
    drwxr-xr-x 13 oracle oinstall 4096 Feb 20 23:08 sqldeveloper
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 jlib
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 dc_ocm
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 jdk
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 ucp
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 relnotes
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 jdbc
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 oui
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 opmn
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 OPatch
    -rwxr-x--- 1 oracle oinstall 131 Feb 20 23:08 root.sh
    drwxr-xr-x 9 oracle oinstall 4096 Feb 20 23:08 rdbms
    drwxr-xr-x 12 oracle oinstall 4096 Feb 20 23:08 ldap
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 css
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 cdata
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 sqlplus
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 perl
    drwxr-xr-x 11 oracle oinstall 4096 Feb 20 23:08 network
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 lib
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 instantclient
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 deinstall
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 bin
    drwxrwx--- 14 oracle oinstall 4096 Feb 20 23:08 inventory
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:09 install
    drwx------ 4 oracle oinstall 4096 Feb 20 23:10 cfgtoollogs

  • Cannot install Oracle 10g rel. 2 on Win Server 2003 SB

    Hello,
    I cannot install Oracle 10g rel. 2 on Win Server 2003 SB, because when the the configuration assistant installer try to copy the db files, it stop with the following errors:
    ORA-24324 Service Handle not Initialized
    ORA-24323 Value not authorized
    ORA-28547 Connection to Server failed probable Oracle NET ADMIN errorRegards
    Siyavuş

    You should be connected as a local administrator to perform the install process.
    Try to perfom a software only install, then once you make sure the installation was successful, launch the dbca. It is important for you to use a local account to perform the installation and db setup process, otherwise, if you have authentication problems, even if you comment the authentication line at the sqlnet.ora file you will be facing issues that will make fail the assistant, since it is designed to work assuming the user is OS authenticated.
    ~ Madrid
    http://hrivera99.blogspot.com/

Maybe you are looking for

  • User exit/BADI for updating custom table in MB1B transaction-

    Dear All, When performing a material to material conversion in MB1B transaction for  batch managed materials,system is creating a new batch by copying the characteristics of issuing material/batch.The details of the new batch created are updated in s

  • Ipad back-up in itunes help?

    when i back up a ipad does the back up contain all document files such as each note in the "note" application, or each days entries in a "calander" app mainly will my personal information be backed up?

  • Transfer ipod mini to ipod

    MY itunes library has been deleted. I have my full library in my ipod mini and want to transfer it to new itunes for my ipod. All I keep getting is the library for the mini on my itunes, but it disappears as soon as I disconnect the mini...plz help..

  • Update failed

    I have tried to update Elements 9 for the first time and i keep getting an error message saying i need to fix the problem. i have asked adobe support for help and they have directed me the the forums. the messages are as follows - Adobe Photoshop Ele

  • What is UBCD4WinV350? I've come across it in an early download

    Please advise whether I am likely to have a problem. I've come across UBCD4WinV350 in my downloads folder. It dates from when I first bought the macbook. It shows up as "unreviewed" when I ran a web search. I plan to delete is as it takes up half a g