Oracle Call Interface

Hi,
I didn't find the OCI lib on the Oracle 8.0.5/Linux cdrom. does
anybody know if Oracle has planed to port it on this plateform?
Thanks
Raphal
null

If the original SQL statement did not require a bind it
should not require a bind when moving to OCI 9i
(this is a property of the statement and not
of the OCI version).
There should be no issues with reusing a statement
handle after allocation. I think that they are reusable
as long as you do StmtPrepare and any necessary
define/bind for any new statements, i.e.:
OCIHandleAlloc (stmthp, ... OCI_HTYPE_STMT);
OCIStmtPrepare (stmthp, sqlstmt1,...);
/* optional bind/defines */
OCIStmtExec (stmthp, ...);
OCIStmtPrepare (stmthp, sqlstmt2,...);
/* optional bind/defines */
OCIStmtExec (stmthp, ...);
As for the kghalo error, you may want to confirm that
the stmtp is being allocated correctly, with
OCIHandleAlloc. If this doesn't fix your problem,
it might be helpful to post a code snippet here.

Similar Messages

  • Need suggestion for a topic in Oracle Call Interface

    Dear All,
    I am kiran working as a TSE for EAI project.
    I need a small clarification with respect to Oracle Call Interface.
    My problem is as follows:
    "I am doing a delete transaction in my application and not committing it, but when my program is killed externally, I observed that the transactions are being committed.
    I thought it is a very strange behavior, as an aborted transaction should be rolled back.
    But my PL told me that it the behavior OCI and got nothing to do with our application."                    
    Now My question is, whether can we stop/(switch off) that auto commit option for OCI( Oracle Call Interface.
    Awaiting for an earlier response.
    Any kind of help is highly appreciated.
    Thanks in advance,
    Kiran

    Here is some information from Oracle's documentation (Oracle Call Interface Programmer's Guide.
    Commit or Rollback
    An application commits changes to the database by calling OCITransCommit(). This call uses a service context as one of its parameters. The transaction is associated with the service context whose changes are committed. This transaction can be explicitly created by the application or implicitly created when the application modifies the database.
    Note:
    Using the OCI_COMMIT_ON_SUCCESS mode of the OCIExecute() call, the application can selectively commit transactions at the end of each statement execution, saving an extra round trip.
    To roll back a transaction, use the OCITransRollback() call.
    If an application disconnects from Oracle in some way other than a normal logoff, such as losing a network connection, and OCITransCommit() has not been called, all active transactions are rolled back automatically.

  • Trying to run SQLPlus: Unable to initialize Oracle call interface (again)

    Dear all
    I am trying to install Oracle Instant Client on my powerpc-32bit running Linux. I just obtained these packages:
    instantclient-basic-linuxppc32-10.2.0.2-20060327.zip
    instantclient-sqlplus-linuxppc32-10.2.0.2-20060327.zip
    According to the document <http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ape.htm> these two are enough for me to use.
    I also followed the instruction on the document, by:
    1. Extract everything to /usr/local/instantclient_10_2/
    /usr/local:$ unzip instantclient-basic-linuxppc32-10.2.0.2-20060327.zip
    /usr/local:$ unzip instantclient-sqlplus-linuxppc32-10.2.0.2-20060327.zip
    2. export variables:
    $ export LD_LIBRARY_PATH=/usr/local/instantclient_10_2/
    $ export SQLPATH=/usr/local/instantclient_10_2/
    $ export NLS_LANG=AMERICAN_AMERICA.UTF8
    $ export PATH=/usr/local/instantclient_10_2:$PATH
    ($LD_LIBRARY_PATH and $SQLPATH was empty before I do the above.)
    (I didn't set $ORACLE_HOME because the document didn't require me to do so when I install sqlplus/oracle-client-basic from zip files. However I do tried to set it, doesn't help either.)
    3. run:
    $ sqlplus jxpado/[email protected]/XEXDB
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    I looked up causes of SP2-1503:
    Check that the Oracle environment or registry entries are consistent and correct.Yes. Environment is correct (only 3 variables);
    If using the SQL*Plus Instant Client make sure the SQL*Plus
    and Oracle libraries are from the same release. Yes, as you can tell from package zip file names.
    Make sure you have read access to the libraries.True. I am very sure I have read access to all files there.
    So what can I do here? I tried to follow instructions as clear / complete as possible.
    I am sure sqlplus didn't even try to connect to the server at gtz.ods.org because I put a network traffic listener there to monitor access to the server.
    Message was edited by:
    user609663

    Unfortunately there's a bunch of possible reasons for this error combination. I recommend you search metalink for SP2-1503 to get a list.
    Werner

  • ERROR - Oracle call interface

    Hello,
    We are unable to connect to sqlplus on our Linux server.
    Errors:
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    Thanks..

    user8969 wrote:
    Hello,
    We are unable to connect to sqlplus on our Linux server.
    Errors:
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    Thanks..I've not seen this, but looks like you don't have all your environment correctly set. PATH, ORALCE_HOME, LD_LIBRARY_PATH, etc.

  • P2-1503: Unable to initialize Oracle call interface

    version 10.2 on windows, any idea?
    E:\>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly

    E:\>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\agulzar\Application Data
    ASSISTANTS_COMMON_CLASSPATH=E:\oracle\product\10.2.0\assistants\jlib\assistantsC
    ommon.jar
    BALISHARE_CLASSPATH=E:\oracle\product\10.2.0\jlib\share.jar
    CANDLE_HOME=C:\IBM\ITM
    CLASSPATH=E:\oracle\product\10.2.0\jdk\jre\lib\rt.jar;E:\oracle\product\10.2.0\j
    dk\jre\lib\i18n.jar;E:\oracle\product\10.2.0\assistants\dbca\jlib\dbca.jar;E:\or
    acle\product\10.2.0\assistants\jlib\assistantsCommon.jar;E:\oracle\product\10.2.
    0\jlib\ewt3.jar;E:\oracle\product\10.2.0\jlib\ewtcompat-3_3_15.jar;E:\oracle\pro
    duct\10.2.0\jlib\share.jar;E:\oracle\product\10.2.0\jlib\swingall-1_1_1.jar;E:\o
    racle\product\10.2.0\jlib\oracle_ice5.jar;E:\oracle\product\10.2.0\jlib\help4.ja
    r;E:\oracle\product\10.2.0\jlib\jewt4.jar;E:\oracle\product\10.2.0\jlib\kodiak.j
    ar;E:\oracle\product\10.2.0\lib\xmlparserv2.jar;E:\oracle\product\10.2.0\jlib\or
    ai18n.jar;E:\oracle\product\10.2.0\jlib\orai18n-mapping.jar;E:\oracle\product\10
    .2.0\jlib\orai18n-utility.jar;E:\oracle\product\10.2.0\jlib\orai18n-collation.ja
    r;E:\oracle\product\10.2.0\jlib\netcfg.jar;E:\oracle\product\10.2.0\jlib\ojmisc.
    jar;E:\oracle\product\10.2.0\jlib\oraclepki103.jar;E:\oracle\product\10.2.0\jlib
    \ldapjclnt10.jar;E:\oracle\product\10.2.0\jlib\opm.jar;E:\oracle\product\10.2.0\
    jdbc\lib\classes12.zip;E:\oracle\product\10.2.0\jlib\srvm.jar;E:\oracle\product\
    10.2.0\jlib\srvmhas.jar;E:\oracle\product\10.2.0\jlib\srvmasm.jar;E:\oracle\prod
    uct\10.2.0\classes;E:\oracle\product\10.2.0\jlib\oemlt-10_1_0.jar;E:\oracle\prod
    uct\10.2.0\jlib\emca.jar;E:\oracle\product\10.2.0\sysman\jlib\emCORE.jar;E:\orac
    le\product\10.2.0\oc4j\j2ee\home\oc4j.jar;E:\oracle\product\10.2.0\oc4j\j2ee\hom
    e\db_oc4j_deploy.jar;E:\oracle\product\10.2.0\jlib\emConfigInstall.jar;E:\oracle
    \product\10.2.0\oui\jlib\OraInstaller.jar
    CLIENTNAME=WMSTUTCTX02
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=WMSTUTGIS02
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DBCA_CLASSPATH=E:\oracle\product\10.2.0\assistants\dbca\jlib\dbca.jar
    EM_CLASSPATH=E:\oracle\product\10.2.0\classes;E:\oracle\product\10.2.0\jlib\oeml
    t-10_1_0.jar;E:\oracle\product\10.2.0\jlib\emca.jar;E:\oracle\product\10.2.0\sys
    man\jlib\emCORE.jar;E:\oracle\product\10.2.0\oc4j\j2ee\home\oc4j.jar;E:\oracle\p
    roduct\10.2.0\oc4j\j2ee\home\db_oc4j_deploy.jar;E:\oracle\product\10.2.0\jlib\em
    ConfigInstall.jar
    EWT_CLASSPATH=E:\oracle\product\10.2.0\jlib\ewt3.jar;E:\oracle\product\10.2.0\jl
    ib\ewtcompat-3_3_15.jar
    FP_NO_HOST_CHECK=NO
    GDK_CLASSPATH=E:\oracle\product\10.2.0\jlib\orai18n.jar;E:\oracle\product\10.2.0
    \jlib\orai18n-mapping.jar;E:\oracle\product\10.2.0\jlib\orai18n-utility.jar;E:\o
    racle\product\10.2.0\jlib\orai18n-collation.jar
    HELP_CLASSPATH=E:\oracle\product\10.2.0\jlib\help4.jar;E:\oracle\product\10.2.0\
    jlib\jewt4.jar
    HOMEDRIVE=W:
    HOMEPATH=\
    HOMESHARE=\\wmstutfpcb\itdata\users\agulzar
    I18N_CLASSPATH=E:\oracle\product\10.2.0\jdk\jre\lib\i18n.jar
    ICE_BROWSER_CLASSPATH=E:\oracle\product\10.2.0\jlib\oracle_ice5.jar
    INSTALLER_CLASSPATH=E:\oracle\product\10.2.0\oui\jlib\OraInstaller.jar
    JAVA_HOME=C:\java\java5_01\jdk
    JDBC_CLASSPATH=E:\oracle\product\10.2.0\jdbc\lib\classes12.zip
    JRE_CLASSPATH=E:\oracle\product\10.2.0\jdk\jre\lib\rt.jar
    KODIAK_CLASSPATH=E:\oracle\product\10.2.0\jlib\kodiak.jar
    KUIFILEPATH=C:\IBM\ITM\bin\xml
    LIBPATH=C:\IBM\ITM\bin\dll;C:\IBM\ITM\TMAITM6;C:\IBM\ITM\InstallITM
    LOGONSERVER=\\WMSTUTDC01
    NETCFG_CLASSPATH=E:\oracle\product\10.2.0\jlib\netcfg.jar;E:\oracle\product\10.2
    .0\jlib\ojmisc.jar;E:\oracle\product\10.2.0\jlib\oraclepki103.jar;E:\oracle\prod
    uct\10.2.0\jlib\ldapjclnt10.jar;E:\oracle\product\10.2.0\jlib\opm.jar
    NLSLANG=AMERICAN_AMERICA.UTF8
    NLSPATH=C:\Program Files (x86)\IBM\SCM\msg\%L\%N.cat;C:\Program Files (x86)\IBM\
    SCM\msg\C\%N.cat
    NUMBER_OF_PROCESSORS=4
    OH=E:\oracle\product\10.2.0
    ORACLE_HOME=E:\oracle\product\10.2.0
    ORACLE_SID=ARCSERVP
    OS=Windows_NT
    Path=E:\oracle\product\10.2.0\BIN
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=E:\oracle\product\10.2.0\perl\5.8.3\lib\MSWin32-x86;E:\oracle\product\1
    0.2.0\perl\5.8.3\lib;E:\oracle\product\10.2.0\perl\5.8.3\lib\MSWin32-x86;E:\orac
    le\product\10.2.0\perl\site\5.8.3;E:\oracle\product\10.2.0\perl\site\5.8.3\lib;E
    :\oracle\product\10.2.0\sysman\admin\scripts;
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 6, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f06
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PROMPT=$P$G
    SCM_CLIENT_INST_DIR=C:\Program Files (x86)\IBM\SCM\client
    SCM_HOME=C:\Program Files (x86)\IBM\SCM
    SDEHOME=E:\ArcGIS\ArcSDE\ora10gexe\
    SESSIONNAME=RDP-Tcp#14
    SRVM_CLASSPATH=E:\oracle\product\10.2.0\jlib\srvm.jar;E:\oracle\product\10.2.0\j
    lib\srvmhas.jar;E:\oracle\product\10.2.0\jlib\srvmasm.jar
    SWING_CLASSPATH=E:\oracle\product\10.2.0\jlib\swingall-1_1_1.jar
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\agulzar\LOCALS~1\Temp\3
    TISDIR=C:\Program Files (x86)\IBM\SCM\codeset
    TMP=C:\DOCUME~1\agulzar\LOCALS~1\Temp\3
    TNS_ADMIN=E:\oracle\product\10.2.0\NETWORK\ADMIN
    TSM=C:\Program Files\Tivoli\TSM\baclient\dsmc.exe
    USERDNSDOMAIN=WILLIAMS.COM
    USERDOMAIN=WILLIAMS
    USERNAME=agulzar
    USERPROFILE=C:\Documents and Settings\agulzar
    windir=C:\WINDOWS
    XMLPARSER_CLASSPATH=E:\oracle\product\10.2.0\lib\xmlparserv2.jar

  • SP2-1503: Unable to initialize Oracle call interface

    Hello All,
    I have installed Oracle 10g R1 on my new HP laptop with OS as Windows 7 and the installation was successful.
    But, unfortunately while trying to connect to the DB with the sqlplus /nolog command, the below error is re- occuring
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly.
    Please, let me know if this is an oracle bug and suggest me if i need to install an upgrade patch.
    Regards,
    Oracle

    Hi.. from oracle metalink
    Oracle Database releases "9iR2 (9.2.0.x), 10gR1 (10.1.0.x), 10gR2 (10.2.0.x) and 11gR1 (11.1.0.x)" are not Certified/Supported to install/run on Microsoft Windows 7.
    "Microsoft Windows 7" certification will begin with "Oracle Database 11gR2 (11.2.0.x)". That means, Oracle Database 11gR2 will be the first Oracle Database product certified/supported to install/run on "Microsoft Windows 7".
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • [sqlplus] - SP2-1503: Unable to initialize Oracle call interface

    Hello,
    I've just reinstall an new Oracle DB 10.2.0.1.0 and when i type SQLPLUS i've this error:
    $sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    what's hapening ???
    thanks for your help.

    found !!
    it's a stupid and strange error.... because i re-use my old settings and it's worked.
    now i remove the last '/' on $ORACLE_HOME path... and all works fine.
    thanks...

  • Oracle Call Interface Code (OCI)

    Does anyone know a good source of example code or tutorials for OCI (Oracle 8i)?
    (Have already looked at the demo code and the docs, which aren't overly helpful.)
    null

    quit wasting your time with the oci
    & check this out
    http://home.sprynet.com/~skuchin/home.htm
    c++ wrapper for the oci thats really easy
    to use with excellent examples
    null

  • Oracle C++ Call Interface

    All of my company's software is coded in C++.
    Does the Oracle C++ Call Interface offer a bridge to allow Oracle Datawarehousing then thus implementation of ERP?
    Thanks

    Not sure what you are after...
    http://st-doc.us.oracle.com/11/112/appdev.112/e10764/introduction.htm#i430767
    Cheers
    David

  • New discussion forum for OCCI (Oracle C++ Call Interface)

    Hi all,
    let us use the new discussion forum 'Oracle C++ Call Interface' for all discussions regd. OCCI.

    You may want to post this on a database forum. This forum is dedicated to Oracle TopLink which connects to the database using JDBC.
    Doug

  • OCCI :Oracle C++ Call Interface

    hello
    i have a project that turn about : get a connection between a program C++ and an oracle database , so i use OCCI : oracle C++ call Interface
    i worke with Visual C++/Borland C++ and oracle release 9.2
    i built and compile my program withount any problem, but whene i execute it i have this message :
    Loaded 'ntdll.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oraocci9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORACORE9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORANLS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAUNLS9.DLL', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\wsock32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\ws2_32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\ws2help.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orageneric9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oracommon9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oraclient9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oravsn9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orawtc9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orannzsbb9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oran9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranl9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranldap9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oraldapclnt9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orancrypt9.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\oleaut32.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oratrace9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranro9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranhost9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranoname9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORANCDS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orantns9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranms.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranmsp.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAPLS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORASLAX9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORASNLS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORASQL9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAXML9.DLL', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\msvcirt.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAXSD9.DLL', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\msvcp60.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\secur32.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orantcp9.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\mswsock.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\hnetcfg.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\wshtcpip.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
    First-chance exception in OCCI.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in OCCI.exe (ORAOCCI9.DLL): 0xC0000005: Access Violation.
    First-chance exception in OCCI.exe (ORAOCCI9.DLL): 0xC0000005: Access Violation.
    The program 'C:\Program Files\Microsoft Visual Studio\MyProjects\OCCI\Debug\OCCI.exe' has exited with code 0 (0x0).
    when i use Borland C++
    i have anothor message:
    unable to open execptio.h
    i don't have this header file
    please help me

    You may want to post this on a database forum. This forum is dedicated to Oracle TopLink which connects to the database using JDBC.
    Doug

  • Error occurs when call interface and database is changed

    hi, experts,
    I have modified the RPD
    I change the database from "Oracle 9i" to "Oracle 10g R2/11g"
    changed the call interface of connection pool from "OCI 8i/9i" to "OCI 10g/11g"
    after the change,
    I got this error on one table on dashboard
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46008] Internal error: File .\Src\SQOIGeneratorBuiltIn.cpp, line 3403. (HY000)
    SQL Issued: SET VARIABLE xxxxxxxxxxxx = xxxx ;SELECT xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    the table includes RANKs.
    any patches for .\Src\SQOIGeneratorBuiltIn.cpp????
    any alternatives ?
    thank you very much!

    I use a trick to work around
    in the columns for ranks, change to
    rank (xxx) +1 -1
    then no error occurs

  • Any risks if call interface and database not matched?

    hi experts,
    are there any risks if the call interface of connection pool and database (in physical layer) matched ?
    for example,
    the call interface of connection pool (in physical layer) is selected to "OCI 10g/11g"
    the database (in physical layer) is selected to "Oracle 10g R2/11g"
    the oracle client on my local computer is "Oracle - OraClient10g"
    and the database version is "9.2.0.7.0" (select * from nls_database_parameters where parameter = 'NLS_RDBMS_VERSION'; )
    thank you very much!

    There shouldn't be a problem, the OCI is backward compatible.
    regards
    John
    http://obiee101.blogspot.com

  • Is the C++ Call Interface (OCCI) free to use?

    Hi,
    We are a backup ISV that provides offsite backup services and wanted to use the C++ Call Interface (OCCI) to allow for an automatic backup of an Oracle DB within our own backup application.
    Does anyone know if the C++ Call Interface (OCCI) API is free to use or do we need to purchase a license for it when using it in a commercial application?
    Ps- I've been trying to call my Oracle Rep, reviewing their EULA and calling Oracle sales and can't get a straight answer.
    Thanks in advance
    Ben

    I am not a lawyer, but to my mind it is free for you to develop your product with OCCI.
    You would use the OTN license to devlop your app: http://www.oracle.com/technetwork/licenses/standard-license-152015.html
    Its the end user's who would pay the license fees for Oracle.
    By the way, most people who know Oracle would not be too keen on a data backup via an API like OCCI - they would normal Oracle backup procedures e.g. via RMAN, which allows recovery to any point in time.

  • Oracle Open interface- Error in Item Import (INCOIN)

    Hi,
    I am migrating items to oracle using oracle open interface.
    I am getting the follwing errors.
    1. The TEMPLATE_ID or TEMPLATE_NAME specified is not valid for this Organization
    2. The revision entered is for an item that does not exist in MTL_SYSTEM_ITEMS nor MTL_SYSTEM_ITEMS_INTERFACE (No Revision Is Used)
    3. Expense Account is required when Inventory Asset Value is "No" and Inventory Item is "Yes"
    4. Item number is invalid.
    EBS: 11.5.10
    The Migratin was working fine in the previous instance. Pls let me know if you have any information on this.
    Thanks
    AM

    Hi,
    Please see these docs.
    INCOIN: Error Message Template_ID or Template Name Specified is not a Valid Template When Item Catalog ID is NULL during Item Import in UPDATE Mode [ID 1076193.1]
    Item Import: What Does "Sync" Items Do? [ID 417887.1]
    INCOIN Gets INV_TEMPLATE_ERROR After Patch Applied [ID 141579.1]
    Item Open Interface (INCOIN/IOI) Setup and How-To [ID 115557.1]
    Understanding Item Import and Debugging Problems with Item Import [ID 268968.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Error while uploading a doc

    Hi All, I want one solution, when we were updating a blob coloumn in a table i got the following error: ORA-01691: unable to extend lob segment KM_NOM_PROD.SYS_LOB0000081814C00005$$ by 8192 in tablespace FLOW_1687 can any body please help me with thi

  • What exactly the auditing team will or should check in my database.

    Dear all, i am using oracle 10g database on windows server 2003 and oracle application server 10g on windows server 2003. now an internal auditing team is going to audit my database. i want to know what they will audit so that i do preparation for it

  • External monitor going blank!

    Hello, I have a exrernal Dell 24' monitor that has been working 100% ok for years on my macbook now am running 10.7.2. I use the mac in clam mode and using the Dell as the main monitor. Today I have a problem as after around 10mins of uses the monito

  • TIFF Thumbnails Not Showing in Bridge CS4

    Hi. I just reinstalled PS CS4 (after system crash). Now I can not see TIFF thumbnails in Bridge (neither RAW but I use LR). I unistalled once with ACR 5.5 upgrade and reinstalled again from scratch and the problem persists. Nevertheless I can  see TI

  • Solved battery-lasts-half-an-hour prob

    I've had a big problem with my ipod mini (4GB). Battery lasted only for half an hour, and sometimes, not even that long. Tried everything (during the last few months), have read bunch of tips, hints, etc. and didn't solve the prob. Took it to an appl