Error loading library [libclntsh.so.10.1: cannot oopen shared Zic]

error:
OBJM_54538 Unable to connect to the reposiREP_51002 Database driver event...Error occurred loading library [libclntsh.so.10.1: cannot oopen shared object file:No such file or directory] Database driver event...Error occurred loading library [libpmora8.so]
Hello

I'm on Oracle Enterprise Linux 5 update 6, 32 - bit
Oracle 11g. R2 32 bit without customer (I have both oracle & lower on the same box)
INFA 9.0.1 32bits

I am able to successfully connect to sqlplus too good sh/[email protected] & repo domain user users

tnsping is good
lsnrctl start is good
tnsnames.ora is good

I already libclntsh.so.10.1 in $ORACLE_HOME/lib /... .i also copied the same file to $INFA_HOME/server/bin/...alredy added the variables env, including LD_LIBRARY_PATH... also I have even I copied both files in / lib.... not even a chance...

literally, I'm exhausted of ideas after googling in the last 48 hours: (all the expert advice on what Miss me would be gr8tly apprected. TQ.
[infa901hf2@oel5u6 root]$ which libpmora8.so
~/Informatica/9.0.1/server/bin/libpmora8.so
 
[infa901hf2@oel5u6 root]$ which libclntsh.so.10.1
/usr/bin/which: no libclntsh.so.10.1 in (/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/sbin:/home/oracle/app/oracle/product/11.2.0/dbhome_2/bin:/home/infa901hf2/Informatica/9.0.1/server/bin:/home/infa901hf2/Informatica/9.0.1/server/tomcat/bin)
 
[infa901hf2@oel5u6 root]$ ls -al /home/infa901hf2/Informatica/9.0.1/server/bin/libclntsh.so.10.1
lrwxrwxrwx 1 infa901hf2 infa901hf2 69 Dec 25 01:02 /home/infa901hf2/Informatica/9.0.1/server/bin/libclntsh.so.10.1 -> /home/oracle/app/oracle/product/11.2.0/dbhome_2/lib/libclntsh.so.11.1
 
[infa901hf2@oel5u6 root]$  ls -al /home/infa901hf2/Informatica/9.0.1/server/bin/libpmora8.so
-rwxrwxrwx 1 infa901hf2 infa901hf2 314325 Dec 24 22:17 /home/infa901hf2/Informatica/9.0.1/server/bin/libpmora8.so
 
OBJM_54538 Unable to connect to the repository RepoSrvc on database orcl
REP_51002 Database driver event...Error occurred loading library [libclntsh.so.10.1: cannot oopen shared object file:No such file or directory] Database driver event...Error occurred loading library [libpmora8.so]
 
.bash_profile with all the variables env set is less than
======================================
TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
ORACLE_HOSTNAME=oel5u6.localdomain; export ORACLE_HOSTNAME
ORACLE_UNQNAME=orcl; export ORACLE_UNQNAME
ORACLE_BASE=/home/oracle/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_2; export ORACLE_HOME
ORACLE_SID=orcl; export ORACLE_SID
PATH=$PATH:/usr/sbin:$ORACLE_HOME/bin; export PATH
 
LD_LIBRARY_PATH=.:$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
 
# JAVA HOME
JAVA_HOME=/usr/java/jdk1.6.0_30; export JAVA_HOME
 
 
#INFA ENV VARIABLES
LANG=C; export LANG
LC_ALL=C; export LC_ALL
INFA_JAVA_OPTS=-Xmx1024m; export INFA_JAVA_OPTS
INFA_HOME=/home/infa901hf2/Informatica/9.0.1; export INFA_HOME
INFA_DOMAINS_FILE=/home/infa901hf2/Informatica/9.0.1/domains.infa; export INFA_DOMAINS_FILE
LC_CTYPE=en_US.utf8; export LC_CTYPE
INFA_DEFAULT_DOMAIN=Domain_oel5u6.localdomain; export INFA_DEFAULT_DOMAIN
 
 
PATH=$PATH:$INFA_HOME/server/bin:$INFA_HOME/server/tomcat/bin; export PATH
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH:$INFA_PATH/server/bin; export LD_LIBRARY_PATH
 
Listener.ora
# listener.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
# Generated by Oracle configuration tools.
 
 
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521))
    )
  )
 
 
ADR_BASE_LISTENER = /home/oracle/app/oracle
 
 
tnsnames.ora
 
# tnsnames.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
 
 
LISTENER_ORCL =
  (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521))
 
 
 
 
ORCL.LOCALDOMAIN =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = ORCL.LOCALDOMAIN)
    )
  )
 
tnsping successful
[oracle@oel5u6 bin]$ tnsping orcl.localdomain
 
 
TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 25-DEC-2011 00:20:33
 
 
Copyright (c) 1997, 2009, Oracle.  All rights reserved.
 
 
Used parameter files:
/home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/sqlnet.ora
 
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORCL.LOCALDOMAIN)))
OK (0 msec)
listener successful start-up
[oracle@oel5u6 bin]$ lsnrctl start
 
 
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 25-DEC-2011 00:19:48
 
 
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
 
 
Starting /home/oracle/app/oracle/product/11.2.0/dbhome_2/bin/tnslsnr: please wait...
 
 
TNSLSNR for Linux: Version 11.2.0.1.0 - Production
System parameter file is /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
Log messages written to /home/oracle/app/oracle/diag/tnslsnr/oel5u6/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel5u6.localdomain)(PORT=1521)))
 
 
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
Start Date                25-DEC-2011 00:19:48
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
Listener Log File         /home/oracle/app/oracle/diag/tnslsnr/oel5u6/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel5u6.localdomain)(PORT=1521)))
The listener supports no services
The command completed successfully
TQ.

Issue certainly seems to be with your Oracle env installation and configuration. Have a symlink point to another symbolic link is not necessarily a problem.

So, just to be sure, can you confirm the 2 below:

(1) you have installed the Oracle 32-bit (full) client and use libraries in the Client as part of the LD_LIBRARY_PATH to the operating system user that runs the process of INFA. In other words your ORACLE_HOME (in .bash_profile) points to the directory of the CLIENT with the .so files... correct. You have confirmed this by su - as the user of the OS (for example, ' oracle') and do an echo on LD_LIBRARY_PATH. fix? If necessary, I would even recommend using the FULL path to the 32-bit client directory.

(2) you have confirmed that all files in the directory .so have permissions for the operating system user that runs the process of INFA. You can check this through ls - alt and confirming none questioned .so files are limited.

(3) also... is your OS for the Oracle DB and LOWER the same username? Or you have 2 different users of the OS?

Tags: Business Intelligence

Similar Questions

  • FNDCPASS: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: no such file or directory...

    Hello friends,

    After the end of my process of cloning... I try to change my login user ID pwd through FNDCPASS, but, unfortunately it show me this error as I try to used the @CMclean.sql. also, you cannot run.


    FNDCPASS: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: no such file or directory...


    Score help out me

    Post the details of the version of the application and the operating system.

    Have you from the correct env file before running FNDCPASS? See (Doc ID 943005.1) for more details.

    If it comes to 12.1.x on Linux OS, please make sure that you follow all the steps by (Doc ID 761564.1) / (Doc ID 761566.1) and you have all applied pre - req OS packages.

    Thank you

    Hussein

  • Problem but unable to solve it - known libclntsh.so.8.0: cannot open shared

    Hello everyone, I made cancellation of registration and registration of the OID with our 11.5.10.2 eBusiness suite so many times. Now I'm stuck while the deregistration OID:

    I am trying to cancel the registration by using this command:
    txkrun.pl - script = SetSSOReg - deregisteroid = Yes

    Error:
    FATAL ERROR *.
    PROGRAM: APPS/CFSMGR2/CFSCDE2APPL/FND/11.5.0/PATCH/115/BIN/TXKSETSSOREG.PL(/APPS/CFSMGR2/CFSCDE2APPL/FND/11.5.0/BIN/TXKRUN.PL)
    TIME: Mar 23 11:13:19 Feb 2010
    FUNCTION: (eval) [level 1]
    ERRORMSG: Or other Infrastructure host name or LDAP port number is incorrect.
    / Apps/cfsmgr2/cfscde2ora/IAS/bin/ldapbind: error loading of shared libraries: libclntsh.so.8.0: cannot open shared object file: no such file or directory



    I made sure that the LDAP credentials are correct. A search on metalink asks me to do the following:
    Registration fails with libclntsh.so.8.0 not found
    Registration fails with the messge
    ldapbind: error loading shared
    libraries: libclntsh.so.8.0: cannot open shared object file: no such file or directory
    All LDAP utilities that use the Oracle Client library require the tool to be connected with the actual Oracle Home, which has been done properly during the installation. Common cause are E-bussines middle tier clonning or the renaming of Oracle Home
    Note that the command
    % to reissue all the
    not repeat the LDAP tools. Note that this is the only command executed when the cloning of MT
    To solve the problem execute, in the middle tier IAS_ORACLE_HOME
    % cd $ORACLE_HOME/ldap/lib
    % make install f ins_ldap.mk

    However: I get following errors:
    : - > make install of ins_ldap.mk f
    RM f oidldapd oidrepld
    RM-f oidctl oidmon
    RM f ldapadd ldapbind ldapcompare ldapdelete, ldapmodify ldapsearch ldifwrite Thermoregulation oidreconcile ldapaddmt ldapmodifymt ldapmoddn
    RM f datagen bulkmodify
    CCG o oidldapd-L/apps/cfsmgr2/cfscde2ora/8.0.6/ldap/lib/-L/apps/cfsmgr2/cfscde2ora/8.0.6/lib/-L/apps/cfsmgr2/cfscde2ora/8.0.6/lib//stubs/ o oidldapd-L/apps/cfsmgr2/cfscde2ora/8.0.6/ldap/lib/-L/apps/cfsmgr2/cfscde2ora/8.0.6/lib/-L/apps/cfsmgr2/cfscde2ora/8.0.6/lib//stubs/ /apps/cfsmgr2/cfscde2ora/8.0.6/ldap/lib/s0gslsrv.o-lncrypt8-lgslssf8-lgslssb8-lgslssf8-lgsldb8-lsgsl_s8-lgslber_s8-lgslavl8-lgslr8-lldapclnt8-lncrypt8.
    /apps/cfsmgr2/cfscde2ora/8.0.6/RDBMS/lib/kpuadef.o - lclntsh - lpthread "cat»-lnsgr8-lnzjs8-ln8-lnl8-lnro8 /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags ' cat»-lnsgr8-lnzjs8-ln8-lnl8-lclient8-lvsn8-lwtc8-lcommon8-lgeneric8-lwtc8 /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags - lmm-lnls8-lcore8-lnls8-lcore8-lnls8 ' cat»-lnsgr8-lnzjs8-ln8-lnl8-lnro8 /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags '»-lnsgr8-lnzjs8-ln8-lnl8-lclient8-lvsn8-lwtc8-lcommon8-lgeneric8-ltrace8-lnls8-lcore8-lnls8-lcore8-lnls8-lclient8 /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags - lvsn8 - lwtc8-lcommon8-lgeneric8-lnls8-lcore8-lnls8-lcore8-lnls8 'cat /apps/cfsmgr2/cfscde2ora/8.0.6/lib/sysliblist' cat - ldl-lm-Wl,-rpath,/apps/cfsmgr2/cfscde2ora/8.0.6/lib:/lib:/usr/lib»»»"
    Cat: /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags: no such file or directory
    Cat: /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags: no such file or directory
    Cat: /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags: no such file or directory
    Cat: /apps/cfsmgr2/cfscde2ora/8.0.6/lib/ldflags: no such file or directory
    gcc32: /apps/cfsmgr2/cfscde2ora/8.0.6/rdbms/lib/kpuadef.o: no such file or directory
    make: * [oidldapd] error 1


    Please advice,

    Hello

    Please see if these documents are applicable.

    Note: 370657.1 - error "either Infrastructure host name or LDAP port number is incorrect." all by running the script for the Oracle Applications 11i with OID registration
    Note: 393655.1 - txkrun.pl fails running SetSSOReg for 11i integration with 10gAS

    Kind regards
    Hussein

  • Error loading library Assembly

    When you use OVAB to load an assembly to the library I get the error message "error: OAB-05107: archives Assembly < name > download error em repository." Underlying the error "not a valid Json object that represents the type of media model." ' URI' is missing from the Json payload.

    Anyone have any idea what this means? Thank you.

    There are 2 possible scenarios where this message would be lifted
    1. the input parameters in the OVAB (as the name username/password, host agent, named the credentials EM name) are not recognized
    2. the MA himself has no installation of the SWLIB and the created folder

    Before BP1, the 'CloudSSA' folder must be created under the folder Software_Library root if the assemblies can be downloaded in this directory by default.

    After BP1, configuration folder in 'Setup-> Cloud-> Infrastructure' for default software library folder would be used, otherwise, it will try to search 'CloudSSA' folder by default.

  • Soldier Of Fortune Platinum Edition Windows 7 64-bit error Load Library Defsnd.dll

    Hi guys, so I wanted to go back and play Soldier Of Fortune (Platinum Edition) because I was feeling nostalgic and more than 10 years I last played this awesome game, so after I installed the game on my Windows 7 64 - bit PC, I renamed SoF.exe MOHAA.exe after I created a new shortcut for SoF.exe, I tried to run the game for the first time , I have these two errors (see the two photos below.) what is strange, is that this game worked on my laptop no problem, (it has Windows Vista 32-bit.), but on my desktop Windows 7 64 bit I get these two error messages:

    I tried to look it up for a fix for this "defsnd.dll" through google and yahoo, but certainly nothing found, but a full white.

    You can find my PC Specs here on this link for my last Post about Medal Of Honor Allied Assault

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-gaming/Medal-of-honor-Allied-Assault-Spearhead-and/903a82a2-78fa-41AE-9bb8-9ad648330c75:

    NOTE: Soldier Of Fortune Platinum is already pre-patched to 1.07

    Any help is appreciated because I really want to get back in this game.

    I've tried everything, but I found a solution that worked, I downloaded the version installed and community and took all his. DLL and sofplat.isu and uninstalled it, after that I reinstalled the Platinum edition and replaced all the. DLL and the sofplat.isu in the folder Platinum edition then boom it worked

  • What should I do if I get: "error loading library commonforms.dll::registerwindow?

    Trying to activate Anti-message get virus above.

    Hello

    1 are. what anti-virus software you referring?

    I suggest you to contact the support team antivirus helps with your product activation.

  • Unable to load library ' / usr/lib64/php/modules/oci8.so'-libclntsh.so.11.1

    Hi all


    I have a problem with installing OCI8 and I would be grateful if you could kindly guide me how to solve this problem.

    I started to read the following articles to find out how to install the package OCI8 to install between PHP and oracle

    http://www.php.net/manual/en/oci8.installation.php

    http://www.Oracle.com/technetwork/articles/TechNote-PHP-instant-084410.html


    Here is my description of the environment
    OS: Fedora Core 17 (X86_64)
    Oracle version: Oracle Enterprise Edition 11gR2 (11.2.0.1.0) X86_64
    PHP Version: 5.4.13
    Apache version: 2.2.23
    Just a detail: almost every documentation begins by explaining the instant client installation. However, on the same physical machine, before you even install Apache and PHP. Oracle server was completely installed, i.e. both server and client (SQL * Plus, SQL * Loader,...). Accordingly, I have omitted this step in the documentation and I continued by measured install OCI8 and apparently everything has been compiled successfully (no error message).

    Problem: OCI8 does not appear in the phpinfo() function

    This suggests that there is a problem. I'll write exactly how I did and I would be grateful if you could well want to take a look at these steps and say if I made errors

    I started by running as ROOT. As I said the oracle server has already been installed on the machine and therefore all environment variables required as LD_LIBRARY_PATH ORACLE_SID,... have already been defined in ~/.bash_profile
    And if you look at the output below, you can see that for example ORACLE_HOME is detected automatically during the installation (* check Oracle ORACLE_HOME install directory... u01/app/oracle/product/11.2.0/db_1*)
    # pecl install oci8
    It gave me the following result
    # pecl install oci8
    downloading oci8-1.4.9.tgz ...
    Starting to download oci8-1.4.9.tgz (169,255 bytes)
    .....................................done: 169,255 bytes
    10 source files, building
    running: phpize
    Configuring for:
    PHP Api Version:         20100412
    Zend Module Api No:      20100525
    Zend Extension Api No:   220100525
    Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client [autodetect] : 
    building in /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9
    running: /var/tmp/oci8/configure --with-oci8
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for cc... cc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking how to run the C preprocessor... cc -E
    checking for icc... no
    checking for suncc... no
    checking whether cc understands -c and -o together... yes
    checking for system library directory... lib
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking for PHP prefix... /usr
    checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
    checking for PHP extension directory... /usr/lib64/php/modules
    checking for PHP installed headers prefix... /usr/include/php
    checking if debug is enabled... no
    checking if zts is enabled... no
    checking for re2c... no
    configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
    checking for gawk... gawk
    checking for Oracle Database OCI8 support... yes, shared
    checking PHP version... 5.4.13, ok
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking size of long int... 8
    checking checking if we're on a 64-bit platform... yes
    checking Oracle ORACLE_HOME install directory... /u01/app/oracle/product/11.2.0/db_1
    checking ORACLE_HOME library validity... lib
    checking Oracle library version compatibility... 11.1
    checking how to print strings... printf
    checking for a sed that does not truncate output... (cached) /usr/bin/sed
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by cc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking for gawk... (cached) gawk
    checking command to parse /usr/bin/nm -B output from cc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if cc supports -fno-rtti -fno-exceptions... no
    checking for cc option to produce PIC... -fPIC -DPIC
    checking if cc PIC flag -fPIC -DPIC works... yes
    checking if cc static flag -static works... no
    checking if cc supports -c -o file.o... yes
    checking if cc supports -c -o file.o... (cached) yes
    checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating ./config.status
    config.status: creating config.h
    config.status: executing libtool commands
    running: make
    /bin/sh /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/libtool --mode=compile cc  -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo  -DHAVE_CONFIG_H  -g -O2   -c /var/tmp/oci8/oci8.c -o oci8.lo
    libtool: compile:  cc -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /var/tmp/oci8/oci8.c  -fPIC -DPIC -o .libs/oci8.o
    /bin/sh /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/libtool --mode=compile cc  -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo  -DHAVE_CONFIG_H  -g -O2   -c /var/tmp/oci8/oci8_lob.c -o oci8_lob.lo
    libtool: compile:  cc -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /var/tmp/oci8/oci8_lob.c  -fPIC -DPIC -o .libs/oci8_lob.o
    /bin/sh /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/libtool --mode=compile cc  -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo  -DHAVE_CONFIG_H  -g -O2   -c /var/tmp/oci8/oci8_statement.c -o oci8_statement.lo
    libtool: compile:  cc -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /var/tmp/oci8/oci8_statement.c  -fPIC -DPIC -o .libs/oci8_statement.o
    /bin/sh /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/libtool --mode=compile cc  -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo  -DHAVE_CONFIG_H  -g -O2   -c /var/tmp/oci8/oci8_collection.c -o oci8_collection.lo
    libtool: compile:  cc -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /var/tmp/oci8/oci8_collection.c  -fPIC -DPIC -o .libs/oci8_collection.o
    /bin/sh /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/libtool --mode=compile cc  -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo  -DHAVE_CONFIG_H  -g -O2   -c /var/tmp/oci8/oci8_interface.c -o oci8_interface.lo
    libtool: compile:  cc -I. -I/var/tmp/oci8 -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /var/tmp/oci8/oci8_interface.c  -fPIC -DPIC -o .libs/oci8_interface.o
    /bin/sh /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/libtool --mode=link cc -DPHP_ATOM_INC -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/include -I/var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/main -I/var/tmp/oci8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/u01/app/oracle/product/11.2.0/db_1/rdbms/public -I/u01/app/oracle/product/11.2.0/db_1/rdbms/demo  -DHAVE_CONFIG_H  -g -O2   -o oci8.la -export-dynamic -avoid-version -prefer-pic -module -rpath /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/modules  oci8.lo oci8_lob.lo oci8_statement.lo oci8_collection.lo oci8_interface.lo -Wl,-rpath,/u01/app/oracle/product/11.2.0/db_1/lib -L/u01/app/oracle/product/11.2.0/db_1/lib -lclntsh
    libtool: link: cc -shared  -fPIC -DPIC  .libs/oci8.o .libs/oci8_lob.o .libs/oci8_statement.o .libs/oci8_collection.o .libs/oci8_interface.o   -L/u01/app/oracle/product/11.2.0/db_1/lib -lclntsh  -O2 -Wl,-rpath -Wl,/u01/app/oracle/product/11.2.0/db_1/lib   -Wl,-soname -Wl,oci8.so -o .libs/oci8.so
    libtool: link: ( cd ".libs" && rm -f "oci8.la" && ln -s "../oci8.la" "oci8.la" )
    /bin/sh /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/libtool --mode=install cp ./oci8.la /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/modules
    libtool: install: cp ./.libs/oci8.so /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/modules/oci8.so
    libtool: install: cp ./.libs/oci8.lai /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/modules/oci8.la
    libtool: finish: PATH="/usr/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/.local/bin:/root/bin:/usr/local/jdk1.7.0_05/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/u01/app/oracle/product/11.2.0/db_1/bin:/opt/libreoffice4.0/program:/root/.local/bin:/root/bin:/usr/local/jdk1.7.0_05/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/u01/app/oracle/product/11.2.0/db_1/bin:/opt/libreoffice4.0/program:/root/.local/bin:/root/bin:/usr/local/jdk1.7.0_05/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/u01/app/oracle/product/11.2.0/db_1/bin:/opt/libreoffice4.0/program:/root/.local/bin:/root/bin:/usr/local/jdk1.7.0_05/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/u01/app/oracle/product/11.2.0/db_1/bin:/opt/libreoffice4.0/program:/root/.local/bin:/root/bin:/usr/local/jdk1.7.0_05/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/u01/app/oracle/product/11.2.0/db_1/bin:/op
    t/libreoffice4.0/program:/root/.local/bin:/root/bin:/usr/local/jdk1.7.0_05/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/u01/app/oracle/product/11.2.0/db_1/bin:/opt/libreoffice4.0/program:/sbin" ldconfig -n /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/modules
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /var/tmp/pear-build-rootGiD7YE/oci8-1.4.9/modules
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    
    Build complete.
    Don't forget to run 'make test'.
    
    running: make INSTALL_ROOT="/var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9" install
    Installing shared extensions:     /var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9/usr/lib64/php/modules/
    running: find "/var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9" | xargs ls -dils
    3679979   4 drwxr-xr-x. 3 root root   4096 Apr  4 15:48 /var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9
    3680009   4 drwxr-xr-x. 3 root root   4096 Apr  4 15:48 /var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9/usr
    3680010   4 drwxr-xr-x. 3 root root   4096 Apr  4 15:48 /var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9/usr/lib64
    3680011   4 drwxr-xr-x. 3 root root   4096 Apr  4 15:48 /var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9/usr/lib64/php
    3680012   4 drwxr-xr-x. 2 root root   4096 Apr  4 15:48 /var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9/usr/lib64/php/modules
    3680008 596 -rwxr-xr-x. 1 root root 606865 Apr  4 15:48 /var/tmp/pear-build-rootGiD7YE/install-oci8-1.4.9/usr/lib64/php/modules/oci8.so
    
    Build process completed successfully
    Installing '/usr/lib64/php/modules/oci8.so'
    install ok: channel://pecl.php.net/oci8-1.4.9
    configuration option "php_ini" is not set to php.ini location
    You should add "extension=oci8.so" to php.ini
    # 
    Once installed OCI8 I've updated the */etc/php.ini* accordingly, by adding the following entries
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ; Dynamic Extensions ;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    ; If you wish to have an extension loaded automatically, use the following
    ; syntax:
    ;
    ;   extension=modulename.extension
                           .
                           .
                           .
    extension=oci8.so
                           .
                           .
                           .
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ; Paths and Directories ;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    ; UNIX: "/path1:/path2"
    ;
    ;
                           .
                           .
                           .
    extension_dir="/usr/lib64/php/modules"
    Also I updated the * / etc/sysconfig/httpd * in order to export the specified operating system environment variables set. So I added the following lines at the end of the file
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1
    LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/db_1/lib:/u01/app/oracle/product/11.2.0/db_1/network/lib
    LD_LIBRARY_PATH64=/u01/app/oracle/product/11.2.0/db_1/lib:/u01/app/oracle/product/11.2.0/db_1/network/lib
    TNS_ADMIN=/u01/app/oracle/product/11.2.0/db_1/network/admin
    NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
    ORACLE_SID=db01
    To verify that these values are actually taken into account by Apache, I run
    # service httpd restart
    Can I run a PHP script with the phpinfo() function and present especially in the environment section were the values above the LD_LIBRARY_PATH variable.

    As I said, however, there is no OCI8 input output of the phpinfo() function. I checked the apache log file and saw that there is a problem
    # cat /var/log/httpd/error_log
    [Thu Apr 04 16:02:13 2013] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
    [Thu Apr 04 16:02:13 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
    [Thu Apr 04 16:02:13 2013] [notice] Digest: generating secret for digest authentication ...
    [Thu Apr 04 16:02:13 2013] [notice] Digest: done
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/oci8.so' - libclntsh.so.11.1: cannot open shared object file: No such file or directory in Unknown on line 0
    [Thu Apr 04 16:02:13 2013] [warn] mod_wsgi: Compiled for Python/2.7.2.
    [Thu Apr 04 16:02:13 2013] [warn] mod_wsgi: Runtime using Python/2.7.3.
    [Thu Apr 04 16:02:13 2013] [notice] Apache/2.2.23 (Unix) DAV/2 PHP/5.4.13 mod_wsgi/3.3 Python/2.7.3 configured -- resuming normal operations
    #
    What I understand log above, is that the libclntsh.so.11.1 shared library is not found. Yet I checked and saw that it is present in LD_LIBRARY_PATH
    # locate libclntsh.so
    /u01/app/oracle/product/11.2.0/db_1/inventory/Scripts/ext/lib/libclntsh.so.11.1
    /u01/app/oracle/product/11.2.0/db_1/inventory/backup/2012-06-25_12-08-41PM/Scripts/ext/lib/libclntsh.so.11.1
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.10.1
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    # 
    If the last line, shows that the specified library exists in * / u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1*.

    So I seem really what is the problem and the strangest thing is that, in the command line PHP seems to detect my oracle server settings.
    $ php --ri oci8
    
    oci8
    
    OCI8 Support => enabled
    Version => 1.4.9
    Revision => $Id: e2241cffb72c940cb2ca267b7a6a0ce436de7e5e $
    Active Persistent Connections => 0
    Active Connections => 0
    Oracle Run-time Client Library Version => 11.2.0.1.0
    Oracle Version => 11.2
    Compile-time ORACLE_HOME => /u01/app/oracle/product/11.2.0/db_1
    Libraries Used => -Wl,-rpath,/u01/app/oracle/product/11.2.0/db_1/lib -L/u01/app/oracle/product/11.2.0/db_1/lib  -lclntsh
    Temporary Lob support => enabled
    Collections support => enabled
    
    Directive => Local Value => Master Value
    oci8.max_persistent => -1 => -1
    oci8.persistent_timeout => -1 => -1
    oci8.ping_interval => 60 => 60
    oci8.privileged_connect => Off => Off
    oci8.statement_cache_size => 20 => 20
    oci8.default_prefetch => 100 => 100
    oci8.old_oci_close_semantics => Off => Off
    oci8.connection_class => no value => no value
    oci8.events => Off => Off
    $ 
    I thought that maybe there are several different php.ini and one used in GUI is not the same used in CLI but research has shown that there is only a single php.ini file
    # locate php.ini
    /etc/php.ini
    #
    #
    # php -i | grep Configuration
    Configuration File (php.ini) Path => /etc
    Loaded Configuration File => /etc/php.ini
    Configuration
    #
    It's almost 3 days I'm Googling to find a solution to this problem without success.

    So, could someone help me, what is the problem? Why the OCI8 module cannot be loaded by PHP and become visible in the output of the phpinfo() function?


    Thanks in advance,

    Kind regards
    Dariyoosh

    Since you say that the PHP command line is OK, I'm sure the problem comes from the Apache environment variables set.
    The last time I saw a similar problem, it was because I forgot to use "export". It was on Oracle Linux, equivalent to RHEL.

    I can't explain a couple of your most recent results, for example what you're seeing when using 'export' in/etc/sysconfig/httpd.

    Try to disable SELinux. On Oracle Linux would change/etc/selinux/config, SELINUX set to DISABLED and reboot. See also the setenforce command.

    About starting Apache, you must use apachectl start or /etc/init.d/httpd only if you set environment variables in your shell terminal and you want those to go down to Apache. If you look at the script of shell/sbin/service (Linux, Oracle), you can see that it works 'env-i' to start with a vacuum environment. If the environment values that you set in the terminal shell would be ignored. That's why they should be added to/etc/sysconfig/httpd when using 'service '.

    Oh, and don't forget to give the permissions for the owner of the process Apache to read the Oracle libraries and other data files in u01/app/oracle/product/11.2.0/db_1. After a new installation of DB I always change the permissions on the ~ 700 to 755 oracle directory. See 'frequently observed connection and environment errors.
    page 107 of the book.

  • There was an error loading the library of license?

    Hi guru,.

    I received an error when I have provided a valid license to show the connection to the server.

    In the window 'Edit license', I have a valid license of entry, but got an error message saying «Error loading library license» (The original error message is in Chinese and I translated it into English, so I'm not sure that the words are exactly the same as in the English version).

    It looks like something wrong before that the login server check the licesen. If the license is really invalid, the error message should be as "the license is invalid" instead of «Error loading library license» I got the error "invalid license" before but never encountered the message "load error".

    Any suggestion? Thank you!

    It is to see the version 5.2

    I've corrected this error by reinstalling the connection to the server.

  • libclntsh.so: cannot open shared object file: no such file or directory

    Hello
    After reclassification of 10204 at 11202 successfully, we get the following in our informatica application error message:

    Database driver event...Error occurred loading library [libclntsh.so: cannot open shared object file: No such file or directory]Database driver event...Error occurred loading library [libpmora8.so]
    I checked the liberary is are:
    /u01/app/oracle/product/11.2.0/DB11gR2/lib]$ ls -l libclntsh.so
    lrwxrwxrwx  1 oracle dba 60 Jul 12 10:03 libclntsh.so -> /u01/app/oracle/product/11.2.0/DB11gR2/lib/libclntsh.so.11.1*
    Any Suggestion?

    Thank you
    Yoav

    Yoav wrote:
    Hi Brian,.
    Yes, I checked that informatica is ponting on the right LD_LIBRARY_PATH:

    On the right, but now we know that it is a 32-bit application that will need the 32-bit library files. So you will need to install Oracle Client 32 bit and have your application to connect to the database using that.

    HTH,
    Brian

  • Help with Ora-19046: Out-of-table row cannot be shared by two top-level tab

    Hello!
    My tutor asked me to store and query xml "natively" files in xml db. First, I tried to save the patterns that rely on these xml files. There are about 30 patterns thus between them, and I have to use 'FORCE' them to save, like this:

    BEGIN
    () DBMS_XMLSCHEMA.registerSchema
    "http://www.isotc211.org/gmd/metadataEntity.xsd,"
    BFILENAME ('ISOGMD', 'metadataEntity.xsd'),
    TRUE,
    TRUE,
    FAKE,
    TRUE,
    (TRUE);
    END;

    So no tables are created automatically. And when I wanted to create a XML based on patterns of thses manually, he proped error: ORA-19046: Out-of-table row cannot be shared by two top-level tab. He mistook me for a week. Does anyone know what is the problem with registration? Forward online! Thank you!

    Maybe you're missing type due to the DeffaultTable = ""-xdb:annotation "
    Try to understand it with the trace file that will be created if you set

    ALTER SESSION SET EVENTS = '31098 TRACE NAME CONTEXT FOREVER' 
    
  • "Error occurred while packaging the application...". Cannot load library' in Flash Builder 4.7 (iOS)

    EU struggling to solve this error yesterday in Flash Builder 4.7 packaging an app for iOS.

    "

    Error occurred during the application of packaging:

    Exception in thread "Main Thread" java.lang.UnsatisfiedLinkError: can't load library: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot\lib\llvm.dll

    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1706)

    at java.lang.Runtime.load0(Runtime.java:770)

    at java.lang.System.load(System.java:1004)

    at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:587)

    to adobe.abc.LLVMEmitter. < clinit > (LLVMEmitter.java:597)

    at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)

    at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)

    at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)

    at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)

    at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)

    at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:246)

    at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)

    at com.adobe.air.ADT.run(ADT.java:419)

    at com.adobe.air.ADT.main(ADT.java:470)

    "

    Update:

    My old solution (of the 64-bit JRE installation) created a different problem. After several attempts and restarted, I was unable to work in the Flash Builder IDE, because it did not meet the burden. Whenever I had to use the Task Manager to close the application.

    Solution apparent:

    Close all applications running in Windows

    Uninstall all versions of JRE (Java Runtime Environment)

    Uninstalling Flash Builder 4.7

    Reinstall Flash Builder 4.7

  • Fatal error: unable to load library "pdh.dll."

    When I double click on Skype icon, a dialog box appears. It says "Fatal error" at the top, and inside, it says: "cannot load library 'pdh.dll.'" "I can't Skype to open at all.

    I used Skype without problem the day before, and I did nothing for all the files or anything like that. I don't think so.

    I restarted my computer, uninstalled and reinstalled Skype and entered %APPDATA%\microsoft\windows\sendto and renamed the Skype folder, tried to open Skype, then renamed the file back again. None of this has worked.

    I did a scan for Malware, and he came clean. I am running a virus scan.
    Can someone help me?

    Try to run the tool (sfc.exe) System File Checker

    http://support.Microsoft.com/kb/929833

  • Error of character host load library 1114

    Hi all

    I have checked the forums for an answer to this, could not find for character animator. Cannot run program I get the message Load Library error 1114.  I see that I have updated drivers (it is true that after I loaded the After Effects).  Can not find solution yet, everything else (Illustrator, Photoshop seems to work.

    Any ideas appreciated.

    [Moved from the After Effects forum the Forum host character - Mod]

    Hi Jeff

    Been tinkering this weekend and I think I found the solution. Thought you might like to know. I just changed the global setting of dynamic graphics switchable to maximize Performance and presto is works.

    Do not know if that brings other problems, but hey, it works.

    The only other issue I have is the error of Ray Tracing below.

    Thanks for your help and suggestions, much appreciated.

    Ian

  • upgraded to 3.6, bookmarks, lost, lost the toolbar bookmarks, bookmarks library, lost cannot go to the previous backup, error message. Not have Torbutton. Cannot save new bookmarks. AutoFill remembers. Don't forget the story is about.

    upgraded to 3.6, bookmarks, lost, lost the toolbar bookmarks, bookmarks library, lost cannot go to the previous backup, error message. Not have Torbutton. Cannot save new bookmarks. AutoFill remembers. Don't forget the story is about.

    I got this yesterday after the 3.6.4 problem upgrade. I'm not sure if I saw all the things you did, but I have def lost all bookmarks and the back button. I fixed it by:
    1. go to the Firefox profile directory, which for me is here but 1st bit will be different for you as mine work specific:

    C:\Documents and Settings\U049177\Application Data\Mozilla\Firefox\Profiles\soez0lvk.default
    2 delete places.sqlite and places.sqlite - journal

    3. start Firefox (you should have the back button now works but not Favorites, he recreated to these 2 files)

    4. in the menu, bookmarks and then organize bookmarks, then button import and backup, then restore, then select a day to restore from. You should now have your backups Firefoxes bookmarks.

    Hope this works for you

  • Cannot install Intellimouse on XP, I got an error message: error loading % ProgramFiles%\SynAptics\SynTP\SynISDN.dll. The specified module could not be found.

    Original title: cannot install Intellimouse on XP

    Hello

    I have mouse Intellimouse optical 1.1, I want to customize sound buttons.

    Recently, I tried to install its driver on laptop T410, installed with XP 32 bit operating system. Unfortunately, I got an error message:

    Error loading % ProgramFiles%\SynAptics\SynTP\SynISDN.dll. The specified module could not be found.

    What is the problem?

    Thank you

    Uriel

    Hello

    Please try this and report results:

    1. Click Start, point to settingsand then click Control Panel.
    2. Double-click System, click the hardware tab and then click Device Manager.
    3. Double-click mice and other pointing devices branch to expand it.
    4. Right-click the IntelliMouse pointing device, and then click Properties.

      The IntelliMouse pointing device should be listed as follows:

      Microsoft USB IntelliMouse explore (IntelliPoint)
    5. Click to update the driver.
    6. Click Next in the Wizard update device driver dialog box.
    7. Click display a list of drivers that are known... , and then click Next.
    8. Select the Microsoft mouse driver that ends with (IntelliPoint), and then click Next.
    9. Click Next to confirm that you have selected the right driver.
    10. Click Finish to complete the installation of the new driver

Maybe you are looking for

  • Someone connect to my icloud

    Dear all,Before receive e-mail from days apple that someone with my icloud sogn I received a message on my iphone I have attached here Can you explain if this Apple support service? If this is not the case, can you ensure that this email is not conne

  • My laptop G62 does not illuminate

    I was sitting at my friends house on my pc. I let the battery 20% until I charge it because I didn't let the battery run for a day or two and it should be done to ensure the life of the battery. When I plugged in I continued to use it. But he's dead.

  • Under Vista, get a message that Windows Defender is disabled

    Have Vista. I'm trying to manage the startup. Download the message that Windows Defender is not enabled. When try get access WD 0x800106ba. Tried to download but thern said already have. Can not access all the programs error ID is unknown. How to sol

  • Catalyst Control Center

    I kept getting a message that wasn't the catalyst controller. UNON several suggestions I deleted the program, if it is bad to my computer.

  • Unable to set the background of the desktop for the photo.

    The error message "this image cannot be set as a wallpaper - internal error occurred" blocks all my photos. How can I find and fix this error?