Oracle Driver fails on PERL script

I am trying to run a PERL script that accesses the Oracle database library. I get the following error:
install_driver(Oracle) failed: Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 16) line 3
Compilation failed in require at (eval 16) line 3.
Perhaps a required shared library or dll isn't installed where expected
I've looked, and the Oracle.so file is located in the path where it says it cant find it and the libclntsh.so.10.1 is located in the $ORACLE_HOME directory. The $ORACLE_HOME is set to /opt/instantclient_10_2 where the libclntsh.so.10.1 file is located, I also set $LD_LIBRARY_PATH to :/opt/instantclient_10_2 where the libclntsh.so.10.1 file is located. I can't seem to figure out why it won't work. Are there any other environment variables that need to be set? It seems to me that the Oracle driver should be found. Any insights would be greatly appreciated.
Also, when I print the $ENV{'ORACLE_HOME'} variable in PERL, it doesn't print anything out. Could that be the problem?
Thanks!
Edited by: 804130 on Oct 21, 2010 8:59 AM
Edited by: 804130 on Oct 21, 2010 9:24 AM

It seems like it must be a problem with the $ORACLE_HOME value. I added the following line at the beginning of the script:
print $ENV{'ORACLE_HOME'};
and I get the following error message:
Use of uninitialized value in print at ./get_closed_TR.pl line 17.
The environment variable is set in my .bashrc profile and exported. It displays properly when I echo $ORACLE_HOME, but apparently the PERL script can't see it.
Any ideas? Thanks again!

Similar Messages

  • Perl Scripting & Oracle

    Where do I start with Scripting in Perl with Oracle?
    Apart from Installing Perl, do i need any extra libraries to connect to an Oracle Database using a Perl Script?

    both modules are separate installations. e.g. red hat provides a perl-dbi module for RHEL, AS, ... and the oracle dbd driver you can get here: http://search.cpan.org/~pythian/DBD-Oracle-1.19/Oracle.pm
    http://www.orafaq.com/faqperl.htm#DBDORACLE

  • Remote connect  / Oracle driver

    Using Oracle 10g and Perl 5.8.0 on linux, I'm connecting remotely using a Oracle driver compile in Perl. When I run my script I receive the following error:
    "install_driver(Oracle) failed: Can't load '/usr/local.....site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1; cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229."
    Both the Oracle.so and the DynaLoader.pm are on the machine I'm running the connect script from.
    Any help is appreciated!

    Place some debugging code and see if URL is null. Also, although it is nice practice, you don't need to catch every type of exception. Try (no pun intended):
    catch (Exception e) {
    System.err.println(e.getClass().getName() + ":" + e.getMessage());
    - Saish
    "My karma ran over your dogma." - Anon

  • Problem in running Perl script through oracle

    Hi,
    I am facing one problem in perl script.
    " I have one perl script which is interact with sybase database.We have migrated the sybase database to oracle successfully.Now i wanna to change the perl script to interact with oracle database.
    I am using the code like that for interacting the oracle database
    Old Code with sybase database : use DBI::Sybase::GFAS;
    New code with oracle database : Use DBI::oracle::GFAS;
    When i am running the perl script,Its showing the below mentioned error:
    Can't locate DBI/oracle.pm in @INC (@INC contains: C:\oracle\product\10.2.0\db_1
    \perl\5.8.3\lib\MSWin32-x86 C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib/MSWin32
    -x86-multi-thread C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib C:\oracle\product
    \10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86 C:\oracle\product\10.2.0\db_1\perl\site\
    5.8.3 C:\oracle\product\10.2.0\db_1\perl\site\5.8.3\lib/MSWin32-x86-multi-thread
    C:\oracle\product\10.2.0\db_1\perl\site\5.8.3\lib C:\oracle\product\10.2.0\db_1
    \sysman\admin\scripts C:/Perl/lib C:/Perl/site/lib .) at hello.pl line 4.
    BEGIN failed--compilation aborted at hello.pl line 4.
    Anyone have any idea about this error.
    Thx in advance.

    If you look in the oracle home in the perl\site\5.8.3\lib\MSWin32-x86-multi-thread directory you will see two directories. Once is DBI and one is DBD.
    All you need in your perl program is a line 'use DBI'. It will use DBD automatically as and when required. You can specify the necessary connection information when you issue the DBI->connect statement.
    I have successfully managed to connect to Oracle databases and perform DML using the software installed by default. You don't need to download and install anything else.
    I'm no perl expert so maybe some functionality is missing using the interfaces provided by Oracle but for my needs it has sufficed.
    Hope this helps.

  • Oracle 11g perl script consuming high cpu

    Hello,
    I'm running Oracle Database 11g Release 11.2.0.1.0 - 64bit Production on a Windows system and periodically it runs a perl script, parse-log1.pl and it consumes a lot of cpu. I find it irritating. I've searched around and I've seen issues if the machine has no c: drive but this machine does have a c: drive. Granted Oracle is not installed on c: drive but should that matter. I've tried looking in the script and I see no references to c: nor any of the scripts the parse-log1.pl requires. Is there any way to fix this?

    835321 wrote:
    Hello,
    I'm running Oracle Database 11g Release 11.2.0.1.0 - 64bit Production on a Windows system and periodically it runs a perl script, parse-log1.pl and it consumes a lot of cpu. I find it irritating. I've searched around and I've seen issues if the machine has no c: drive but this machine does have a c: drive. Granted Oracle is not installed on c: drive but should that matter. I've tried looking in the script and I see no references to c: nor any of the scripts the parse-log1.pl requires. Is there any way to fix this?include sleep inside loop
    http://perldoc.perl.org/functions/sleep.html

  • Oracle Open Script - Failed to open script error

    I am receiving the following error when trying to open a script in Oracle open script
    'Failed to open script' has encountered a problem.Failed to open <script_name>. See error log for details.
    I have tried the Giri Mandalika's solution but there is no "<failing_script_name>" folder in specified path.
    Can someone please help me to resolve this issue ?

    Hi ,You can try deleting the osworkspace folder .The folder should be at C:\Users\<username>\. May be take a back up copy of the folder before deleting it.Let me know if it works.

  • Fail to bind Java Short/Byte type in  Oracle Driver in WLS6.1

    Hi,
    In Oracle, the field is defined as Number(5), but we failed to bind
    the Java Short/Byte object to the PreparedStatement in WLS.
    WLS 6.1 with SP2.
    Any hint here? Or other people can succeed with Oracle's own driver.
    I have noticed a post about WLS's Oracle Driver support will be ceded
    in the future. Can we still get support on the Oracle Driver from WLS?
    Thanks,
    Sheng Song

    We get this exception thrown from WLS:
    java.sql.SQLException: Cannot bind object type: java.lang.Short
         at weblogic.jdbc.oci.Statement.setObject(Statement.java:1412)
         at weblogic.jdbc.jts.Statement.setObject(Statement.java:952)
         at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.setObject(PreparedStatementImpl.java:304)
         at
    weblogic.jdbc.rmi.SerialPreparedStatement.setObject(SerialPreparedStatement.java:386)
    The method is like
         pStmt.setObject(1, new Short(2));
    Seems like the driver failed to bind Short type correctly to Number
    type.
    Thanks
    Sheng Song
    On Thu, 24 Jan 2002 21:11:47 -0800, "Slava Imeshev"
    <[email protected]> wrote:
    Hi Simon,
    Could you show us your code?
    Do you get any exceptions?
    Regards,
    Slava Imeshev
    "Simon Song" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    In Oracle, the field is defined as Number(5), but we failed to bind
    the Java Short/Byte object to the PreparedStatement in WLS.
    WLS 6.1 with SP2.
    Any hint here? Or other people can succeed with Oracle's own driver.
    I have noticed a post about WLS's Oracle Driver support will be ceded
    in the future. Can we still get support on the Oracle Driver from WLS?
    Thanks,
    Sheng Song

  • Perl Scripts in Sybase to oracle 8

    Wondering what type of libraries do I need to load onto my Sun
    OS and Perl system to make database calls to our new Oracle 8
    database system.
    Librabies to invoke?
    Sample Perl script calls?
    Thanks
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Oracle Migration Workbench Team:
    Mikael,
    The Oracle Migration Workbench migrates from Sybase to Oracle. For further information see http://technet.oracle.com/tech/migration .
    The Oracle Migration Workbench can be run on NT and use ODBC network connections to Sybase on (for example) solaris and Oracle sqlnet connections to Oracle on solaris.
    Turloch
    Oracle Migration Workbench Team<HR></BLOCKQUOTE>
    Thanks....
    Does The Oracle Migration Workbench migrate from Sybase ASE v.12?
    /Mikael

  • Oracle driver error [-22] : rollback failed

    Hi friends
    Often this message is appearing in my application, without apparent reason: Oracle driver error [-22] : rollback failed
    Someone has some idea of what can be?
    Oracle 8i
    Thanks

    What kind of Oracle driver your application is using? Is it the same version as your Oracle server? In any event, you need to upgrade your server now, it's obsolete version and you can't get Oracle support on it.

  • Inicialize the Oracle ASMlib driver : [FAILED]

    Can You help me , where I do mistage ? ( I red all doc about ASM - may be don't carefully)
    I can test a learn more about oracle RAC ( I have two VMWARE masine with rhel4) with Oracle custerware 11.1 and oracle db software 11.1
    I can configure ASM with this RAC architecture (usin ASMlib technology) , but during configuration ASMlib i get error :
    rhel4 kernel 2.6.26
    instaled rpm :
    oracleasm-2.6.9-78.0.8.EL-2.0.5-1.el4.i686.rpm
    oracleasmlib-2.0.2-1.i386.rpm
    oracleasm-support-2.1.1-1.el4.i386.rpm
    I did
    /etc/init.d/oracleasm configure
    .... user to own driver-> oracle
    .... group to own driver ->
    inicializing the Oracle ASMlib driver : [FAILED]
    Can You help me
    Thank You Brano

    Hi,
    The oracleasm package (2.6.9) does not correspond to the kernel version you're using (2.6.26).
    Oracle only supports the 2.6.9 kernel in RHEL 4.x
    Kind regards,
    Serge

  • How to solve the issue "OEL 5.6 boot Oracle ASMLib driver: FAILED" ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 VMs (rac1 and rac2) whose OS are Oracle Linux 5.6 in VMPlayer.
    I downloaded Oracle Linux 5.6 Media Pack for x86_64 (file name V24479-01) from https://edelivery.oracle.com/linux.
    I have installed OEL 5.6 for VM rac1 and done the follows:
    1) install rpm and oracleasm packages for rac1.
    2) edit /etc/hosts to set up IP addresses for eth0 and eth1 for rac1 and rac2.
    3) edit eth0 and eth1 for rac1 by using command [root@rac1 \]# neat
    But when boot the OS, I see "initializing Oracle ASMLib driver: FAILED".
    When configure Oracle ASM library driver by running the command:
    [root@rac1 /]#/etc/init.d/oracleasm configure -i
    Its output "initializing Oracle ASMLib driver: FAILED"
    I think the reason is the OS cannot initialize Oracle ASMLib driver. My question is:
    Do any folk understand how to solve the issue "OEL 5.6 boot Oracle ASMLib driver: FAILED" ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying. OEL 5.6 comes with 2 kernels: uek and red hat
    I have chosen to use red hat kernel for 64-bit. I run the following command:
    [root@rac1 /]# uname -rm
    Output: 2.6.18-238.el5x86_64
    I have downloaded 4 files for this version of kernel from
    http://www.oracle.com/technetwork/server-storage/linux/downloads/rhel5-084877.html as below:
    oracleasm-2.6.18-238.el5xen-2.0.5-1.el5.x86_64.rpm
    oracleasm-2.6.18-238.el5debug-2.0.5-1.el5.x86_64.rpm
    oracleasm-2.6.18-238.el5-debuginfo-2.0.5-1.el5.x86_64.rpm
    oracleasm-2.6.18-238.el5-2.0.5-1.el5.x86_64.rpm
    I have installed the 4 files and got the error messages for the first 2 files as below:
    [root@rac1 /]# rpm -ivh /home/oracleasm-2.6.18-238.el5xen-2.0.5-1.el5.x86_64.rpm
    Error: Failed dependencies: kernel-xen=2.6.18-238.el5 is needed by oracleasm-2.6.18-238.el5xen-2.0.5-1.el5.x86_64.rpm
    [root@rac1 /]# rpm -ivh /home/oracleasm-2.6.18-238.el5debug-2.0.5-1.el5.x86_64.rpm
    Error: Failed dependencies: kernel-debug=2.6.18-238.el5 is needed by oracleasm-2.6.18-238.el5debug-2.0.5-1.el5.x86_64.rpm
    The last 2 files have been installed successfully. But when reboot Oracle Linux Server-Base 2.6.18-238.el5, I still see :
    "Initializing ASMLib driver: FAILED."
    [root@rac1 /]#/etc/init.d/oracleasm configure -i
    Its output "initializing Oracle ASMLib driver: OK "
    My questions are:
    Does the issue OS "Initializing Oracle ASMLib driver: FAILED" have effect later ? Do we need to solve it ?
    Thanks.

  • Initializing oracle asmlib driver failed

    Hi
    we are in the process of setting up oracleasm driver for linux and we are getting the following error when issuing oracleasm configure command
    initializing oracle asmlib driver failed
    Following are the packages i have
    oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4
    oracleasmlib-2.0.4-1.el4
    oracleasm-support-2.1.3-1.el4
    Following is my kernel vesion
    uname -ar
    Linux 2.6.9-89.0.0.0.1.ELSMP #1 SMP i686 i686 i386 GNU/LINUX
    I even tried after disabling SE linux
    # /usr/sbin/setenforce 0
    /usr/sbin/setenforce : SELinux is disabled
    (rebooted as well)
    But still i am getting the same error..Is there anyway to fix this ?
    Thanks
    Pramod

    Hi,
    you installed the wrong
    oracleasm-2.6.9-89.0.0.0.1.EL-2.0.5-1.el4
    Your kernel is:
    2.6.9-89.0.0.0.1.ELSMP
    so you need
    oracleasm-2.6.9-89.0.0.0.1.ELSMP-2.0.5-1.el4
    You should find that on the CD on ULN or setup your server for public-yum.
    http://public-yum.oracle.com
    Regards
    Sebastian

  • Scripting Oracle Drive

    Can I create a script to create the mapped drive using oracle drive. I want to push this out company wide and do not want to rely on the users following directions. I want all the drives mapped as the same drive and would like to create a script that I can use as a login script to map the drive. Is this possible? Is the configurations stored in a config file or where are they?

    The configuration for each Oracle Drive service is stored in the registry.
    So long as Oracle Drive is not running, new services can be added directly to the registry (and will be available upon OD startup).
    For each new Oracle Drive service, add a new key under
    HKCU\Software\TeamStream\TeamDrive\Connections\WebDAV Servers\
    Under the key, add the following new values :-
    ServerID - ORACLE (STRING)
    Proto - 3 hex (DWORD)
    Server - e.g. myserver.com (STRING)
    ServerDir - e.g. content\dav\ (STRING)
    Username - e.g. matt (STRING)
    Port - e.g. 50 hex, or 1E61 hex (DWORD (Dec 80=50 Hex, Dec 7777=1E61 hex))
    LastDrive - e.g. 19 hex (DWORD (Dec 19=25 Hex, Dec 4 for E:, Dec 7 for H:, Dec 25 for Z:)
    Specify a "ReconnectTo" DWORD option to the value of the LastDrive option, if you want service to automatically start each time Oracle Drive starts.
    Example .reg file :-
    REGEDIT4
    [HKEY_CURRENT_USER\Software\TeamStream\TeamDrive\Connections\WebDAV Servers\Content1Root]
    "Server"="content1.au.oracle.com"
    "ServerDir"="content\\dav"
    "ServerID"="ORACLE"
    "Username"="matt"
    "Port"=dword:00001E61
    "Proto"=dword:00000003
    "LastDrive"=dword:00000019
    "ReconnectTo"=dword:00000019
    In the above sample, whenever Oracle Drive launches, a Z: is automatically mapped to http://content1.au.oracle.com:7777/content/dav using the username matt. The password would be prompted.
    If the username entry is left out, Oracle Drive will prompt for both username and password.
    Matt.

  • ASM creation problem Initializing the Oracle ASMLib driver:  failed

    hi
    oel 5.6 64bit
    db 11gR2 64bit
    [root@rac-1 ASM]# rpm -qa | grep ora
    oracleasm-2.6.18-164.el5xen-2.0.5-1.el5
    libtheora-1.0alpha7-1
    oracleasm-2.6.18-164.el5debug-2.0.5-1.el5
    oracleasm-2.6.18-164.el5-2.0.5-1.el5
    oracle-logos-4.9.17-10
    oracle-validated-1.1.0-7.el5
    oraclelinux-release-5-6.0.1
    oracleasm-support-2.1.4-1.el5
    [root@rac-1 ASM]# rpm -qa | grep asm
    nasm-0.98.39-3.2.2
    oracleasm-2.6.18-164.el5xen-2.0.5-1.el5
    oracleasm-2.6.18-164.el5debug-2.0.5-1.el5
    oracleasm-2.6.18-164.el5-2.0.5-1.el5
    oracleasm-support-2.1.4-1.el5
    [root@rac-1 ASM]#
    [root@rac-1 ASM]# oracleasm configure
    ORACLEASM_ENABLED=true
    ORACLEASM_UID=oracle
    ORACLEASM_GID=asmadmin
    ORACLEASM_SCANBOOT=true
    ORACLEASM_SCANORDER=""
    ORACLEASM_SCANEXCLUDE=""
    [root@rac-1 ASM]# service oracleasm restart
    Dropping Oracle ASMLib disks:                              [  OK  ]
    Shutting down the Oracle ASMLib driver:                    [  OK  ]
    Initializing the Oracle ASMLib driver:                     [FAILED]
    [root@rac-1 ASM]#can anyone help??

    hi
    just another confirmation i need :
    i have some raw devices using /etc/rawdevices file and losetup to /dev/loop(n); can you say what are the udev rules to set so that all the permission and loop(n) devices come up before ASMLib driver initialization ?? eg.
    http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_20.shtml
    [root@rac-1 ~]# oracleasm listdisks
    VOL1
    [root@rac-1 ~]# oracleasm createdisk VOL2 /dev/loop1
    Unable to access device "/dev/loop1"
    [root@rac-1 ~]# losetup /dev/loop1 /oracle_ASM_SWAP/ASM/ASM_FILE1
    [root@rac-1 ~]# oracleasm createdisk VOL2 /dev/loop1
    Writing disk header: done
    Instantiating disk: done
    [root@rac-1 ~]# losetup /dev/loop2 /oracle_ASM_SWAP/ASM/ASM_FILE2
    [root@rac-1 ~]# oracleasm createdisk VOL3 /dev/loop3
    Unable to access device "/dev/loop3"
    [root@rac-1 ~]# oracleasm createdisk VOL3 /dev/loop2
    Writing disk header: done
    Instantiating disk: done
    [root@rac-1 ~]# losetup /dev/loop3 /oracle_ASM_SWAP/ASM/ASM_FILE3
    [root@rac-1 ~]# oracleasm createdisk VOL4 /dev/loop3
    Writing disk header: done
    Instantiating disk: done
    [root@rac-1 ~]# losetup /dev/loop4 /oracle_ASM_SWAP/ASM/ASM_FILE4
    [root@rac-1 ~]# oracleasm createdisk VOL5 /dev/loop5
    Unable to access device "/dev/loop5"
    [root@rac-1 ~]# oracleasm createdisk VOL5 /dev/loop4
    Writing disk header: done
    Instantiating disk: done
    [root@rac-1 ~]# losetup /dev/loop5 /oracle_ASM_SWAP/ASM/ASM_FILE5
    [root@rac-1 ~]# oracleasm createdisk VOL6 /dev/loop5
    Writing disk header: done
    Instantiating disk: done
    [root@rac-1 ~]# oracleasm listdisks
    VOL1
    VOL2
    VOL3
    VOL4
    VOL5
    VOL6
    [root@rac-1 ~]#http://admindba.com/forum.php?gcm=2&grid=115612
    assigning to /etc/rc.local making the disk available only VOL1 not others.
    can i still use ADVM ??
    [oracle@rac-1 dbs]$ . ~/.orcl_ASM.profile
    [oracle@rac-1 dbs]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Apr 4 11:34:51 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> !
    [oracle@rac-1 dbs]$ ls
    hc_orcl.dat   init.ora      lkORCL     spfileorcl.ora
    init+ASM.ora  initorcl.ora  orapworcl
    [oracle@rac-1 dbs]$ exit
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-29701: unable to connect to Cluster Synchronization Service
    SQL> startup pfile='/oracle_db/oracle/product/11.2.0/dbhome_1/dbs/init+ASM.ora';
    ORA-29701: unable to connect to Cluster Synchronization Service
    ORA-01078: failure in processing system parameters
    SQL> Disconnected
    [oracle@rac-1 dbs]$ cd /oracle_db/oracle/product/11.2.0/dbhome_1/bin/l
    lbuilder      ldapcompare   ldapsearch    loadpsp       lxchknlb
    lcsscan       ldapdelete    ldifmigrator  loadpspO      lxegen
    ldapadd       ldapmoddn     linkshlib     lsnodes       lxinst
    ldapaddmt     ldapmodify    lmsgen        lsnrctl
    ldapbind      ldapmodifymt  loadjava      lsnrctl0
    [oracle@rac-1 dbs]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Apr 4 11:47:18 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> create spfile from pfile='/oracle_db/oracle/product/11.2.0/dbhome_1/dbs/init+ASM.ora';
    File created.
    SQL> startup
    ORA-29701: unable to connect to Cluster Synchronization Service
    SQL> Disconnected
    [oracle@rac-1 dbs]$ vi .orcl_ASM.profile
    [oracle@rac-1 dbs]$ vi .orcl_ASM.profile
    [oracle@rac-1 dbs]$ . .orcl_ASM.profile
    [oracle@rac-1 dbs]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Apr 4 11:50:29 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup mount
    ORA-29701: unable to connect to Cluster Synchronization Service
    SQL> Disconnected
    [oracle@rac-1 dbs]$ ls
    hc_orcl.dat   init.ora      lkORCL     spfile+ASM.ora
    init+ASM.ora  initorcl.ora  orapworcl  spfileorcl.ora
    [oracle@rac-1 dbs]$ vi init+ASM.ora
    [oracle@rac-1 dbs]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Apr 4 11:51:25 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL>  create spfile from pfile='/oracle_db/oracle/product/11.2.0/dbhome_1/dbs/init+ASM.ora';
    File created.
    SQL> startup mount
    ORA-29701: unable to connect to Cluster Synchronization Service
    SQL>how to get rid of ORA-29071 for this new ASM instance creation??
    http://www.oracledba.org/10g/asm/asm_install.html
    this is 10g related.
    kind regards

  • Facing Problem in Perl Script

    Hi ,
    I m facing one problem in perl script.
    Oracle Database 10g.
    DBD::Oracle::db selectall_arrayref failed: handle 2 is owned by thread 225ffc not c
    urrent thread 1c4f8ac (handles can't be shared between threads and your driver may
    need a CLONE method added) at c:\perl\update_card_numbers_oracle.pl line 258, <STDI
    N> line 1.
    Thx in advance....

    There are forums here at OTN for Perl related issues ... this isn't it.
    Return to the list of all forums and find the one where your inquiry belongs.

Maybe you are looking for

  • Finder regularly doesn't allow to type or change text

    Dear fellow readers, With reference to this thread about an intermittent finder problem where it is impossible to change any text in finder related windows; are there any forum users who're able to explain what's going on or maybe even found a soluti

  • Binding ANY in (JAXB) xjs

    Any ideas on how i bind the following dtd entry in my xjs file. <!ELEMENT ResultData ANY> Where i want the ResultData to pick up any tags in between, even as just a string or something, without trying to marshal it. eg <ResultData> <id>1</id> <name>t

  • Writing XMP Thumbnail Metadata to AE Preset

    Hi guys. I am working on a After Effects script to basically insert a gif as metadata into a fx preset file. If you open Adobe bridge and browse to the After effects text presets you will see that you can click on a preset and in the preview there is

  • Premiere Pro CS 6 Will Not Open

    My Adobe Premiere Pro CS6 will not open. It tries to open, but does not attempt to load any settings. After a minute, a crash reports shows up. Computer Info OSX 10.9.5 Intel Core i7 Intel HD Graphics 4000 NVIDIA GeFOrece GT 650M

  • Printed documentation missing some inline styles

    I'm using RH HTML 7, Word 2003, and my own Word template file.  Some of the inline style information is not being applied to the Word output. Example:  In both RH and Word, the Normal style has 14 pts of space before and after the paragraph.  In one