What OCCI library to link to for debug mode in Instant Client 11.2.0.4?

In the manual on OCCI it says that
Applications that link to MSVCRTD.DLL, a debug version of Microsoft C-Runtime, /MDd compiler flag, should link with these specific OCCI libraries:oraocci11d.lib and oraocci11d.dll.
However, Instant Client SDK version 11.2.0.4 does not contain either oraocci11d.lib or oraocci11d.dll, but only oraocci11.lib and oraocci11.dll. So what should I do to be able to run an OCCI application in Visual Studio in debug mode?
Thanks,
Rikke

If I remember correctly, you may need to install the full Oracle client.

Similar Messages

  • Static variable for debugging mode?

    Hello I want to have a debugging mode for my application...
    Its jsp, servlets..
    If I have one static variable String called debug and set it to true then it should print all System.out. stuff in application... otherwise it shlould not...
    Do I have ot have this static variable defined in every jsp and servlet?

    try something like this
    public Class AppControl{
    public static boolean debugMode;
    public static void setDebugMode(boolean flag){
    this.debugMode = flag;
    public static boolean ifDebug(){
    return this.debugMode;
    In your JSP just do
    if (AppControl.isDebug()) {
    //print debug
    }

  • MySQL query works fine for Debug mode not during regular run mode

    Hello fellow Java gurus,
    I'm very much confused at the moment. I have an Java application that populates and accesses a MySQL database. It's a little complicated to explain but basically I've got a few threads that manipulate it. The database itself can handle multiple client connections.
    Now, my first SQL query determines whether records exist within a particular timeframe, since one of my columns is a time of arrival (toa). This works fine in debug and normal run mode. My second SQL query is only executed once the first query returns true, which occurs 100% of the time. The second query is very similar, however, has the very weird behaviour of working the way I want it during debugging mode, but doesn't work at all during normal run mode. I really do not understand. I've tried running the 2nd query using the same connection and also a different connection as to the 1st query but it really doesn't make a difference to the non-working outcome.
    If anyone has any ideas as to as to why this is happening, please help me. Any feedback would be greatly appreciated. I am desperate at the moment.
    Kind regards,
    Mitch.

    Sorry everyone, I've been able to solve it. My boolean variables were being set to their opposite values! Silly me.... cheers anyway....

  • OCCI library for g++ on solaris

    The OCCI package for Solaris on the Instant Client page seems compiled in SunPro. Is there a one for g++?

    No
    The only one existing and supported is the one compiled with SunPro, and only with the default Cstd, ( you can not compile with -library=stlport4 )

  • What does this file be used for?

    What does this file be used for: $COHERENCE_HOME/lib/coherence/coherence-client.xml ?
    The contents of this file is show as the following:
    ?xml version='1.0'?>
    <license-document>
      <license>
        <software>Oracle Coherence: Data Client</software>
        <licensee>n/a</licensee>
        <type>production</type>
        <id>0x00A800CC0000011295888F24BC6C730B</id>
        <signature>302C02147737DBFAC8F3931DC9A50EFB78A9DF824414054B0214277CACA4CA2B3D01292FBEB080A18DDCC79DBF0F</signature>
      </license>
    </license-document>What is the difference between $COHERENCE_HOME/lib/coherence/ coherence-client.xml and
    $COHERENCE_HOME/lib/coherence/ coherence-rtc.xml about the purpose of usage?
    Edited by: junez on 30-Nov-2009 08:50

    Hello Junez,
    The coherence-client.xml is for the Data Client.
    The coherence-rtc.xml is for the Real Time Client.
    Please take a look at the following page for more information and let me know if you have anymore questions.
    I am also curious what version of Coherence are you using?
    Best regards
    -Dave

  • Switch to debugging mode

    I need to debug my application, I've already set the debug mode ON as well as the restricted load balancing, but when I try to debug the application, it says that the j2ee engine server node should be in "Debugging", how can I change that??

    Hi Fran
    Where did you set the debug mode ON?
    How many instances of the J2EE you are running on the server?
    Clearly the error says that you have not started your J2EE engine for debug mode.
    If you have multiple instances see that you set the debug mode on on the instance where you have deployed
    Regards
    NagaKishore V

  • Any simple program available for testing instant client for Windows

    Any simple program available for testing installation of instant client for Windows.
    Thankx in advance

    Having a program means you need a dev environment to compile, link and then test it with your instant client env.
    I would suggest you download sqlplus ZIP and connect to a DB server.

  • ODBC Driver for Instant Client

    Hello.
    First of all I would like to thank Oracle for giving us the Instant Client. It seems to be the solution for making stand-alone client application in a very simple way. Thanks!
    Even Though, I need to know if there is a way to download the so called "ODBC Supplement". I suppose it's a Windows ODBC Driver for Instant Client.
    Thanks!

    Here's a Registry script to set up a sample 10g-driver data source. After this I used MS Access 2002 to connect to a 9i database. It found all the table names, etc, and read fine from some of them, but others came back with some kind of error such that Access reported the row as already Deleted. I have not done any more research, yet.
    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
    "SS585D_ORA10_SYS"="Oracle in bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\SS585D_ORA10_SYS]
    "Driver"="C:\\OraWin10\\Bin\\SQORA32.DLL"
    "ServerName"="SS585D"
    "Description"="Sys SS585D using Oracle 10 driver"
    "DSN"="SS585D_ORA10_SYS"
    "User"="ABC"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
    "Oracle in bin"="Installed"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Oracle in bin]
    "APILevel"="1"
    "CPTimeout"="60"
    "ConnectionFunctions"="YYY"
    "Driver"="C:\\OraWin10\\bin\\SQORA32.DLL"
    "DriverODBCVer"="03.51"
    "FileUsage"="0"
    "Setup"="C:\\OraWin10\\bin\\SQORAS32.DLL"
    "SQLLevel"="1"
    As for the ODBC admin program, I used RegMon and FileMon to watch it in action. It loads the 10g setup DLL okay and reads various ODBC values from the registry, then GPF's. I think I'm seeing some kind of buffer overrun problem. I can send logs to anybody who gives me an e-mail address. Mine is [email protected]

  • Can't find library or mismatched ABI for -lstdc++-linking occi with g++

    []-pedro:/home/pedro/modelo_v4_g++>uname -a
    HP-UX des2a B.11.23 U ia64 4092774908 licencia de usuarios ilimitados
    []-pedro:/home/pedro/modelo_v4_g++>make
    g++ -mlp64 -DOCCI_NO_WSTRING=1 -mlp64 -D_RWSTD_MULTI_THREAD -I/opt/users/ora10g/rdbms/demo -I/opt/users/ora10g/rdbms/public -I/opt/users/ora10g/plsql/public -I/opt/users/ora10g/network/public -DHPUX -D_REENTRANT -DHPUX_KTHREAD -DSLXMX_ENABLE -DSLTS_ENABLE -DSS_64BIT_SERVER -DBIT64 -DMACHINE64 -DORAIA64 -DHPUX_IA64 -c Main_Program.cpp
    g++ -mlp64 -DOCCI_NO_WSTRING=1 -mlp64 -D_RWSTD_MULTI_THREAD -I/opt/users/ora10g/rdbms/demo -I/opt/users/ora10g/rdbms/public -I/opt/users/ora10g/plsql/public -I/opt/users/ora10g/network/public -DHPUX -D_REENTRANT -DHPUX_KTHREAD -DSLXMX_ENABLE -DSLTS_ENABLE -DSS_64BIT_SERVER -DBIT64 -DMACHINE64 -DORAIA64 -DHPUX_IA64 -c Modelo.cpp
    g++ -o occiteste Main_Program.o Modelo.o -L/opt/users/ora10g/lib -L/usr/local/lib -locci -lclntsh `cat /opt/users/ora10g/lib/sysliblist` -lm
    ld: Can't find library or mismatched ABI for -lstdc++
    Fatal error.
    collect2: ld returned 1 exit status
    make: *** [exe] Error 1

    []-pedro:/home/pedro/modelo_v4_g++>ldd -v -r -d /opt/users/ora10g/lib/libocci.so
    symbol not found: LdiInterCheck (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxsti (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxsto (/opt/users/ora10g/lib/libocci.so)
    symbol not found: xaoSvcCtx (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobGetChunkSize (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIConnectionPoolCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtRelease (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZNSt9exceptionD2Ev   (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionEnable (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionRelease (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectArrayPin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_rethrow (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIHandleFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _memcmp       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateConstruct (/opt/users/ora10g/lib/libocci.so)
    symbol not found: memchr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: xaoEnv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: memmove (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobLocatorIsInit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataConvert (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memcmp_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _memset       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINlsCharSetNameToId (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobOpen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxinitc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForOutputU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataGetType (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memset_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterToString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_allocate_exception (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_begin_catch (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPSetObjectPtrNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetLdiDateTimeFromKpd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobAppend (/opt/users/ora10g/lib/libocci.so)
    symbol not found: sLdiGetDate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetRowid (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeByName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionUnRegister (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterCopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDefineObject (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterDivide (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateInterAdd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRawPtr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZdaPv        (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_pure_virtual (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberFromInt (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapperD1Ev (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZdlPv        (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapperD2Ev (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhname2id (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __bad_alloc_exception (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetDateContext (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxbegin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterInterSubtract (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataIsNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPConvertUb1ToRowid (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDescriptorFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionPost (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobFileGetName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobFileSetName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberToReal (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZTIv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobCharSetId (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateFromString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataAttrCountSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetNLSLang (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberToInt (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataAccess (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _Znam (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _Znwm (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIErrorGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDescriptorAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtExecute (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetErrorMessageNLS (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromTZ (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectSetData (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberFromReal (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDateTimeFromText (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterConstruct (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetErrorMessage (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectMarkDelete (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _strncpy      (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIParamSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetLdiIntervalFromKpd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobLocatorAssign (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectIsLocked (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForInputType (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetDefTZ (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIParamGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataCollAddElem (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectNew (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectPin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataCollGetElem (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionPoolDestroy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefAssign (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobIsOpen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIConnectionPoolDestroy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataBeginCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __bad_exception (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtPrepare2 (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterCompare (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPIsObjectLoaded (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateDateConvert (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxgucs2utf (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetTZI (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefIsNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRawSize (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetEnv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetFlag (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeTypeCode (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZTVN10_cxxabiv121__vmi_class_type_infoE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectMarkUpdate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __strcpy_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromTZU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __strncpy_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPDefConvOCCI (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetUCIOptMode (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxshift (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxabs (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxbex (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxcmp (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxdec (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxdiv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZTVN10_cxxabiv117__class_type_infoE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxfcn (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxflo (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxfpr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxinc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxlog (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITransRollback (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxmin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxmod (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxneg (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxmul (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxnft (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxnur (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxpfl (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxpow (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxren (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxrou (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsgn (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsni (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsqr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsub (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsum (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxtru (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeByRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefIsEqual (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionPoolCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobWrite (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectUnmarkByRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZTISt9exception      (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPConvertDateToDateTime (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_call_unexpected (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIBindByPos (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterToStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectMarkDeleteByRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionRegister (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAttrSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZNSt14_rw_exception9_C_assignEPKcm (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForInputTypeU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memchr_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAttrGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAQEnq (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAQDeq (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectUnmark (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetInd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDescribeAny (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_finalize (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZTVN10_cxxabiv120__si_class_type_infoE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapper4lockEPv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateDateSubtract (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPHeapAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxatn2 (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStringAssignText (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobTrim (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZNSs9_nullrefE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPIsNonFinalType (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataAttrSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetRidCharLen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxcopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataAttrGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIBindObject (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memmove_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxgutf2ucs (/opt/users/ora10g/lib/libocci.so)
    symbol not found: UnwindResume (/opt/users/ora10g/lib/libocci.so)
    symbol not found: xaosterr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectPinTable (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINlsCharSetIdToName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectFlush (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_end_catch (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIHandleAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCICacheFlush (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIEnvNlsCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdtsu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobRead (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobIsEqual (/opt/users/ora10g/lib/libocci.so)
    symbol not found: sldxgd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __strlen_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxfcnu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxuCvtToCtx (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtPrepare (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateCompare (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhLaToId (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataGetCurrAttrNum (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhcnv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPConvertRowidToUb1 (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterMultiply (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhlod (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobFileExists (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIMultiByteStrCaseConversion (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapper6unlockEPv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lfpinit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxlinit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPCompPrefRows (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionDisable (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtFetch (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeSchema (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStringPtr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateCheck (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDateAssign (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeArrayByName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPHeapFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxnftu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateCopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetObjectPtr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxln (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZNSt14_rw_exception10_C_vformatEi11__va_list__ (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataDestroy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefClear (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDefineByPos (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_atexit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobLoadFromFile (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectLockNoWait (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataEndCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobClose (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIContextSetValue (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIContextGetValue (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxpflu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIEnvCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobGetLength (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectGetObjectRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetLdiInternalFormat (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateToString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateToStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAcquireMutex (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxqtra (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxqtri (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _strcpy       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetInternalRowid (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterInterAdd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectLock (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForOutput (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateFromStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _strlen       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_personality_routine (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_throw (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstdu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstou (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstiu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobCopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITransCommit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectUnpin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtGetPieceInfo (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtSetPieceInfo (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPasswordChange (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAQListen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateInterSubtract (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPReleaseMutex (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRawAssignBytes (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectPinCountReset (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxadm (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxads (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxatz (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxcmp (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdtd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdts (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdyn (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxend (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxeti (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxgtz (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxite (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapper4initEv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxldd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxnxd (/opt/users/ora10g/lib/libocci.so)
    []-pedro:/home/pedro/modelo_v4_g++>

  • HT204149 What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    Hey guys,
    I found out an answer by myself...
    The missing link : the MacBook Pro needs to be powered... as in you need to plug the charger in...
    In conclusion, you simply plug everything, turn on the MacBook Pro, close the lid, and there you go !

  • I had to restore my computer to the factory settings, which means my itunes library was lost except for what was on my ipod nano.  How do pull the songs from my ipod back onto my computer?

    I had to restore my computer to the factory settings, which means my itunes library was lost except for what was on my ipod nano.  How do pull the songs from my ipod back onto my computer?  I have over 200 songs.  There is no way I can re-purchase them!  Any help?

    How to use your iPod to move your music to a new computer 

  • Detect what the default edit form is for a document library and list using jquery

    Hi,
    So what I have done is with some jquery made it that when a files are dragged and dropped into a document library and there is a required field such as "Metadata" the EditForm.aspx opens up for the user to fill in the required column. I am building
    the url up from what I have found in SharePoints DragDrop.js file. This is all working perfectly I just need to find a way to dynamically find what the default edit form is for that document library as I have just hardcoded like this...
    g_currentControl.strSiteUrl + "/" + this.ListName + "/Forms/EditForm.aspx?ID=" + id
    So I need a way to figure out what the default edit form is instead of hard coding like this in case someone creates a custom_editform.aspx or something for one of the lists.
    Thanks

    You can get it by hitting this REST end point via JQuery:
    http://weburl/_api/Web/Lists(guid'YOURLISTGUID')/Forms
    Chris Givens CEO, Architecting Connected Systems
    Blog Twitter

  • HT4927 I have been using iPhoto for several years.  I tried to open it today and get a "pop-up":  What photo library do you want iPhoto to use?

    I have been using iPhoto for several years.  Today when I tried to open it, I got a "pop-up" message, "What photo library do you want iPhoto to use?  Choose a photo library."

    How manhy libraries does the "pop up" show? What ahppens when you select the?
    Look in your pictures folder (default location) - is there an iPhoto library there?
    LN

  • HT1206 what happened to my iTunes library, it disappeared except for the purchased songs?

    What happened to my itunes library it disappeared except  for the purchased songs?

    By being gone do you mean the library is not in your Pictures folder or when you open the library you don't see any photos or thumbnails?  If it's the latter apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • HT4910 how to refund my iCloud purchase before the 15 ends & whats the correct adress or link used for that

    How to refund my iCloud purchase bill before the 15 ends & whats the correct adress or link used for that

    See Roger's post here: https://discussions.apple.com/thread/4671693?start=0&tstart=0.

Maybe you are looking for