Missing OCCI headers? occiobjm.h, occipobjm.h, occiinhm.h

Hi, thanks for the help - we got 9i installed and I made some of the demos. However, the following header files could not be found in the /rdbms/demo directory. Am I missing something?
occiobjm.h
occipobjm.h
occiinhm.h
This caused those particular OCCI demos to fail to compile. I would appreciate any help on finding these header files. Thanks!

Ok I'll let you know if OTT works for me. Right now I have another problem. I can't create user-defined types. Is there a specific option in 9i that must be installed to enable "objects"?
I can't do "CREATE TYPE t AS OBJECT ...". SQL*Plus does not recognize this, and I can't run the occidemo.sql script because it can't create any user-defined types. Any ideas? Thanks.

Similar Messages

  • Where to find OCCI headers (*.h)

    I am a student that tries to study oracle for the first time.
    I tried to connect to database throw OCCI. And I cannot find headers to include into C++ program.
    Where they can be founnd?
    Message was edited by:
    user610291

    If the Oracle Client is installed correctly, then the OCCI header files will be under $ORACLE_HOME/rdbms/public in *nix and under %ORACLE_HOME%\oci\include on Windows. You can also  use the Instant Client SDK to develop OCCI applications :-
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html
    -Shankar

  • Crystal Reports 2008 Missing Page Headers and Footers when Exporting Excel

    After upgrading from Crystal Reports 9 to Crystal Reports 2008 we have noticed that when we export to Excel the document no longer retains the page headers and footers.  After doing some reading I see that there is a property called ExportPageHeadersAndFooters that we can tap into.  However, I am unable to get this to work for me.  Below is my code, do you have any suggestions?
                    ReportDocument rdReport =  new ReportDocument();
                    rdReport.Load(sReportFilePath);
                    ExportFormatType exType = ExportFormatType.Excel;
                    // create an instance of excel formatting options
                    ExcelFormatOptions foFormat = new ExcelFormatOptions();
                    foFormat.UsePageRange = false;
                    foFormat.ExcelUseConstantColumnWidth = true;
                    foFormat.ExcelTabHasColumnHeadings = true;
                    foFormat.ExportPageBreaksForEachPage = true;
                    foFormat.ExportPageHeadersAndFooters = ExportPageAreaKind.OnEachPage;
                    // set up more exporting options
                    rdReport.ExportOptions.ExportFormatType = ExportFormatType.Excel;
                    rdReport.ExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
                    rdReport.ExportOptions.FormatOptions = foFormat;
                    rdReport.ExportToStream(exType);

    I was able to get it to work but I had to do this.
    ExportRequestContext expReqCntxt = new ExportRequestContext();
    expReqCntxt.ExportInfo = rdReport.ExportOptions;
    sExported = ((CrystalDecisions.CrystalReports.Engine.ReportDocument)rdReport).FormatEngine.ExportToStream(expReqCntxt);

  • [SOLVED] Missing Kernel Headers for Catalyst

    Hello Everyone,
    I am a new Arch guy! I am from the ubuntu world.  Love the new arch install, I have installed my own DE.
    I use a Radeon HD 68xx so I need the catalyst drivers.
    I have tried installing them via: sudo pacman -S catalyst-dkms catalyst-utils    (per the wiki)
    It gets to the end and gives me this message:
    DKMS: add completed.
    Error! echo
    Your kernel headers for kernel 3.6.2-1-ARCH cannot be found at
    /usr/lib/modules/3.6.2-1-ARCH/build or /usr/lib/modules/3.6.2-1-ARCH/source.
    error: command failed to execute correctly
    Can anybody assist on how I get the kernel headers?  As far as I understood, they should be included in Arch.
    Last edited by luis84 (2012-10-19 03:08:17)

    drewofdoom wrote:
    do this:
    sudo pacman -Sy linux-headers
    Don't use 'pacman -Sy foo' - it may lead to breakage https://bbs.archlinux.org/viewtopic.php?id=89328

  • Business service with ws security (missing security headers)

    Hello,
    I have business service for which I applied ws - security (I want customer to sign response. Response should be validated by osb). I applied policy. Everything works as expected.
    My problem is that I would like to save message sent by customer (together with headers which contain signature). However headers related to security are not present in
    $header variable in response pipeline. When I disable ws-security then headers related to security are visible in reponse pipeline. So it seems that security headers are removed
    when ws-security in enabled. Can I somehow access all headers in response pipeline to be able to save them?

    I wasn't clear?
    This is a big dev problem for a major Sun client.
    No one knows or wants to answer?

  • Missing report headers when exporting to XLS Data Only

    Hello all,
    I searched for this topic and was unable to find a similar one!
    I have a report that's very long.. (Page Setup:User Defined)
    When I export to Excel Data Only, with option of: Custom: Data is exported according to selected options, the output shows some headers only and skips many.
    I tried going into Design view and putting grids around each feild so that they don't overlap.
    How can I fix this issue?
    Thanks,

    Go to FILE->Export->Report Export Options then select Excel Data Only option from the Format drop down window then press ok.
    Check page headers and footer check box and press ok.
    This should set the options to export report header and footers.
    Hope this helps!
    Achett13

  • Missing Kernel Headers?

    Hi. New here, I hope this is the right place.
    I'm taking an OS programming class. The machines we have in the lab run Ubuntu, but I'm working on Arch at home since it's what I have.
    I'm getting make errors for procfs calls, and upon further investigation, it seems the asm/uaccess.h header file is missing from the include folder. This code worked on Ubuntu last I checked. Did I miss anything?

    @601210, you should install the pkgfile package.  This will enable you to simply do pkgfile uaccess.h to find which package(s) that file might belong to.
    Recently too, I discovered that the pkgfile package is shipped with bash and zsh compatible functions that will tell you where to find a given command if you get a "Command not found" error.  So I just put the following in my zshrc:
    source /usr/share/doc/pkgfile/command-not-found.zsh
    So now when I issue a command for something I don't have I get:
    % thunderbird
    thunderbird may be found in the following packages:
    extra/thunderbird 17.0.7-1 /usr/bin/thunderbird
    Neat, eh?

  • Microsoft Excel Workbook data-only, export missing Page Headers

    We are currently utilizing 'Page Headers' rather than 'Report Headers' as a means to add header information to each page of the report.  We recently upgraded to BI 4.1 sp2 with Crystal Reports 2013.  All the export options for 'Microsoft Excel (97-2003)****' function such that when exported, the 'Page Header' we have on  Page 1 is re-created at the top of the extract.  Subsequent page headers are not created in the 'xls' version.
    When we attempt to export the same report using the 'Microsoft Excel Workbook data-only' it does not contain the 'Page Headers'. 
    For Example:
    Microsoft Excel (97-2003) data-only output:
    Report Header 1
    Page Header 1
    Column 1, Column 2
    data, data
    data, data
    Microsoft Excel (97-2003) data-only output:
    Report Header 1
    Column 1, Column 2
    data, data
    data, data
    We are utilizing the Crystal Reports Java SDK to generate these extracts, and were curious if there is a programmatic way around this issue, or a way to place the 'Page Header' back in on export.  A setting in Crystal, an API call, other?
    Thanks!

    hi Nick,
    when you choose the excel data only option, check on Custom for the Excel Format, press the Options button, and there is an option to show Page Headers and Footers.
    -jamie

  • Body of email is missing - only headers showing

    HELP!!
    Every email in my inbox has the following message...
    "The message from [email protected] concerning “Re: subject” has not been downloaded from the server. You need to take this account online in order to download it."
    All the other folders with mail can be read.
    I'm using POP, mail was upgraded from panther a few weeks ago and currently using Tiger.
    Here's what happened.
    We edited our [email protected] email account to a new email address [email protected] Everything worked great for a couple days, but found that there were a few messages still on the old server. So tonight I created a new POP account with the same settings that I used to have on [email protected], downloaded 3 files, and then deleted the second temp account ([email protected]).
    As soon as that was done - all the files in the inbox showed the above error. Were these emails somehow linked to the old POP address? & how can I get them back??
    I currently have 856 messages in my Inbox that are useless! Do I need to call in the pro's with a data deletion repair utility?
    G4 Powermac   Mac OS X (10.4)   Tiger Mail program

    Haven't seen it myself, but I have seen other's post regarding this.
    http://discussions.apple.com/thread.jspa?messageID=716107&#716107

  • The copyright header is missing in this file

    I am trying to fix the PMD violation (info) in one of my projects and I can't seem to be able to do so. I have added relevant copyright information in one of my action script files eg.
    // Copyright (c) 2009 Jeffery Fernandez.
    // All rights reserved. This program and the accompanying materials
    // are made available under the terms of the GNU Public License v2.0
    // which accompanies this distribution, and is available at
    // http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    // Contributors:
    //     Jeffery Fernandez - initial API and implementation
    and then re-ran the FlexPMD over my code base. It still complained about the missing copyright headers. Can anyone point out what I am doing wrong?
    cheers,
    Jeffery

    Thanks for the bug.
    Here is what you can do:
    <?xml version="1.0" encoding="utf-8"?>
    <!--
           Copyright (c) 2009, Adobe Systems, Incorporated
           All rights reserved.
           Redistribution  and  use  in  source  and  binary  forms, with or without
           modification,  are  permitted  provided  that  the  following  conditions
           are met:
             * Redistributions  of  source  code  must  retain  the  above copyright
               notice, this list of conditions and the following disclaimer.
             * Redistributions  in  binary  form  must reproduce the above copyright
               notice,  this  list  of  conditions  and  the following disclaimer in
               the    documentation   and/or   other  materials  provided  with  the
               distribution.
             * Neither the name of the Adobe Systems, Incorporated. nor the names of
               its  contributors  may be used to endorse or promote products derived
               from this software without specific prior written permission.
           THIS  SOFTWARE  IS  PROVIDED  BY THE  COPYRIGHT  HOLDERS AND CONTRIBUTORS
           "AS IS"  AND  ANY  EXPRESS  OR  IMPLIED  WARRANTIES,  INCLUDING,  BUT NOT
           LIMITED  TO,  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
           PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER
           OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,  INCIDENTAL,  SPECIAL,
           EXEMPLARY,  OR  CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT  LIMITED TO,
           PROCUREMENT  OF  SUBSTITUTE   GOODS  OR   SERVICES;  LOSS  OF  USE,  DATA,
           OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
           LIABILITY,  WHETHER  IN  CONTRACT,  STRICT  LIABILITY, OR TORT (INCLUDING
           NEGLIGENCE  OR  OTHERWISE)  ARISING  IN  ANY  WAY  OUT OF THE USE OF THIS
           SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        xmlns="*"
        >
    Xavier

  • Need GLDv3 headers for Solaris 10u7

    Hello,
    for an experimental project of mine I need to compile Masa's GLDv3 driver for Marvell Yukon ethernet on Solaris 10 update 7. I have read dozens of blog postings so I do know that GLDv3 isn't stable and that's why the GLDv3 headers are not shipped with Solaris... but as I said, this is an experimental project. Can someone please help me getting the missing include headers: mac.h, mac_flow.h, mac_ether.h and mac_provider.h? These must be from S10u7 to guarantee troublefree operation of the driver.
    Thanks in advance for your help,
    Rick

    Issue has been resolved offline... ;-)
    Matthias

  • Missing Attachments and recipients on received email

    I received an email on which I can't see the email, nor the recipients.
    I've checked the RAW Source and all the headers are missings, and some of the multiparts. It seems the mail has been truncated (the first part is missing, including headers and two attachs.
    The problem, is that when I see the same email with my iphone, all is ok. recipients and email.
    My mail accoun is an imap account from my company. (not gmail).
    Any ideas?
    It seem like a HUGE issue, can't believe they let this kind on issue on Apple.

    First of all, im happy i was able to help in someway. u should tick this issue resolved since u dont have any more problems
    there are many factors as to why this could have happened. Maybe there was an interruption with your internet so the mail was not downloaded properly and became corrupted,Mail app issue,etc etc.
    We can certainly look at the logs to identify which caused it but honestly what's important now is u have everything up and running again

  • My iphone 4 is missing the A-Z jumplist

    My iPhone 4 is missing the headers that alphabetize your music on your phone as well as the index on the right hand side that allows you to quickly jump to any songs starting with a certain letter. Can somebody please help me? !!

    Sounds like you need to either:
    Reset
    Restore from backup
    Restore, then load your last backup
    Restore, but don't load a backup at all
    One of those should fix the issue ... hopefully not the last since that means re-doing everything on your phone, and loss of app data, texts, etc.

  • Minimal OCCI installation for development

    Hi everyone,
    I am currently developing an OCCI (C++) application for deployment on 9i. While doing so, I wonder whether there is some way of installing a minimum set of headers and libraries for development ?
    Installing files at random from the CDs in order to get the correct combination of OCI and OCCI headers/libraries does not seem to be the way out (if ever).
    Has anyone got a clean cut way of installing a "development kit" for developing these kinds of apps?
    Or have any hints as to documentation ?
    (FYI: OS is Solaris 8 with Sun Forte C++ 6)

    In the Oracle Universal Installer, choose a custom install and select only to install the OCI stuff. The OUI will install all the required support files. This will be the smallest supported install possible.
    Or are you looking for a "more minimal" solution?
    Justin

  • How to View Multi-Day Events on iPad Calendar?

    I am using the iPad, 3rd generation and new MacBook Pro Retina with Mountain Lion.  My "Home" calendar is synchnoized between the two with iCloud.  I have two options when entering multi-day events: enter them as an all-day event or enter them with specific start and stop times over multiple days.  I prefer to enter specific times because all-day events only appear as headers in calendar view on my Mac.  I prefer to see the times highlighted by the color of the calendar legend.  I often miss the headers when scanning days. 
    Here is my problem.  On the Mac, in Month view, multi-day events appears as a higlighted stroke over multiple days.  On the iPad, only the starting day of the event is highlighted.  All-day events do appear over multiple days, but I need the start times.  Is it possible to have multi-day events with times to appear as highlighted strokes over multiple days?
    Thank you,

    You are correct; as fair as i am aware apple should be giving us an option in the next couple of updates to keep longer history of iCal events;
    There is another way however it will more then likely cause double ups and errors: If you want the steps for that let me know.

Maybe you are looking for

  • Where is the file sharing option in ITunes?

    I got the Adobe Reader already and need to know how to import a PDF file to my iPad besides email it to the ipad?

  • Firewire 800 to 400 Hub?

    This new Mac (which I love) has Firewire 800. My hard drives and scanner has Firewire 400 connections. I bought a cable that connects the 800 port into my 400 port in the hard drive but since the Mac has only 1 800 port I am unable to connect my scan

  • Payment Methods for iPhone 4: Retail Stores

    Sorry if this question has already been posted, but I am going to go pick up an iPhone 4 on launch day, but I don't have a credit card to buy it with. I was wondering if I could pay with cash? And if not, could I use a pre-paid Visa card or an Apple

  • Disappointment with iBooks 1.1 PDF support

    Unless I'm missing something- The only way to get a PDF into iBooks 1.1 for it to be an attachment in Mail. You have to download the attachment, QuickLook it, then click the "Open in-" button near the top. If you have a collection of PDFs you want on

  • Crystal Report XI create Gannt chart by quarter or display x axis quarters

    Hello all, I have just about given up on this one.  I thought it would be simple. I have a database that i need to report on by quarter.  It has a project name and implementation date.  All I need to do is display the project name and the date in wil