PEAR DB classes support with Oracle

Hello
Does Oracle support PEAR DB packages for accessing Oracle database (9i/10g)?. Can someone confirm this?.
Regards
Prakash

yes, it does. Confirming =)

Similar Messages

  • SAP Note 378648 - Offline backup support with Oracle Fail Save

    I am trying to implement SAP Note 378648 - Offline backup support with Oracle Fail Save, but am unsure about part of the solution....
    Basically, I have to add several parameters into the Environment Variables of the MS Clustered Servers running Windows Server 2003 for the user xidadm... 
    Fairly straight forward apart from one parameter....
    BR_OFS_DOMAIN=<domain>
    I am unsure what is required/meant by domain.  Can anyone shed some light??

    Those are environment variables of the Windows user who is running brbackup; usually this is SAPService<SID>.
    You have to set this variables the same way as you set ORACLE_HOME and so on.
    (I am not sure about the details; never worked with MS cluster.)
    hope this helps

  • Java class integration with Oracle Identity Manager 9.1.0.2

    Hello Friends,
    I have a java class that is responsible for sending notifications, my question is how do the relationship of this class with the Oracle Identity Manager 9.1.0.2 so you can take the class and notify users when an application is approved or rejected.
    Any recommendation for this process.
    Thanks for the support
    Edited by: JLK on Jun 12, 2012 5:20 PM

    Hi
    Java class integration with OIM happen through concept of adapters. You can go through OIM documentation of how to create adapters.
    In your case you should create a process task adapetrs adn attach it on the Approved response code in your approval process.
    Desingn Console --> Process management --> Process definition --> <Apprlication Process Ex: AD User>.
    Alternatively you can also send notification using OIM OOTB email templates.
    Regards
    user12841694

  • Savepoint not supported with oracle 8i

    when I am using the oracle thin driver I'm getting the following error
    Exception in thread "main" java.lang.AbstractMethodError: oracle.jdbc.driver.OracleDatabaseMetaData.supportsSavepoints()Z
    at Svpt1.main(Svpt1.java:31)
    but when odbc driver is used the
    Checking savepoint support ...
    Savepoint is not supported
    Insert record(10, 'newregion1') ...
    Establish savepoint 1 ...
    Unexpected Exception null
    java.lang.UnsupportedOperationException
    at sun.jdbc.odbc.JdbcOdbcConnection.setSavepoint(JdbcOdbcConnection.java
    :1713)
    at Svpt1.main(Svpt1.java:49)
    please tell me why this difference and how can I use savepoint with oracle 8i.
    I'm using Oracle 8i and j2sdk1.5.0_06
    import java.sql.*;
    public class Svpt1
         public static void main(String args[])
              Connection conn = null;
         Statement stmt = null;
              int rows = 0;
              try
                   // Load the Oracle JDBC driver
                   DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
              String jdbcUrl = "jdbc:oracle:thin:@localhost:1521:gdn";
                   // Connect to the database
                   conn = DriverManager.getConnection (jdbcUrl, "srg", "srg");
                   // Create a Statement
              stmt = conn.createStatement();
                   // Cleanup table to original state
                   stmt.execute("DELETE FROM employees WHERE ssn=10");
                   // Turn off the auto-commit mode
         conn.setAutoCommit(false);
              DatabaseMetaData dbmd = conn.getMetaData();
              // Check whether Savepoint is supported
         show("Checking savepoint support ...");
              if (dbmd.supportsSavepoints())
                        show("Savepoint is supported");
                   else
                   show("Savepoint is not supported");
              // Insert a new record into the "regions" table
                   show("Insert record(10, 'newregion1') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (10, 'newregion1')");
              // Establish the first savepoint (named)
                   show("Establish savepoint 1 ...");
                   Savepoint svpt1 = conn.setSavepoint("svpt_1");
              // Insert a second record into the "regions" table
                   show("Insert record(11, 'newregion2') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (11, 'newregion2')");
              // Establish the second savepoint (named)
              show("Establish savepoint 2 ...");
              Savepoint svpt2 = conn.setSavepoint("svpt_2");
                   // Establish the third savepoint (unnamed)
              show("Establish savepoint 3 ...");
              Savepoint svpt3 = conn.setSavepoint();
                   // Insert a third record into the "regions" table
              show("Insert record(12, 'newregion3') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (12, 'newregion3')");
                   // Check names and ids of established Savepoints
              show("The name of txn savepoint 1 is: " + svpt1.getSavepointName());
                   show("The name of txn savepoint 2 is: " + svpt2.getSavepointName());
              show("The id of txn savepoint 3 is: " + svpt3.getSavepointId());
                   // Rollback to the first savepoint
              show("Rollback to savepoint 1 ...");
              conn.rollback(svpt1);
                   // Commit the transaction
              show("Commit the transaction ...");
              conn.commit();
                   // Close the Statement
              stmt.close();
                   // Close the Connection
              conn.close();
              }//try
         catch(SQLException sqlexc)
                   show("Unexpected SQL Exception " + sqlexc.getMessage());
                   sqlexc.printStackTrace();
              catch(Exception exc)
                   show("Unexpected Exception " + exc.getMessage());
         exc.printStackTrace();
         }//main
    static void show(String mesg)
    System.out.println(mesg);
    }//class
    thanks in advance.

    change the tnsnames.ora you're forms 6i is using. Usually in the net80\admin path of your forms 6i home.

  • Is DELL Equalogic PS4600 supported with Oracle VM 3.1?

    Hi, I am having some problems configuring Oracle VM for SAN storage, the compatibility matrix in this site: http://linux.oracle.com/pls/apex/f?p=117:3:0::NO::: shows me that there isn't any support.
    When I try to setup SAN configuration, I am having this error (please open the attachment file). The log show me an error with login on to the SAN, but I don't know where do I have to enable the access for Oracle VM and if its compatible..
    An important situation is: when I try this command:
    iscsiadm -m discovery -t sendtargets -p 192.168.1.50 (SAN IP). The commands display the correct information
    and if I try this command
    iscsiadm -m node -T  (IQN) - p (SAN IP) -- login
    The command shows me that I am successfully connected.
    Also I was searching for a solution with Oracle Metalink  Doc ID 1273899.1 I just want to know if that reference apply to this device and if its secure to try.
    Any help would be appreciated, thanks.

    Why do you have the same UUID for the 10GB and the 1.1TB LUN?
    The error is pretty straight forward. You shouldn't have the same UUID for each LUN.

  • SNMP Support with Oracle Agents, does somebody have experience

    Hy iam a student in Germany,
    I'am working with an Company in air traffic management
    and I'am searching for help with SNMP and Oracle 8i
    Does anybody have implemented the intelligent Agent in
    Oracles 8i to be managed with an HP Open View ore another
    NNM System?
    In my opinion Oracles Agent doesn't support SNMP Version 3
    des encryted neither AgentX requirements.
    Is this true?
    Is it possible to manage the DB with UCD-SNMP and embeddet SQL?
    If you answer to my or write an email I would be very happy.
    [email protected]

    i read a blog post that you can deploy patches via a Deployment Type for a Application. I configured a Deployment Type as Script Installer for my main Installation (the Main Application is already Deployed) and as the detection method i used "Fileversion".
    The Problem now is that i cannot see the Patch in the Software Center of the client PC. Anybody knows why? The Main Installation is located in the ccmcache of the Client PC but not that Patch... (MSP) The Patch is from our own Product.
    When i look into the AppDiscoveryLog with CMTrace i can see this:
        Performing detection of app deployment type application patch 123(ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, revision 10) for system.    AppDiscovery   
    14.11.2014 14:41:10    3360 (0x0D20)
    +++ Discovered application [AppDT Id: ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, Revision: 10]    AppDiscovery    14.11.2014 14:41:10    3360 (0x0D20)
    +++ Detected app deployment type application patch 123(ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, revision 10) for system.    AppDiscovery    14.11.2014 14:41:10   
    3360 (0x0D20)

  • Nls support with oracle xml parser in java

    I'm using The JAXP interface to manipulate xml with xsl. the implementation that I use is Oracle xml parser.
    My xml contains a lot of hebrew chars, and in the result stream each char translated into 5-6 chars, which makes the result to be 5-6 times bigger than it suppose to be, and harder for me to debug my application.
    The client's browser shows the results well.
    How can I make the transformator to transform the hebrew chars to hebrew char istead of longer and not readable string ?

    Oracle XML Team wrote:
    : Stephen Flinter (guest) wrote:
    : : Environment: WinNT 4.0/SP4, Apache 1.3.6, JServ 1.0, Oracle
    : 8.1.5
    : : I have downloaded the new Java v2 XML Parser (2.0.2), and
    have
    : : replaced the wrapper.classpath entry in my jserv.properties
    : file
    : : with the path to the new parser.
    : : When I rerun the "Employee Page" demo, I get the following
    : : exception message:
    : : [15/09/1999 11:02:22:974 GMT] java.lang.NoSuchMethodError:
    : : oracle.xml.parser.v2.XSLProcessor: method
    : : processXSL
    : (Loracle/xml/parser/v2/XSLStylesheet;Loracle/xml/parser
    : : /v2/XMLDocument;)Lorg/w3c/dom/DocumentFragment; not found
    : : at oracle.xml.xsql.XSLHelper.process(XSLHelper.java:34)
    : : at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java,
    : : Compiled Code)
    : : at
    : : javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
    : : at
    : : javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    : : at
    : : org.apache.jserv.JServConnection.processRequest
    : (JServConnection.j
    : : ava)
    : : at
    : : org.apache.jserv.JServConnection.run(JServConnection.java)
    : : at java.lang.Thread.run(Thread.java:479)
    : : This demo was works fine with the parser shipped with the
    : : xsql_servlet download.
    : : Regards,
    : : Steve
    : Version 2.0.2 uses the August XSLT WD which is incompatible
    with
    : the April WD on which our previous releases including the demos
    : were based.
    : Oracle XML Team
    : http://technet.oracle.com
    : Oracle Technology Network
    Hi,
    Can someone from the Oracle XML Team point us to a fix so we can
    continue our testing???
    Steve...
    null

  • About Note 378648 - Offline backup support with Oracle Fail Safe

    Hi forum,
    I try to re-post it in Oracle word...
    I read note 378648 but I don't understant where I must set the follow variables :
    BR_OFS=1
    BR_OFS_RESOURCE=< database_resource_name>
    BR_OFS_CLUSTER=< cluster_name>
    BR_OFS_USER=<user_name>
    BR_OFS_DOMAIN=<domain>
    BR_OFS_PWD=<password>
    I try into init<SID>.sap but without success.
    Regards.
    Ganimede Dignan.

    Those are environment variables of the Windows user who is running brbackup; usually this is SAPService<SID>.
    You have to set this variables the same way as you set ORACLE_HOME and so on.
    (I am not sure about the details; never worked with MS cluster.)
    hope this helps

  • Does windows 2008 compatible with Oracle 10.1.0.2.0

    Hi Dear,
    Does windows 2008 compatible or support with Oracle 10.1.0.2.0 ? if not then
    Oracle 11g compatible with windows 2008 server .
    we have Oracle 10g application server on top of oracle 10.1.0.2.0 database on AIX. we are looking forward to migrate oracle 10g database from
    AIX platform to windows 2008 server. so i need to be 100 sure that windows 2008 support oracle 10g,if not if we migrate oracle 11g then oracle 1og application
    server work on top of 11g database. please assist me.
    Best Regards
    ------------------

    Hi Sybrand,
    sybrand_b wrote:
    Migrating from a real scalable OS like AIX or any other flavor of Unix, like Linux to a non-scalable OS like Windows 2008 can not be recommended.
    If you do this only for cost reasons, you should reconsider.
    My guess is this is some managerial directive.I agree with you that any flavour of *nix is better than Windows, but the reality is that there might be situations where a Windows-platform is better.
    If the entire server park is Windows, then the delivery will be better with a platform change. It's much likelier that the machine will stand abandoned in a corner, slowly rotting away if nobody really knows how to to manage the beast...
    The world isn't black and white, and it isn't always about which is the better technical platform. If it was, the whole world would be using *nix-servers... ;-)
    //Johan, OCP and Unix/Linux sys admin since 2000

  • Does Headstart 6.5.4 supported in Oracle 11g R2?

    Hello,
    In my application I'm using the following components
    CM SDK 9.0.4.2.26
    Head Start 6.5.4
    Can somebody suggest me is Head Start 6.5.4 supported in Oracle 11g r2 please? If not how to upgrade it to JHeadStart.
    Kind Regards,
    Kam

    Headstart and JHeadstart are different tools. Headstart is a development accelerator for Oracle Designer/Forms, JHeadstart is a development accelerator for Oracle JDeveloper/ADF.
    The prerequisites of Headstart are
    * Oracle 10g database in runtime environment (where CDM RuleFrame is used)
    * Headstart Oracle Designer 10g, patch 6.5.4.0
    * Oracle Designer 10.1.2.0.2 or above.
    * Oracle 10g Developer Suite (10.1.2.0.2)
    I don't know if Headstart 6.5.4 is supported with Oracle 11gR2. The Oracle Designer version is supported with a 10gR2 and a 11gR1 database. So for your development environment you will need a 10gR2 or 11gR1 database.
    Regards,
    Mark

  • ECC5 Installation with Oracle 10.2.0.2.0

    Dear Experts,
    We want to do a Heterogenous Sytem Copy from our ECC5 system landscape on HP-Unix, Oracle 10.2.0.2.0 to win2003 (64 bit), Oracle 10.2.0.2.0.  Oracle version needs to be exactly same after migration as under this version our Production system will run for some time before we upgrade to ECC6 & Oracle 11G on Windows 2008.
    The PAM says that ECC5 is supported with Oracle 10.2.0.2.0, though not sure if it's supported as a direct Installation to 10.2 or only as a Installation to Oracle 9.2 & followed by a upgrade to Oracle 10.2.  The migration media for ECC5 that we have recieved from SAP comes with Oracle 9.2, so wanted to check if a direct Installation of ECC5 on Oracle 10.2.0.2.0 is supported?. If yes is this Oracle Installation DVD for 10.2.0.2.0 downloadable from SMP?.
    Thanks
    Abhishek

    > We want to do a Heterogenous Sytem Copy from our ECC5 system landscape on HP-Unix, Oracle 10.2.0.2.0 to win2003 (64 bit), Oracle 10.2.0.2.0.
    Are you aware that you must have a certified migration consultant on-site to do the migration? see http://service.sap.com/osdbmigration --> FAQ
    > The PAM says that ECC5 is supported with Oracle 10.2.0.2.0, though not sure if it's supported as a direct Installation to 10.2 or only as a Installation to Oracle 9.2 & followed by a upgrade to Oracle 10.2.  The migration media for ECC5 that we have recieved from SAP comes with Oracle 9.2, so wanted to check if a direct Installation of ECC5 on Oracle 10.2.0.2.0 is supported?. If yes is this Oracle Installation DVD for 10.2.0.2.0 downloadable from SMP?.
    What you need is not an ECC5 installation media but a new netweaver 2004 media containing the support for Oracle 10g, you'll have to do an R3load migration, backup/restore will not work (different endianess source vs. target).
    Markus

  • CAC or smart card use with Oracle database and web server

    I've been asked to smart card (CAC) enable our Oracle web server and database access. We currently use CAC to access many of our other applications.
    Where can I find the following information
    Oracle software required (and is it an additional cost)
    How to integrate Oracle App server (web server) with CAC.
    How would I need to change the database users accounts to be CAC enabled rather than database users accounts.
    Thanks
    steven jackson
    [email protected]
    614-692-9768

    Virtualisation is not certified for Oracle RAC on Windows.
    +Certified Software on Oracle VM [ID 464754.1]+ note states:
    Oracle Real Application Clusters (RAC)
        Oracle 10.2.0.4 and up (10gR2) and 11.1.0.7 and up (11gR1) and 11gR2 RAC for Linux x86 and Linux x86_64 certified on Oracle VM
            Guest OS: Oracle Linux 5.1 (and above) RHEL 5.1 (and above) for Linux x86 / Linux x86_64
            Paravirtualized (PV) mode only (Guest OS and drivers)
            Only supported on Oracle VM 2.1.2 and above
            Live-migration of an Oracle RAC VM is supported with Oracle VM 2.2.1 and above.
            Previous versions are not supported. Please refer to this link for best practices.
            Over-committing CPUs is not recommended, but supported with the following restrictions:
                The total amount of VCPUs allocated to guest domains (running Oracle RAC guests), should not exceed
                two times (2x) the amount of real CPUs / cores in the Oracle VM server.
                The amount of VCPUs allocated to a single guest domain should not exceed the amount of real CPUs /
                cores in the Oracle VM server.
                Maintain Oracle VMs default VCPU allocation for dom-0: Oracle VM will allocate 1 VCPU for each real CPU or core to dom-0.
                CPU pinning is only recommended for hard partitioning. If no hard partitioning is required, CPU pinning should not be used.
            Static support only (dynamic support is being planned):
                Dynamic resizing of guest virtual machine is not supported (VCPU, memory and I/O)
                Virtual Machine Pause/Restore of an active Real Application Cluster virtual machine is not supported.

  • WLI 10.2 Support for oracle 10GR2 or not .......

    We are evaluating ALSB 3.0 with WLI 10.2 and we would like to use Oracle RAC 10GR2.
    The BEA article at http://edocs.bea.com/platform/suppconfigs/configs102/102_over/supported_db.html#1178367
    suggests that WLI 10.2 is not supported with Oracle RAC 10GR2.
    I find this surprising since we are currently using WLI 8.1 SP4 with Oracle 9i RAC and its supported and its also possible to use WLI 9.2 with Oracle RAC 10GR2 according to this article http://edocs.bea.com/platform/suppconfigs/configs92/92_over/supported_db.html#1177976
    and assuming you apply the appropriate Patch ID: 1VLA, Pass code: SJ88M5JJ
    Anyone have any ideas on why WLI 10.2 is not supported with Oracle RAC 10GR2 as its an important architectural issue for us if we can not use RAC. Also does anyone know if BEA has any plans and timescales for when they will be supoporting Oracle RAC with WLI 10.2 ?

    As luck would have it CR370015 was submitted to request a post GA certification of WLI 10.2 with Oracle RAC and it passed in the last few days. The docs have been updated to remove the comment on WLI not being supprted. See http://edocs.bea.com/platform/suppconfigs/configs102/102_over/supported_db.html#1178367
    :-D

  • SAP official support of Oracle Dataguard

    Hello all,
    Since which Oracle version SAP ECC6 supported dataguard? Please refer me to SAP note or document.
    regards,
    Daniel

    Hello Daniel,
    all currently supported Oracle versions (10.2.0.5, 11.2.0.2, 11.2.0.3) for SAP ECC 6.0 are supported with Oracle Data Guard. Previous patch sets were supported too.
    Sapnote #105047 (Point  "15. Data Guard") describes the suppported Data Guard functions.
    Regards
    Stefan

  • PHP 5.2.2 with Oracle support on AIX5.3 aix64

    Hello,
    I am trying to compile PHP 5.2.2 with Oracle Instant Client support on an AIX 5.3 64 bit system.
    (Below, $CV contains /opt/freeware/CV2)
    I have installed Oracle Instant Client 10.1 (both base and sdk for AIX 64 bit) in directory: $CV/instantclient10_1
    I have executed the following commands in that directory:
    # ln -s libclntsh.a libclntsh.so
    # ln -s libclntsh.a libclntsh.so.10.1
    configure doesn't accept Oracle Instant Client 10.2.
    The configure line for PHP is as follows:
    ./configure prefix=$CV with-apxs2=$CV/apache2/bin/apxs with-config-file-path=$CV/lib with-gd with-pear with-gettext with-mime-magic with-zlib-dir=/opt/freeware/lib with-png with-zlib with-jpeg-dir=/opt/freeware/lib with-png-dir=/opt/freeware/lib with-freetype-dir=/opt/freeware/lib with-mysql=$CV/mysql with-oci8=instantclient,$CV/instantclient10_1 enable-sigchild
    Configure runs fine but when I run gmake, I get the following errors:
    In file included from /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:50:
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/php_oci8_int.h:354: error: parse error before 'oraub8'
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c: In function 'php_oci_init_global_handles':
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:436: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c: In function 'php_oci_fetch_errmsg':
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:925: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:932: warning: pointer targets in passing argument 1 of '_estrndup' differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:932: warning: pointer targets in assignment differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c: In function 'php_oci_do_connect_ex':
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:1044: warning: pointer targets in passing argument 2 of 'OCINlsCharSetNameToId' differ in signedness
    gmake: *** [ext/oci8/oci8.lo] Error 1
    I have also tried "--with-oci8-instant-client=$CV/instantclient10_1" instead of --with-oci8=... on the configure command line. That configured fine and gmake finished succesfully but when I tried, none of the oci_ or oci functions were known.
    I have seen this problem a few number of times on the internet but nobody was able to provide a solution. PHP claims: "This is Oracle bug 4901517." but I have been unable to find it.
    Can someone please help me out?
    THANX.
    Greetinx
    Johan

    Hi,
    I am having the same issue, (php 5.1.4, AIX 5.2, instant client 10.1). I tried cj's solution, it got me up to the linking part, but dies when trying to create sapi/cgi/php with a lot of undefined symbols.
    From the instructions I set the LIBPATH=/my_instant_client_dir.
    Has anyone found what oratypes.h need to be changed to? Did this work for anyone else?
    ld: 0711-317 ERROR: Undefined symbol: .OCIEnvInit
    ld: 0711-317 ERROR: Undefined symbol: .OCIHandleAlloc
    ld: 0711-317 ERROR: Undefined symbol: .OCIErrorGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIHandleFree
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtPrepare2
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtRelease
    ld: 0711-317 ERROR: Undefined symbol: .OCIAttrSet
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtFetch
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtSetPieceInfo
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtExecute
    ld: 0711-317 ERROR: Undefined symbol: .OCIAttrGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIParamGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIDescriptorFree
    ld: 0711-317 ERROR: Undefined symbol: .OCIDefineByPos
    ld: 0711-317 ERROR: Undefined symbol: .OCIDescriptorAlloc
    ld: 0711-317 ERROR: Undefined symbol: .OCILobGetLength
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFileClose
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFileOpen
    ld: 0711-317 ERROR: Undefined symbol: .OCILobCharSetId
    ld: 0711-317 ERROR: Undefined symbol: .OCILobRead2
    ld: 0711-317 ERROR: Undefined symbol: .OCILobWrite
    ld: 0711-317 ERROR: Undefined symbol: .OCILobDisableBuffering
    ld: 0711-317 ERROR: Undefined symbol: .OCILobEnableBuffering
    ld: 0711-317 ERROR: Undefined symbol: .OCILobCopy
    ld: 0711-317 ERROR: Undefined symbol: .OCILobClose
    ld: 0711-317 ERROR: Undefined symbol: .OCILobIsTemporary
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFreeTemporary
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFlushBuffer
    ld: 0711-317 ERROR: Undefined symbol: .OCILobAppend
    ld: 0711-317 ERROR: Undefined symbol: .OCILobTrim
    ld: 0711-317 ERROR: Undefined symbol: .OCILobErase
    ld: 0711-317 ERROR: Undefined symbol: .OCILobIsEqual
    ld: 0711-317 ERROR: Undefined symbol: .OCILobCreateTemporary
    ld: 0711-317 ERROR: Undefined symbol: .OCILobOpen
    ld: 0711-317 ERROR: Undefined symbol: .OCIDateToText
    ld: 0711-317 ERROR: Undefined symbol: .OCIBindByName
    ld: 0711-317 ERROR: Undefined symbol: .OCIBindObject
    ld: 0711-317 ERROR: Undefined symbol: .OCIBindDynamic
    ld: 0711-317 ERROR: Undefined symbol: .OCIDateFromText
    ld: 0711-317 ERROR: Undefined symbol: .OCITypeByName
    ld: 0711-317 ERROR: Undefined symbol: .OCIDescribeAny
    ld: 0711-317 ERROR: Undefined symbol: .OCITypeByRef
    ld: 0711-317 ERROR: Undefined symbol: .OCIObjectNew
    ld: 0711-317 ERROR: Undefined symbol: .OCICollSize
    ld: 0711-317 ERROR: Undefined symbol: .OCICollMax
    ld: 0711-317 ERROR: Undefined symbol: .OCICollTrim
    ld: 0711-317 ERROR: Undefined symbol: .OCICollAppend
    ld: 0711-317 ERROR: Undefined symbol: .OCINumberFromReal
    ld: 0711-317 ERROR: Undefined symbol: .OCIStringAssignText
    ld: 0711-317 ERROR: Undefined symbol: .OCICollGetElem
    ld: 0711-317 ERROR: Undefined symbol: .OCINumberToReal
    ld: 0711-317 ERROR: Undefined symbol: .OCIStringPtr
    ld: 0711-317 ERROR: Undefined symbol: .OCICollAssignElem
    ld: 0711-317 ERROR: Undefined symbol: .OCICollAssign
    ld: 0711-317 ERROR: Undefined symbol: .OCIObjectFree
    ld: 0711-317 ERROR: Undefined symbol: .OCIEnvNlsCreate
    ld: 0711-317 ERROR: Undefined symbol: .OCIServerAttach
    ld: 0711-317 ERROR: Undefined symbol: .OCISessionBegin
    ld: 0711-317 ERROR: Undefined symbol: .OCIPasswordChange
    ld: 0711-317 ERROR: Undefined symbol: .OCINlsCharSetNameToId
    ld: 0711-317 ERROR: Undefined symbol: .OCINlsEnvironmentVariableGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIServerVersion
    ld: 0711-317 ERROR: Undefined symbol: .OCITransRollback
    ld: 0711-317 ERROR: Undefined symbol: .OCITransCommit
    ld: 0711-317 ERROR: Undefined symbol: .OCIServerDetach
    ld: 0711-317 ERROR: Undefined symbol: .OCISessionEnd

Maybe you are looking for

  • I have been receiving the message ' Cannot get mail. The connection to the server failed' but I am connected to WIFI

    I have been receiving the message ' Cannot get mail. The connection to the server failed' but I am connected to WIFI.  I have also been receiving  'Cannot send mail, an error occurred while delivering this message.

  • Windows XP OEM SP2

    I am not able to instal XP OEM SP2 on my mac getting the "use the bootable device" message all the time.I bought the CD from Ebay and it is brand new. did i buy the wrong windows XP cd? What do i have to do now? I used bootcamp. thanks for your help.

  • Item line heading

    Hi, i need to print item line heading for each new page. I have only one window, main in the page and i have line items in the same window. I'm trigerring different sections using text elements. when the line item doesn't fit in the page its getting

  • Authorization check for a program/table

    Hi , Can anyone help me out in    How to do authorization check for an abap program and also a table.    I have no idea about the authorizations. My requirement is that I need to do the authorization check in such a manner that only users having a ce

  • Error in writing the CASE statement

    i am writing these lines for my procedure getting error in writing CASE Statement when i remove case give result please any suggestion SELECT OTServicesMapping.ServiceId,Service_mst.Service_Name, OTServicesMapping.DependentOn, CASE OTROLEID -----erro