Error with OCI Client.

Hi,
I have an server in which we use Tomcat as application server and apache as web server. and also we use Oracle instant client in the same server as an OCI client. We use instant client for connection pooling.
And very frequently we are getting the below mentioned error. We suspect that this error is due to Oracle instant client.
The version of Oracle Instant client is 10.2.0.4-1 and Hardware RAM capacity is 4 GB and we have allocated 1280 MB RAM for Tomcat application.
ERROR_
kgefec: fatal error 0
OCI-21503: program terminated by fatal error
OCI-04030: out of process memory when trying to allocate 1036 bytes (koh dur heap d,kadaih image)
Errors in file :
OCI-21503: program terminated by fatal error
OCI-04030: out of process memory when trying to allocate 1036 bytes (koh dur heap d,kadaih image)
java.sql.SQLException: OCI-21503: program terminated by fatal error
OCI-04030: out of process memory when trying to allocate 1036 bytes (koh dur heap d,kadaih image)
Please suggest us with a better solution for this issue.
Regards,
Potri Raaja.M.

That error means that Oracle is not allowed to allocate the memory by the operating system.
This is not a bug of Oracle; the problem must be somewhere else.
- How much memory has the process allocated when it produces this error?
- Did you set the per-process memory limits of the operating system high enough?
- Did you start the Java Virtual Machine with a sufficient maximal stack size?
If the problem only occurs after a longer runtime, you might also consider the
possibility that your code has a memory leak.
Yours,
Laurenz Albe

Similar Messages

  • Win98 - Unsatisfied Link Error with OCI

    I'm trying to install the JDBC 8.0.5 driver locally. I have "classes111.zip" in my CLASSPATH, and I've put "oci805jdbc.dll" and "oci805jdbc_g.dll" into C:\orawin95\BIN" (which is in my PATH). When I try to connect from Java, I get the following:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\orawin95\BIN\oci805jdbc.dll: One of the library files needed to run this application cannot be found.
    The docs say that this means I'm missing DLL's, but how do I find out which ones???
    Thanks in advance.
    Dave Lyons
    null

    OCI DRIVERS ALSO REQUIRE A CLIENT INSTALL MATCHING THE DRIVER VERSION NUMBER.
    734 OCI DLL WITH 734 CLIENT
    804 OCI DLL WITH 804 CLIENT
    805 OCI DLL WITH 805 CLIENT
    806 OCI DLL WITH 806 CLIENT
    815 OCI DLL WITH 815 CLIENT

  • Unsatisfied Link Error With OCI JDBC & 8i

    Does anyone know why I am getting a java.lang.UnsatisfiedLinkError when trying to connect to an Oracle 8i database using the OCI JDBC drivers? I have even tried copying all of the 8i dlls where the system can be sure to find them.
    Thank you for any help,
    Wynne Crisman
    [email protected]

    OCI DRIVERS ALSO REQUIRE A CLIENT INSTALL MATCHING THE DRIVER VERSION NUMBER.
    734 OCI DLL WITH 734 CLIENT
    804 OCI DLL WITH 804 CLIENT
    805 OCI DLL WITH 805 CLIENT
    806 OCI DLL WITH 806 CLIENT
    815 OCI DLL WITH 815 CLIENT

  • Time Capsule Permissions Error with Torrent Client

    Hi all.. i'm having a problem with using my torrent client with Time capsule and i'm wondering if anyone can help me at all?
    I am using time caspsule as a wireless external hard drive with my macbook pro. And i'm using it to store my torrent files and as a download foler for my torrents. Lately my torrent client(i've used both transmission and Utorrent) has been giving me permission/data missing errors.
    What hapens when i start downloading a torrent is that it will start downloading for about 30 seconds and then gives an error saying either permission denied or data missing.
    I'm assuming this is happening because somewhere there are permissions on the time capsule that prevents the torrent client from reading and writing to it.
    However when i bring up the info on any folders in the time capsule it clearly startes that i have read/write permissions for all user types.
    That being said, i notice that when i bring up the information window of the time capsule as a whole(similair to viewing an external hard drive info) and view the permissions, i notice that permissions for 'unkown' users are 'read/write', however permissions for 'everyone' are 'no access'. i'm not sure if this is contributing to the torrent client error. When i try to change the permission for 'everyone' a messafe comes up saying that i don't have priveledges to change the setting! and i can't figure out how to change this setting. i'm not even sure if this is what i need to change tho.
    I am the only user for this time capsule and my macbook pro is the only computer connected to it. i am using airport to connecr to it and i ccess internet through it. I can still transfer files and open up files on the time capsule through my macbook pro. i can access everything on it, it's just that both transmission and utorrent seem to be having trouble accessing the files on it due to some permissions settings which i must need to chang to allow access. however tranmission / utorrent have no issues with dealing with torrent files on my hard drive on my macbook pro, so i;m sure its not an issue with te torrrent client itself.
    Any help would be much appreciated!
    thanks!

    Just go to the disk file sharing page, turn on guest access and give it full permissions for read and write.
    But let me say this is probably a poor way to do things.. All the files you collect are actually being loaded into temporary files on the MBP and then copied across to the TC.. in the end you may as well just use the MBP to do your torrenting.. and once you have the files, move them across the TC.
    We have also had issues with the TC dropping off the network on the latest firmware. So what you might be seeing is issues with afp connection to the TC.. open the log and see if you get loads of connection and disconnections from the IP of the MBP.. if so you are seeing the issue we are having.

  • Error with OCI

    Hi All,
    I would like to use OCI driver. The following is the configuration I am currently using:
    OS: Red Hat Linux.
    database: Oracle 9i
    language: java 1.4.2
    I am getting the following error message:
    /opt/WebSphere/AppServer/java/jre/bin/libocijdbc9.so: /opt/WebSphere/AppServer/java/jre/bin/libocijdbc9.so: ELF file data encoding not little-endian
    Can anyone give me the answer for this issue???
    The following is the library file i have added in the classpath:
    libocijdbc9.a
    libheteroxa9.a
    libocijdbc9_g.a
    libheteroxa9_g.a
    libocijdbc9.so
    libocijdbc9_g.so
    libheteroxa9.so
    libheteroxa9_g.so
    libociei.so
    Your help is greatly appreciated.
    Thanks in advance.
    Regards,
    Vinni

    Hi,
    Thanks for prompt reply.
    We are not using any oracle client. We are actually accessing Oracle DB present in windows 2003 through toad. (The oracle client installed in my machine is 9.2.0.1.0.)
    My actual problem is:
    I am supposed to insert data greater than 4000 byes inside a blob(datatype). This could not be done using a simple insert statement using Oracle thin client driver.
    Hence I am planning to use OCI driver which will enable me to insert 64,0000 bytes in an insert statement.
    Do you have any solution for this problem other than OCI driver??
    Thanks in advance.
    Vinni

  • Form distribution error with email client

    Hi All-
      I have an extremely frustrating problem.  I have designed a form in LiveCycle ES 8.2.1 for users to fill out and submit via xml.  I would like to use Acrobat Pro 9.1.0 to track and collect responses from this form.  When I test the original form, the submit button works perfectly and it opens my email client (Groupwise) attaches the xml and populates the To, Subject, and Body fields perfectly.
    The problem comes when I try to use Acrobat to distribute and track the forms.  It creates a filed called 'form_distributed' that adds a bunch of code that completely screws up my form submission.  When the form_distributed is filled out, and the user clicks the submit button, Groupwise is invoked, but I get a 'Check Names' dialog box that states
    "Windows Messaging does not recognize "1. Double-click the attachment".
    After I click cancel on that dialog box, the JavaScript Debugger shows:
    Exception in line 63 of function top_level, script XFA:form1[0]:p1[0]:Button1[0]:click
    RaiseError: One of the specified recipients is not resolvable.
    Doc.submitForm:63:XFA:form1[0]:p1[0]:Button1[0]:click
    ===> One of the specified recipients is not resolvable.
    The distributed version has this extra code inserted
    < script contentType="application/x-javascript">//@@SUBMITURL "mailto:[email protected]?subject=Submitting Completed Form&amp;body=Instructions to add this form to a responses file:\n1. Double-click the attachment.\n2. Acrobat will prompt you to select a responses file.&amp;ui=false"&#xD;
    and further down....
    // submit the form&#xD;
    if (bContinue) {&#xD;
        var rawURL = "[email protected]?subject=Submitting Completed Form&amp;body=Instructions to add this form to a responses file:\n1. Double-click the attachment.\n2. Acrobat will prompt you to select a responses file.&amp;ui=false";&#xD;
        var submitURL;&#xD;
        if (app.viewerVersion &lt; 9.0)&#xD;
            submitURL = "mailto:" + rawURL;&#xD;
        else&#xD;
            submitURL = "mailto:" + escape(rawURL);&#xD;
        currentDoc.submitForm({&#xD;
            cURL: submitURL,&#xD;
            cSubmitAs: "PDF"&#xD;
        });&#xD;
    }&#xD;
    Are these lines of code always inserted when the form is distributed?
    How can I distribute and track these responses?
    It seems to be reading
    "[email protected]?subject=Submitting Completed Form&amp;body=Instructions to add this form to a responses file:\n"
    as the first email address and then getting hung up on the body and interpreting it as an incomplete email address.
    Any help would be greatly appreciated.

    Is this in the wrong forum?  The problem I am having is with Acrobat's Distribution feature.
    Shawn Gallagher
    Program Specialist, Records Management, OSS
    [email protected]
    202-70(7-5595)
    >>> MichaelKazlow <[email protected]> 2/18/2010 9:49 PM >>>
    Please repost in the Designer forum.

  • Error With ABAP Client proxy

    Hi All,
       I am trying to use ABAP Client Proxy(Sync). I am getting the error.
    1. Message from SXMB_ADMIN on Business system.
    <b>  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <SAP:Context />
      <SAP:Code p1="400" p2="ICM_HTTP_CONNECTION_FAILED" p3="" p4="">HTTP.HTTP_CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:Text language="EN">Error during http receive: Error code: 400 Error text: ICM_HTTP_CONNECTION_FAILED</SAP:Text>
      </SAP:ErrorHeader></b>
    2. No message On XI server.
    3.Went through the Ravikumar Allampallam's blog
    on ABAP ClientProxy .
    4. Went through the  vijaya kumari's " How do you activate ABAP Proxies?"
    5. created connections (sld)and one http connections in SM59. Tested the connections.
    6. Went throught the Forms.
    Any help would be appriaciated.
    Thank you
    Ganges Leaves.

    Vijaya Kumari,
       1. I have checked it. For XI server these are the values.
        Business System Role  : Integration Server.
        Pipe Line url : http://server:8000/sap/xi/engine?type=entry.
    8000 is the http port which i see in the SMICM+shift F1.
    Thank you
    Ganges Leaves

  • XMLType inputstream on OCI client

    Hi all, I have a problem using XMLType.createXML in java to create a XMLType to use as parameter in a stored procedure using OCI client (it works with thin client).
    my environment (sorry if I missed something!):
    Oracle db 11.1 on server, Java 1.6 and OCI client 11.1 on Windows on client.
    In my Eclipse project I included the following jars:
    \jdbc\lib\ojdbc6.jar
    \jlib\orai18n.jar
    \RDBMS\jlib\xdb.jar
    \LIB\xmlparserv2.jar
    the java code snippet for calling the stored procedure using the input stream:
    public String putgetXMLInputStream(File testFile) throws SQLException, FileNotFoundException, UnsupportedEncodingException
         // create the input stream from the file containing XML
         InputStream br = new BufferedInputStream(new FileInputStream(testFile));      
    // this statement was tested with no value for "kind" parameter and with these two value too
         // "oracle.xml.parser.XMLDocument.THICK"
         // "oracle.xml.parser.XMLDocument.THIN"
         XMLType xmlDoc = XMLType.createXML(connection, br);
         // set the statement
         CallableStatement cs;
         cs = connection.prepareCall("{?=call MYPACKAGE.TESTUPLOAD(?)}");
    cs.registerOutParameter(1, OracleTypes.VARCHAR);           
         cs.setObject(2, xmlDoc);
    // execute the statement
         cs.execute();
         // return the string
         return cs.getString(1);
    same code with string:
    public String putgetXMLString(File testFile) throws SQLException, FileNotFoundException, UnsupportedEncodingException, IOException
         StringBuilder contents = new StringBuilder();
         try {
         //use buffering, reading one line at a time
         //FileReader always assumes default encoding is OK!
         BufferedReader input = new BufferedReader(new FileReader(aFile));
         try {
              String line = null; //not declared within while loop
              * readLine is a bit quirky :
              * it returns the content of a line MINUS the newline.
              * it returns null only for the END of the stream.
              * it returns an empty String if two newlines appear in a row.
              while (( line = input.readLine()) != null){
              contents.append(line);
              contents.append(System.getProperty("line.separator"));
         } finally {
         input.close();
         XMLType xmlDoc = XMLType.createXML(connection, contents.toString());      
         // set the statement
         CallableStatement cs;
         cs = connection.prepareCall("{?=call MYPACKAGE.TESTUPLOAD(?)}");
    cs.registerOutParameter(1, OracleTypes.VARCHAR);           
         cs.setObject(2, xmlDoc);
    // execute the statement
         cs.execute();
         // return the string
         return cs.getString(1);
    the java code snippet for establish the database connection (I know that with java 1.6 the registerDriver is not
    required, I both tested with and without driver registering and it works in the same way):
    // connection string: comment as required
    // connection string for thin client
    // String connectionString = "jdbc:oracle:thin:@mydbserver:1521:mydb";
    // connection string for oci
    String connectionString = "jdbc:oracle:oci8:@mydbserver:1521:mydb";
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn =DriverManager.getConnection( connectionString, "john", "tiger");
    DatabaseMetaData meta = conn.getMetaData();
    System.out.println("Driver JDBC: " + meta.getDriverVersion());
    The PL/SQL called by java:
    FUNCTION TESTUPLOAD (pDoc IN XMLTYPE) RETURN VARCHAR2 IS
    msgout VARCHAR2(24000);
    doc DBMS_XMLDOM.DOMDocument;
    rootnode DBMS_XMLDOM.DOMNode;
    fchild DBMS_XMLDOM.DOMNode;
    attr1 VARCHAR2(20);
    ns VARCHAR2(200);
    BEGIN
    ns := 'xmlns="http://www.myweb.it/static/xml/def/0.6/ns1.html" xmlns:si="http://www.myweb.it/static/xml/def/0.6/si.html"';
    doc := DBMS_XMLDOM.newDOMDocument(pDoc);
    rootnode := dbms_xmldom.makeNode(doc);
    fchild := DBMS_XMLDOM.GETFIRSTCHILD(rootnode);
    -- dom text
    DBMS_XMLDOM.WRITETOBUFFER(rootnode, msgout);
    -- attribute value
    dbms_xslprocessor.valueOf(rootnode,'/DOC/@TYPENO',attr1, ns );
    -- node name of rootnode first child
    return '(' || attr2 || ' - ' || DBMS_XMLDOM.GETNODENAME(fchild) || ') ' || msgout;
    END TESTUPLOAD;
    Thus, the expected result is a returned varchar2 containing the value of the attribute as per XPath, the name of first child node
    and the whole text of dom.
    This work as expected connecting via OCI and Thin client if I create the XML starting from a string, and only with Thin client if
    I adopt the input stream approach. If I use the input stream with OCI client, no error message is displayed, and no value are provided
    for attribute or fchild name, but the dom text is returned.
    I made test with different charset encoding for the original file (UTF-8, ISO-8859-1, with endofline in windows and linux style).
    What I noticed is that in case of string and input stream with Thin client some kind of parsing occours: the returned text show some
    special characters (i.e. double quote) replaced by html entity and the charset encoding in <?xml tag replaced with ISO-8859-1, more over
    the returned xml is well indented.
    I'm sure that I'm missing something :-)
    Any hints?
    TIA
    GB
    Edited by: user12844059 on 7-mag-2010 6.54

    visit the javasoft.com (sun site) for tutorials and training on all of the technologies you mentioned.
    after understanding them, then review the oracle java roadmap found on technet.oracle.com --> technologies --> java to get an oracle perspective.
    then ask the oracle technology specific questions you have.

  • JVM Crash With Oracle OCI Client

    Hi
    My app is running on Windows 7 64 bit, Jboss 4.2, launched from Eclipse, and runs fine when I use the Oracle thin client (10g, 32bit). However when I try to use the OCI client, I get this:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d906f21, pid=4740, tid=5656
    # JRE version: 6.0_21-b07
    # Java VM: Java HotSpot(TM) Client VM (17.0-b17 interpreted mode windows-x86 )
    # Problematic frame:
    # V [jvm.dll+0x106f21]
    I'll post the contents of the log in another message because it's too long to fit here. Using the thin client is NOT an option unfortunately as the thin driver is missing some functionality that we need to use.
    I've installed the Oracle client in a folder that doesn't contain spaces, or parentheses (c:\oracle\.....) and the JDK is installed in a similar directory (c:\java\...)
    I've tried both 32bit and 64 bit versions of JDK1.6 and the Oracle 10g client. I have also tried mixed mode and interpreted mode JVM (Xint) with the same results.
    ojdbc14.jar is in my JBoss server's lib directory, and ocijdbc10.dll is in my path (c:\windows\system32).
    Anyone any ideas what's going wrong? Been trying to fix this for days now. Appreciate any help.
    Richard

    Sorted it (well, my colleague did anyway). We installed a fresh version (32 bit) JDK (6u21), the Oracle 10g (10.0.3) client (32 bit) and made sure that there were no other OCI DLLs anywhere. I had some in the JBoss bin directory which I had copied in earlier that morning and forgotten about. So, the only OCI DLLs I have now are in Oracle's installation directory. Once we removed those erroneous DLLs from the JBoss directory, the server made the connection successfully. I don't full understand why, because I was getting the error earlier without the erroneous DLLs being present too, so I think there was some additional interaction going on somewhere. One other thing that may have been important is the tnsnames.ora file I had. We found a post that said the tnsnames file generated by the installer, when it only has one entry in it, can include dodgy whitespace at the end which can cause problems. So, just to be on the safe side we added a second entry (to another DB) - maybe that was something to do with it.
    So, the Oracle 10g client and OCI driver DOES work on Windows 7 64 bit (at least for me anyway)

  • SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory

    SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory
    after retry..again SharePoint Designer requires the following component require to install Microsoft.NET framework version 4 i have downloaded and try to installed but fail not work please answer what to do?
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    For running SharePoint Designer 2013, you need to install Microsoft .NET 4.0 Framework or higher.
    Please uninstall the Microsoft .NET 4.0 Framework, and install it again. After that, reboot your machine.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • I want to go back to the previous 2014.2 version.  .3 is much too buggy and full of error messages. Creating problems as I am on a timeline with my client and I don't have time to fool around with all the problems.

    2014 .3 is much too buggy and full of error messages. Creating problems as I am on a timeline with my client and I don't have time to fool around with all the problems.

    You didn't mention what error(s) you've encountered? A workaround for the most commonly hit problem is here Re: error in Muse : Object UID:U6875 has two (or more) owners: U3633 and U3165
    If you have a copy of your .muse file that has not been saved using 2014.3, you can downgrade by uninstalling Muse and then choose Previous Version in the Filters drop down in the Apps panel of the Creative Cloud desktop app. There will be a popup next to Muse where you can select a prior version to install.

  • No way to publish a workflow, I get this error: System.InvalidOperationException: Operation failed with error Microsoft.Workflow.Client.ScopeInactiveException: Scope ... is not in an active state. Its current state is 'Unregistering'

    Hi,
    I'm using Project Server 2013 and I'm not able to publish a workflow in SharePoint Designer 2013, I get this error:
    System.InvalidOperationException: Operation failed with error Microsoft.Workflow.Client.ScopeInactiveException: Scope '/SharePoint/default/d7feb9ea-ccb2-4ec3-8f89-2a45b6cf3777' is not in an active state. Its current
    state is 'Unregistering'. HTTP headers received from the server - ActivityId: c47ef567-8c54-4ae0-9a1a-1e4fb51320d8. NodeId: TestServer. Scope: /SharePoint/default/d7feb9ea-ccb2-4ec3-8f89-2a45b6cf3777. Client ActivityId : c6e5979c-20f8-e042-1f9d-2cb2a25d7f9e.
    ---> System.Net.WebExceptio
    The thing is that I transferred the databases from a Prod.Env. to the Test Env. and from that moment on the Test Env. stopped working (only workflows), then I
    was thinking that maybe the workflow is not working in the Test Environment because when I transferred the databases from Prod Env to Test Env I didn’t transfer the databases related to workflow, I only transferred:
    WSS_Content
    PWA_ServiceDB
    But I didn’t transfer:
    SBGatewayDatabase
    SBManagementDB
    SBMessageContainer01
    WFInstanceManagementDB
    WFManagementDB
    WFResourceManagementDB
    I didn’t transfer them because, before, when I transferred DB’s in version 2010, these DB’s were not needed, as the workflows were done using another method.
    So, I tried to create a new workflow in the Test Env. but there is no way, I always get that error.
    I've tried to Register again the workflow, and the result looks ok, but it doesn't solve the problem:
    Register-SPWorkflowService
    –SPSite "http://whatever/PWA"
    –WorkflowHostUri "http://TestServer:12291"
    –AllowOAuthHttp -Force
    Do you know how to solve this issue or have an idea to give me some light?
    Thank you for your help and regards,
    José Espases

    Looks like you haven't defined the WF scope or the site where you are trying to deploy the workflow to isn't included in the scope
    Check this article
    http://fangdahai.blogspot.in/2013/04/on-premise-windows-workflow-server.html
    Thanks | epmXperts | http://epmxperts.wordpress.com

  • Oracle Client Installation 11.2.0.2 with OCI libraries

    Hi All,
    I need to install Oracle Client 11.2.0.2 with OCI libraries. How to install the OCI libraries, where can I find the install files for OCI.
    Thank you

    Hi;
    Please see:
    Want  to download OCI libraries Oracle 9.2
    Also see:
    Master Note for Precompilers, OCI and OCCI [ID 1129588.1]
    Regard
    Helios

  • Oracle 11.1g  client error with TimesTen

    Dear all,
    I am not sure this is the correct forum to post. I suspect that I have problem with Oracle Client 11.1g for HP-UX 64 bit v11.31. I configured Cache Connect of TimesTen v7.0.5 to use with Oracle DB 11.1g.
    I have the error that is related to Oracle Client library as following:
    5102: Cannot load backend library 'libclntsh.so' for Cache Connect. OS
    error message 'Unsatisfied code symbol 'sem_destroy' in load module
    '/u01/app/oracle/product/11.1.0/lib/libclntsh.so'.'.
    I suspect that the error is due to the built of Oracle Client 11.1g. Any help to solve this error is highly appreciated. Thank you.
    $ sh bin/ttIsql demo
    Copyright (c) 1996-2008, Oracle. All rights reserved.
    Type ? or "help" for help, type "exit" to quit ttIsql.
    All commands must end with a semicolon character.
    connect "DSN=demo";
    Enter password for 'testuser':
    Connection successful:
    DSN=demo;UID=testuser;DataStore=/home/timesten/demo;DatabaseCharacterSet=US7ASCII;ConnectionCharacterSet=US7ASCII;DRIVER=/etc/TimesTen/timesten70/lib/libtten.so;OracleId=demodb;PermSize=128;TempSize=128;TypeMode=0;
    (Default setting AutoCommit=1)
    Command> call ttCacheUidPwdSet('testuser','testuser');
    5102: Cannot load backend library 'libclntsh.so' for Cache Connect. OS
    error message 'Unsatisfied code symbol 'sem_destroy' in load module
    '/u01/app/oracle/product/11.1.0/lib/libclntsh.so'.'.
    The command failed.
    Command>
    ##############################

    I have found a solution for this issue. Thanks for reading.
    Cache Connect TimesTen v7.0.5 and Oracle DB 11.1g error

  • Can't find example oci makefile with instant client

    A couple of references indicate that Instant Client comes with an example make file. Where is it?
    I've installed all the instant client rpm files, including the 'developer' file. But I can't find the example makefile. The 'developer' rpm file is described on the download web page as follows:
    *Instant Client Package - SDK: Additional header files and an EXAMPLE MAKEFILE for developing Oracle applications with Instant Client
    So far I can't find the example makefile. I see the header files and some shared library (.so) files but no example makefile.
    Anybody know how to find the example makefile?
    Anybody have any pointers on how to make OCI programs on an instant client system? My programs already run on another system. The other system has a full blown Oracle development environment instead of instant client.
    I am trying to make the programs on a RedHat enterprise linux 4 system (actually a clone of RHEL4 called centos4).
    thanks,
    David
    xyz

    Never mind. Don't bother. I think I found it.
    I forgot that it's not called "Makefile", "makefile", or anything that you might ordinarily think to look for. It's called demo.mk instead.
    David

Maybe you are looking for

  • Customizing horizontal axes for LineChart

    Q1: ok I want to make my chart able to handle 1 month, 1 year or any number of months. if I use 1 month I can just the the date as the horizontal access (eg 1 - 31) but if I am using 2 months that would be confusing as it would be 1-31 twice, but if

  • Custom function in custom tag

    I'm created a .tag file and attempted to call a custom function. The custom function works fine in a .jsp file, but it doesn't work in the .tld. The jstl functions work in the .tag files. I assume my config is ok b/c my functions are working in the .

  • Create UserFields second time

    Hi SBO-Forum, I wrote code to create user defined table and fields - that works fine first time (DI API, version 2004A, C#). I don't wrote code to remove this tables/fields automatically ... I made it manually. I cleared my entries from tables OUTB,

  • Convert from LabView 6.1 to LabView 6.0

    Can anyone kindly save this VI's in 6.0 version. I do not have LV 6.1 and these VI's are written in LV 6.1 version. Thanks, Kishor [email protected] Attachments: High_Speed_Data_Logger.llb ‏154 KB

  • Transporting a role from QAS to DEV

    Hi, I have a role in QAS system. I want to transport it to the DEV system,. I have released the request in QAS, but i could nto see the data file and co file in the transport directory The tR route is as follows DEV-> QAS--> PROD Pls help