DBAsupport.com Forums - Powered by vBulletin
Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: Patch apply failing!

  1. #21
    Join Date
    Dec 2007
    Posts
    55
    I set up these following environment variables during installation of the OID at session level.
    SHLIB_PATH=$ORACLE_HOME/lib64:/usr/lib
    LD_LIBRARY_PATH=$ORACLE_HOME/lib64:/usr/lib

  2. #22
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Is your oracle binaries 64 bit ?

    regards
    Hrishy

  3. #23
    Join Date
    Dec 2007
    Posts
    55
    $ env|grep ORA
    ORACLE_BASE=/u01
    ORACLE_SID=test1
    ORACLE_ADMIN=/u01/admin
    ORACLE_HOME=/u01/OID

    $ export ORACLE_SID=test1
    $ sqlplus '/ as sysdba'

    SQL*Plus: Release 10.1.0.5.0 - Production on Mon Dec 17 19:09:39 2007

    Copyright (c) 1982, 2005, Oracle. All rights reserved.


    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options

    SQL> show parameter instance

    NAME TYPE VALUE
    ------------------------------------ ----------- ------------------------------
    active_instance_count integer
    cluster_database_instances integer 1
    instance_groups string
    instance_name string test1
    instance_number integer 0
    instance_type string RDBMS
    open_links_per_instance integer 4
    parallel_instance_group string
    parallel_server_instances integer 1

  4. #24
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    I am taking a wild guess here .

    Can you go to $ORACLE_HOME/bin and then do a
    relink all

    and then try doing OPatch lsinventory and see what happens.

    regards
    Hrishy

  5. #25
    Join Date
    Dec 2007
    Posts
    55
    Hi Hrishy ,I did relinked all this morning by taking everything down(databases,listeners,agents etc..) from the OH but getting same error ,here is the relink_lib.txt file attached.
    Attached Files Attached Files

  6. #26
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Whats the permission on this file

    libclntsh.sl.10.1

    /u01/OID/lib/libclntsh.sl.10.1

    regards
    Hrishy

  7. #27
    Join Date
    Dec 2007
    Posts
    55
    $ ll /u01/OID/lib/libclntsh.sl.10.1
    -rwxr-x--x 1 oracle dba 19772920 Nov 30 21:53 /u01/OID/lib/libclntsh.sl.10.1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width