OCI for Oracle Reports

Does anyone know if an OCI for Oracle Reports is available for Pro C/C++? If so where is it documented and how is it used?
Thanks,
Emad

user4594420 wrote:
Oracle7 for windows and OracleClient7 (oci.h, oci.o and others) for linux ?That would imply a really old version of windows (db side) and linux based os (client side). Perhaps SCO Unix was the only certified combination back then.
You should talk to someone who can verify platform/system requirements.
For the client side you might want to consider using a later Client release, a more recent old version (e.g. 8.1.7) that could talk to a Oracle7 server and work on your linux platform. There's a interoperability matrix on Metalink/MOS.

Similar Messages

  • Can we add Basic Authentication for Oracle Report 10g?

    As we know, Apache supports basic Authentication, and Oracle Report 10g bases on Apache, that means Oracle Report 10g supports Basic Authentication too?
    Can anyone tell me the steps on how to configure Basic Authentication for Oracle Report 10g?
    Thanks for your help in Advance!
    P.S.
    I tried to add the following content to the file "httpd.conf" under the directory "E:\OraHome_2\Apache\Apache\conf\" (I installed report under this folder), but it doesn't work well:
    <Directory "E:\OraHome_2\Apache\Apache\htdocs">
    AuthType Basic
    AuthName "Private Documentation Repository"
    AuthUserFile "C:\Program Files\Apache Software Foundation\Apache2.2\mypasswd"
    Require user yangsun
    </Directory>

    Answers at your duplicated thread --> Some inter view Questions Please give prefect answer  help me

  • Technical Documentation Tool for Oracle reports ---?

    Hello All,
    Are there are any technical documentation tools available for Oracle reports...similar to the one available for Oracle forms(FoReDocLet 1.1). In any kindly specify.
    Thanks & Regards,
    Arun.v

    HI Arun
    where can we get this forms documentation?
    Thankyou
    Sasi

  • SQL for oracle Reports

    Hi, I am having trouble developing an oracle report to return information from several tables. The information to be returned is an aggregate operator "Count" and several fields from the tables. I cannot get the sql to compile without error.
    Does anyone know of a good website for oracle reports design with sql?

    Hi,
    Why not paste the SQL code along with the
    error or send it to : [email protected]
    Naresh
    null

  • Help forum for oracle report builder

    Dear all;
    I have searched all over the oracle website but I cant find a forum for oracle report builder. All help is appreciated.

    Try this forum:
    Reports

  • Avery Label templates for Oracle reports

    Does anyone have or know of pre-defined templates for Oracle
    reports that are setup for Avery Labels?
    Thanks in Advance.
    Chris Schneider
    http://www.awebguru.com
    [email protected]

    I'm sorry, but Pages won't correctly open the Avery templates with the .doc extension. They open, but all the formatting is lost. Just a blank page.
    I tried to chane extension to .template, as suggested by the Pages -Help window. That didn't work either.
    Talk about a daily necessity as a feature.

  • Schema for Oracle Report Developer 10G Course

    Hi All:
    I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course.
    Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course.
    I needed the schemas for the following tables:
    CUSTOMERS
    ORDERS
    ORDER_ITEMS
    WAREHOUSES
    INVENTORIES
    PRODUCT_INFORMATION
    PRODUCT_DESCRIPTIONS
    ONLINE_MEDIA
    PRINT_MEDIA
    Any help or hint where I can find the sql scripts for this schema is greatly appreciated it.
    Yours,
    Frustrated.

    duplicate post. Also, check your post in the Reports-forum, there is already an answer.

  • How to get an effective EXCEL Spreadsheet as output for Oracle report 10g

    Hi All,
    I am a newbie in Oracle reporting. I am using 10g. I have an oracle report whose output format is PDF from the user interface. User asked for Spreadsheet output. I changed the JAVA CODE "desformat" = Spreadsheet and got the report in Excel. But this report is not as expected as it has many blank cells, misplacements etc and looks really ugly. so Is there anyway to get an excellent spreadsheet as output.
    If anybody needs any more information on this, please let me know.
    Thanks in advance.

    Thank you so much Marwim. Your suggestion is very helpful. But I have some other Oracle reports which have only one .rdf file giving output in both pdf and Excel. This doubt might be silly. Almost same features were existing for the rdf what I am working now. For the remaining reports, it was given that DESFORMAT=SPREADSHEET , what this report lacks. I googled and found these links http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm &
    http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm#CIHFDJAJ . But they are not intended for excel output. they generate only web layout in spreadsheet form. Could you please suggest any other ways to achieve this.
    Thank you in advacne.
    Edited by: user07960 on Jan 10, 2013 10:47 AM

  • Chinese Character in PDF format for Oracle Reports 11g

    Hello Everyone,
    Currently we have a Report that need to be display chinese character in PDF format.
    We followed the steps specified in the "Oralce Fusion Middleware Publishing Reports to the Web with Oracle Reports Services"
    documentation but things doesn't work. We also installed Adobe Acrobat Reader 9 and Asian Font Pack 9 on the server side
    and even on the client/user/development side and followed the steps in the documentation, but no effect at all. Or we even
    tried "Arial Unicode MS", same thing no effect.
    For sure, we may miss something during PDF aliasing or PDF subsetting setup.
    Anyone out there who has the same experience and able to resolve the issue that currently using the Oralce Fusion Middleware Reports 11g?
    Doesn't matter if it does not related to chinese character, as long as it relates to this issue like japanese or arabic characters in PDF.
    If its ok, kindly provide the steps how you do it.
    Your help is highly appreciated.
    Regards and Thank you very much!

    I am now facing exactly the same problem as user449955 (Eric's). Dear Eric, how about your situation? If you have resolved this problem, may I ask for your solution?
    In my case, using either font aliasing or font subsetting doesn't work at all (displaying "garbage" characters instead of Chinese characters). The setting in my uifont.ali is as follows:
    If using font aliasing:
    [PDF]
    .....ZHT16HKSCS = "MSungStd-Light-Acro"
    If using font subsetting (the REPORTS_PATH already includes "C:\Windows\Fonts"):
    [PDF:Subset]
    "Courier New" = "mingliu.ttc,2"
    For both cases, the report server's NLS_LANG already set to "TRADITIONAL CHINESE_HONG KONG.ZHT16HKSCS" (I am in fact located at Hong Kong). For font aliasing, the client side already has Asian Adobe Reader with Asian font pack installed.
    By the way, I noticed that the WebLogic EM is configuring/updating the uifont.ali file at "<instance home>\config\FRComponent\frcommon\tools\common" directory, but the Oracle Reports 11g's documentation sometimes advise to refer to another uifont.ali file located at "<instance home>\config\FRComponent\frcommon\guicommon\tk\admin" directory. Which one of the uifont.ali files is the one used by the Oracle Reporting Service?
    My report server's platform is Windows 7 Enterprise (64-bit) and the Reports version is 11.1.1.3.
    Anyone can help to advise?
    Thank you very much.
    Regards

  • Printing issue in Commercial Invoice Report for Oracle Reports Version 6i

    Hello All,
    I am working on modifying rdf for Commercial Invoice i.e. WSHRDINV.rdf for Oracle Apps Version 11.0.3 to display Customer Part and Customer PO as the seeded report do not print Customer Po and Customer Part in its output. I am done with the modification too but I am getting a minor issue regarding Printing the Customer Po and Customer Part. As per the requirement i need to switch the places of Customer Po and Customer Part. But when I switch its places and when only Customer PO is available against a Order Number, the Customer PO is getting printed in place of Customer Part. I tried changing its properties too. But still getting printed in place of Customer Part.
    Here, Customer Part is under different group and Customer PO is under different group. And Customer Part repeating frame comes under Customer PO repeating Frame.
    Can anyone please suggest why Customer PO is getting printed in place of Customer Item when only Customer PO is against a Order Number and not Customer Part.
    Thank You
    Regards,
    Meghana

    Hi Gregor
    i am using the Developer 9.0.4 and i too have the same problem. i have seen your posting and made the required changes as required. but here my page sizes differs in my case
    i have mainly 3 sizes
    1. Width = 8" (77)
    Height = 6 " (36)
    2. Width = 9" (84)
    Height = 8 " (48)
    3. Width = 11" (90)
    Height = 6 " (36)
    i have used the dflt file and created the replica of those with the required sizes. i have no problem as such with the width of the print. But height of the paper size is not taken as required. its by default taking the paper size as width = 9" (80) and height = 12" (72)
    Can u let me know how to get the desired output of mine.
    Rgds
    Bhaskar

  • Data Source for Oracle reports

    Hi,
    Can Oracle Reports support anyother data source. I am using
    Reports Server to invoke reports. The requirement is client
    passing the dat that have to come in the report. (The size of
    data can be high).So is there any method other than sending the
    data as parametes(which in this case is not feasible).
    The client is a browser.
    Regards
    Ravi

    hello,
    oracle reports 6i supports SQL, PLSQL and Express as datasource.
    for passing large amounts of data, a temporary table in the
    database would be most reasonable.
    regards,
    the oracle reports team

  • Certification for Oracle Reports 11.1.2 on RHEL 6

    Hello,
    We have Oracle Froms & Reports upgraded 11.1.2 running on RHEL 5. Our System Admins are planning to upgrade O/S to RHEL 6. We have checked the support matrix for Forms & Reports and it says 11.1.1.6 is certified to run on RHEL6 but not 11.1.2. We dont want to downgrade. So our System Admins are looking for an approximate estimation when Forms & Rports 11.1.2 will be certified for RHEL 6 so that they can make decision on upgrading O/S. Please let us know if you have any rough estimates.
    Thanks.

    I am not Product Management so I am not at liberty to discuss dates but it is planned with 11.1.2.1, which is planned this fall.
    Always refer to the certification guide and look for updates for that after 11.1.2.1 is released.
    When 11.1.2.1 is released it will be entered in the following support note
    Reference
    Steps to Maintain Oracle Fusion Middleware 11g Release 2 (11.1.2) (Doc ID 1373061.1)
    For information about the certification guide please check the following link.
    Reference
    http://www.oracle.com/technetwork/developer-tools/forms/oracle-forms-11gr2certmatrix-519680.xls
    The above information can change at any time as this is just a plan.
    Hope this helps, Roberto
    Edited by: rzuluaga - Oracle on Aug 15, 2012 12:41 PM

  • Migration strategy for oracle reports 6 to 10g or 1g

    Hello All,
    I would like to know what is the migration path for migrating reports from 6 (*note not 6i*) to 10g or 11g.
    Thanks
    Sulakshana

    Hello Sulakshana,
    Upgrading from prior releases
    Beginning with Oracle Reports Developer Release 2.5, there is no upgrade necessary: reports can be opened by any later Oracle Reports release.
    Regards,
    Abdetu...

  • Translation Builder for oracle Reports

    Hi all,
    Can anyone please guide me on how to use the translation builder ? I have set the key in Windows Registry HKEY_LOCALMACHINE -> SOFTWARE -> ORACLENLS_LANG -> AMERICAN_AMERICA.WE8ISO8859P1. I am getting this error message "
    xbd-00024: Translation Builder tables not found"
    Thanks in advance..

    Hi,
    have a look at http://www.oracle.com/technology/products/forms/pdf/10g/ToolsSOD.pdf. It's an official Statement of direction for Forms, Reports & Designer. There will be a future release for Reports.
    regards
    Rainer

  • QMF used for Oracle report

    QMF is tool for DB2 database reports , Can we use this for oracle db reprots? If yes how we can connect QMF with oracle db for reprot generation?

    Hi All,
    I found Solution for my question
    1) Why is there a limit? Why specifically 2 GB?
    The 32-bit file handling API used in Reports uses a signed long integer for
    addressing into any Operating System file. A signed long integer cannot hold
    a value bigger than +2 GB (hex 7FFF,FFFF or decimal 2,147,483,647).
    2) Why can Oracle not use 64 bit API calls to fix this, e.g. _lseeki64 on
    MS Windows 2000?
    _lseeki64 is not available on 32bit Unix Operating Systems, and is therefore
    not used. In any case the internals of Reports is built around a signed long
    integer as explained already. To make such a change even if _lseeki64 was
    available on all 32bit platforms would introduce too big a risk on the
    stability of the product.
    3) Why can Oracle not just use multiple files of 2gb or smaller, as opposed
    to 1 file bigger than 2 GB, for temporary storage?
    Oracle has investigated this in the past, and found a negative performance
    impact. It is not a trivial change to make, and to maintain performance and
    product stability at the same time would indicate a much bigger re-engineering
    effort.
    4) How does one work around this issue?
    Produce several smaller reports as opposed to one monolithic one. This is
    generally done by breaking up the run based on parameters. It is a sound
    idea to do this in any case, as any failure would mean that the whole
    report needs to be rerun. When this happens, it is less of a headache to
    rerun a smaller parameterised report.
    5) What future plans are there to address this?
    Note that our development group has indicated that this is not something
    that they hear much about. It would seem that most users follow the
    methodology as discussed above.
    Thanks,
    Bhanu Chander

Maybe you are looking for

  • DVD Playback on Laptop

    Hi, So I have burned a SD 640x480 DVD which is a collection of smaller pieces which are all 640x480, but when I burn the DVD and play it back on a Laptop or a desktop the images look washed out and soft (and a bit distorted when it is fullscreen) Any

  • Lossless to ACC Automator Conversion/Multiple Libraries/External Hard drive

    I've been playing around with setting up a home media server, and have run into a few issues and have a few questions about this. Question 1: Best way to rip into lossless format? -apple lossless vs. other: has anyone had problems streaming lossless

  • HT1222 Locked out after running Security Update 2014-002 for Mountain Lion

    Accepted and ran Security Update as normal on MB Air 2013.  All previous Updates already installed.  After restart try to put password in, and it comes back asking for password again.  Have restarted, shut down and waited 5 minutes, restart again and

  • Error: Configuration file is not well-formed XML

    Hello Guys, we are trying to enable the mobility for our LYNC Standard Front end server and we followed the mobilty guide from microsoft, however, after applying the following steps, IIS is not operational and and it  gives an error at line 197, and

  • Deactivate Phone

    I bought a iPhone 4 off of craigs list to use as a pre-paid phone for a couple of months and it appears the previous owner didn't deactivate the phone before I got it. Is there a way I can deactivate the phone online/over the phone or will I have to