Can't see demo 'Using Oracle Reports with Oracle JDeveloper'

Hi,
I can't see this demo :
http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/index.html
I have this java error :
viewletUrl_: http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/rep9i_jdev9i_part1.viewlet
java.lang.NegativeArraySizeException
     at leelou.viewlet.a.a(Unknown Source)
     at leelou.viewlet.QViewApplet.readViewlet(QViewApplet.java:125)
     at leelou.viewlet.QViewApplet.<init>(QViewApplet.java:107)
     at leelou.viewlet.vcr.QVCRApplet.init(QVCRApplet.java:213)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
I have to create a custom destination for Reports in JDeveloper, but I don't find starter doc (for JDeveloper).

Hi,
Unfortunately this demo is one of those old demos which have technical problems with new IE + JDK versions, so we had to take it off. The link to this demo is no longer available on OTN:
http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=DEM&submit=Search
You may have bookmarked it. If it is available on any OTN page, pl let me know.
For Oracle Reports integration with JDev, pl see the tool / utility available at this page:
http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=UTI&submit=Search
This tool/utility is currently available with 10g (9.0.4), and has not yet been tested with 10g R2 (10.1.2).
But if your objective is only to use to use JDev to develop a pluggable destination, you may want to see the pluggable destination API documentation available here, which can be developed with any tool including JDeveloper:
http://www.oracle.com/technology/products/reports/apis/plugDestination/index.html
Some plugin destinations and their source code is available here for reference. As you can see, its pretty straightforward - most of these samples have just a few lines of custom code:
http://www.oracle.com/technology/products/reports/pluginxchange/index.html
Of course JDev-specific starter tutorials are available here:
http://www.oracle.com/technology/products/jdev/index.html
Navneet.

Similar Messages

  • Oracle Reports with Oracle Financials (FMIS)

    Hi folks,
    I'm in a bit of a bind at the moment. I really really need a little help getting an understanding of Oracle Report Writer. The situation is as follows:
    I'm currently working on a system that moves data from an SQL Server 7.0 Database into some Oracle Financials (FMIS) Interface Tables. The Interface tables are apparently used to post Customer and Invoicing information into the real Oracle Financials tables, for Invoicing and General Ledger purposes.
    Its come to my understanding that Oracle ReportWriter is no longer available on the market today? Is this true? The reason why I ask is, my client is tossing with the idea of using Oracle ReportWriter over Crystal Reports.
    The only thing that I have heard is that Oracle Report Writer is a much more powerful tool than Crystal Reports. So I guess the main question would be, is Report Writer a more powerful and easy to use application over other report writing tools?
    Any help or advise would be greatly appreciated.
    Many thanks.
    Vick Soulios
    Consultant
    Spherion - Technology Solutions Perth
    Western Australia, Australia
    null

    Vick,
    I believe it is all in the name. Oracle ReportWriter is long gone; however it has evolved to Oracle Reports which is going strong. The current version is Oracle Reports 6i and has been out for more than a year. It was preceeded by Oracle Reports 6.0, 3.0, 2.5, 2.0 and finally ReportWriter1.1,.... The Early versions were packaged in various bundles with our other tools.
    Oracle Reports is a very powerful reporting tools and stacks up very well against Crystal. One big advantage is that we work extremely well against an Oracle Database (no external drivers to go through). We also run on a greater variety of machines including Unix. We provide XML output and integration with our other BI tools, Discoverer and Express as well as Oracle Portal. Reports can be deployed over the web using standard CGI/Servlet technology. I don't have room to mention all the advantages, but click on this link to our OTN website for a high level overview Reports 6i. http://otn.oracle.com/products/reports/pdf/iasreports.pdf
    Other documentation is also available to show you the power of Oracle Reports 6i.
    Regards,
    The Oracle Reports Team jls

  • Integrating Oracle  Reports with Oracle Forms 10g Menus

    I just migrated from oracle developer 6.0 to oracle developer 10g....I have to call reports through Menus...in 6.0 I used the following code
    Declare
         pl_id          paramlist;
    Begin
         if :global.hlr is null then
              message('Cannot run report - No Hotline Record');
              raise form_trigger_failure;
         end if;
         pl_id := Get_Parameter_List('p_list');
         if not Id_Null(pl_id) then
              Destroy_Parameter_List(pl_id);
         end if;
         pl_id := create_parameter_list('p_list');
         add_parameter(pl_id,'hlr_num',text_parameter,:global.hlr);
         run_product(reports,'hotline',synchronous,runtime,filesystem,pl_id,'null');
    End;
    in 10 g I changed the "run_product" as follows
    Web.show_document ('/reports/rwservlet=Repsrv&report=C:\myApp\rpt.rdf&desformat=pdf&destype=cache&userid=user/password@orcl&paramform=yes&HLR_NUM=3171,'_blank');
    for test purpose and the report came out blank...can some one please direct me on how to pass parameters.
    Thank You

    Hello,
    I call my reports like the following:
    Declare
    LC$Cmd Varchar2(512) ;
    Begin
         LC$Cmd := 'http://machine_name:7778/reports/rwservlet?' || 'CGICMD_ENTRY&report=REPORT_NAME.rdf'
         || '&P_1=' || name_in('PARAMETER.P_1') ;
         Web.show_document(LC$Cmd, '_blank') ;
    End ;
    CGICMD_ENTRY is an entry in the cgicmd.datthat allow to mask information on the url browser (like connection string)
    Francois

  • Use Oracle Reports with Jdeveloper 11

    Hi,
    My next question. How to use Oracle Reports with jdeveloper 11. I have more oracle reports (used with a existing forms application) and i need to migrate this application to web-adf application. I think that is very powerful to use this oracle definition reports but i not know ho to do it.
    thanks,
    Jordi

    Read the publishing reports manual of Oracle reports to see how to Web enabled your Oracle reports. You can then invoke them from an ADF application either by calling a URL or using a Web service interface.

  • How can i use Oracle intermedia with Oracle forms 9i

    Hi all,
    I have a requirment from one of our client that they want to manage a large amount of Images,by seeing the documents about the oracle interMedia we got some idea to manage this images ,but the client is alredy having a software which is been developed by Oracle forms9i and we need to develope this using oracle forms9i can anyone give us an idea that how can we make use of InterMedia through Oracle forms9i ....
    Thanks in advance....

    I am also trying to use interMedia objects with Oracle 9i forms. I've tried everything and I can't get it to work.
    So far I have a solution that loads images using WebUtil into a blob field in Forms 9i, then in a backend stored procedure I move the blob to an interMedia object. Which works, but the problem with the image item in Oracle forms is that the image format cannot be change at runtime, so the images will always be what you set at design time.
    Can someone out there please help.
    Thanks.
    Ray

  • Integrating mod_plsql reports with Oracle Apps. A maddening dilemma.

    I'm hoping there is some guru out there that has the perfect solution to this maddening dilemma I'm facing.
    The crux of the issue is this.
    I've created mod_plsql reports that can accept a session_id with which they can set a user context based on global application contexts set in Oracle applications by users as they log in.
    At this juncture, I have not figured out a way to call those mod_plsql reports from Oracle apps using a variable session_id as defined for the user when they logged into apps.
    My client want to be able to log into Oracle apps and then go to the mod_plsql reports from the Oracle Apps menu and maintain the user session, so that the mod_plsql reports are run using VPD to constrain access to the data they are displaying to that specific user.
    The client does not have Single Sign On installed nor OID.
    I had hoped to pass a variable parameter session_id from the defined menu function that would call the mod_plsql url, but I don't see any way to pass a variable there and am becoming convinced that doing so is not an option. Can anyone confirm this?
    An alternate option I'm considering that seems like it would work is to create a JSP page that gets called from a menu function. In that JSP page, I would retrieve the session_id set in apps based on the context for the user_id that I could retrieve from fnd_global.user_id and assemble a URL with the session_id that the page would then re-route to the mod_plsql page.
    Unfortunately, I'm not versed in JSP.
    How hard would it be to create the sort of page that I'm talking about?
    Would the JSP need to part of OAF?
    Can anyone think of any other options that would take care of the issue I'm dealing with?
    Thanks.
    Kurt

    See answer on other forum: Integrating mod_plsql reports with Oracle apps. Maddening dilemma.

  • How can we achive active/active cluster setup with Oracle

    Hi Experts,
    How can we achieve active/active database setup with oracle WITHOUT USING RAC.. As far as I know it's impossible (unless I'm wrong)..
    We are using Oracle 11.2.0.1 64bit on Windows 2008 server. We deployed Oracle FailSafe but that's more of an active/passive solution based on a windows cluster.
    The other solution we were thinking about is to use DataGuard and replication.. two servers.. the oracle instance running on one server generating logs, and the other server receive the logs and apply them to the physical standby db.. Still, this is not a real active/active setup.
    So, is it possible to run 2 servers in an active/active cluster and have the oracle database in an active/active setup or have the instance running on multiple nodes (at the same time)?
    Thanks

    Let me give you a brief explanation of what the situation is and you can be the judge..
    My client have four databases with the smallest one being 20GB and the biggest around the 35gb (SGA 750mb to 1.4gb (Tiny by DB standards) and probably on a normal day, you can run all four of them on a decent desktop).. The DBs are used to keep track of people information. Through out the year, the databases are almost sitting idle, and by idle I mean, the odd update here and there, the odd report..etc. No hard real processing of any sort. Two days of the year (end of year) we have all the operators consolidating records and what's not and they will be pounding away entering data and updating the tables - with hourly reports that goes to 3rd parties. The client expects a 99.99 up time and availability during those 2 days.
    Now, tell me, How can I justify using RAC and spending hundreds of thousands of dollars in licensing and what ever extra costs introduced by the complexity of the environment for the above scenario knowing that I don't have any real use for RAC for 363 days of the year; and we MIGHT need it for 2 days of the year? This is the dilemma we're facing.
    Thanks
    Edited by: rsar001 on Sep 3, 2010 9:42 AM

  • Oracle Reports with XML output showing data as asterik character

    Hello,
    I'm trying to create an Oracle report with xml output. Here is the issue I'm having some of the columns in my report are of datatype number. When I run the report and generate xml file the values for those columns(datatype number) are showing as (*) character, other columns are showing fine. But when I run the report as text output then data is fine. I don't understand why this is happening.
    The property of column is Column Type - Database Scalar, Datatype - Number , width 0,-127.
    Does the width has to do anything with this?
    I'm using Report Builder 6.0.8.11.3, DB version 10g.
    Can anyone please help me with the issue I'm having.
    Thanks

    If the links in your example report1 and report2
    follow my format stated earlier
    http://machine:port/reports/rwservlet/report=reportnam
    e.rdf&destype=cache& paramform=htmlcss&server=<YourReportSe
    rverName>&userid=scott/tiger@hrdb&desformat=pdf
    This is what I believe
    >
    so http://machine:port/ is the port where
    JBoss is running and
    This should be the port that the report server is listening on
    >
    server=<YourReportServerName> is the name of
    my oracle report server
    so I call the above link in my current application
    and the report would show up
    Yes
    >
    that means (correct me if I am wrong) that my reports
    would have to be deployed in OracleAS
    Yes
    >
    I have to try all this yet as till this point I was
    trying to run Oracle reports deployed in JBoss...
    This may be possible, I am not sure.
    >
    Oracle J2EE Thin Client?
    I am not sure what this is used for in your setup.

  • How to use didcoverer reports with EBS 11i

    hi all
    how can we use dicoverer reports with 11i
    how to register them,run them from 11i.
    and where are these reports stored.like if i created a open periods report that shows all the open periods in AR,AP modules,where do i need to place these reports to run from applications 11i.
    i never used discoverer,i am just asking these questions assuming discoverer reports work similar to that of reports 6i
    thanks in advance

    Discoverer can be called from Oracle Apps or more usually from it's own XML version (Plus) or from it's own HTML version (Viewer).
    Discoverer reports (workbooks) are created with a client / server version (desktop) or the XML version (Plus).
    Once a workbook has been written it is possible to call it directly from Apps, but again, it's more usual to firing up Discoverer directly and going from there.
    Russ

  • How to integrate Crystal Report  with oracle JDeveloper 11g

    Hi,
    How to integrate Crystal Report  with oracle JDeveloper 11g
    Regards ,
    Amol

    I dont think that you can integrate Crystal Reports with JDevelpoer but you can use runtime libraries to your project to get crystal report functionality
    To know more please go through supported platforms
    [Supported Platforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/504d0204-681e-2b10-2381-853d88974cfc]
    Regards,
    Tej

  • Unable to integrate Oracle Reports with Express--(To oracle Team also)

    Hi
    Unable to integrate Oracle Reports with Express. While defining
    the Express database connection using the olap connection editor
    iam getting the following error "Error locating the XCONEDIT.INI
    file. Try re-installing the software".
    what should be done?
    Atleat,If anybody has successfully connected to Express via
    Reports6i. Kindly give the details like what softwares to be
    installed in what HOME? and also other steps involved in the
    process.
    YOur help !!!
    kindly respond...(Oracle Team do respond with something)
    with rgds

    hello,
    check out the notes
    Note:112542.1
    Note:167049.1
    on oracle metalink for further information.
    if you still have issues, please contact oracle support services
    for furhter assistence.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How can i see Log information of Report Run Time?

    Hi Gurus,
    How can i see Log information of Report Run Time?, till now i am counted report run time manually. Is there any way i can see the workbook running time in log information?.
    Thanks & Regards
    Vikram

    There could be a few things -
    At one time, you needed to run a separate script to create the tables. I'm not sure that is still the case. If you check the Administrators guide, look into the chapter that deals with the EUL Status Workbooks.
    If you are not logged on as the eul owner, you may not have select privileges, or you may need to qualify the table with the schema (if there is no synonym) - select * from <eul_owner>.EUL5_QPP_STATS;
    If you are on 4i, the table is EUL4_QPP_STATS

  • How can I print and email a report with a logo?

    How can I print and email a report with a logo?
    Is this possible??

    hi ravikant!
    im talking about reports, not forms.
    i bet se78 is for forms and oaer is for report.
    because my logo is displayed on screen, using html-top-of-page.
    but at the time of printing and email, internally, alv grid is converted into alv list, and alv list doesn't support having a logo.
    That's my know-how of the situation.
    Do you have a way with it???
    Please advice.
    Thanks a lot!

  • How to use crystal report with php

    Hello every body
    can any body know how to use crystal report with php any helping material, code or tutorial for my problem ill be very thankful for helping me
    farooq

    Hello sir
    i am sudeep and i need to deploy crstal reports in php
    i want to integrate it in sugar crm (open source project(
    can u plz tell me how to do it
    i have written this code
    <?php
    //echo phpinfo();exit;
    $ObjectFactory= New COM("CrystalReports11.ObjectFactory.1");
    $crapp = $ObjectFactory->CreateObject("CrystalDesignRunTime.Application");
    //$crapp = new COM("CrystalRuntime.Application.10");
    $reportToRun="C:\Report4.rpt";
    $creport = $crapp->OpenReport($reportToRun, 1);
    //reportToRun=full path to *.rpt file
    $creport->Database->Tables->
    Item(1)->ConnectionProperties['User ID'] = $user;
    $creport->Database->Tables->
    Item(1)->ConnectionProperties['Password'] = $pass;
    //fomatType = integer 22=xls, 31=pdf etc
    $creport->ExportOptions->FormatType = $formatType;
    //type 1 is to output to a file I think 2 is email
    $creport->ExportOptions->DestinationType = 1;
    //location = full path to report output file
    $creport->ExportOptions->DiskFileName = $location;
    $creport->DiscardSavedData();
    $creport->Export(False);
    ?>
    thanks in advance

  • Using jasper Reports with Tomcat5.5

    hi ,
    i am trying to use Jasper Reports with Tomcat 5.5 but not able to do it.
    i have written a simple java program to read data from MySql database and generate a report in PDF format. the good thing is that when i am doing this as a independent java program and running it in Eclipse3.2 then its working fine. but i am not able to run it as a sevlet thru Tomcat5.5.
    any help ? is there any issue with version ...
    i am using JDK 1.5 , Tomcat5.5
    regs,
    sajid

    i am not able to figure it out. usually all web app picks files in WEB-INF folder . see below the exception ....
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Servlet execution threw an exception
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    root cause
    java.lang.VerifyError: (class: net/sf/jasperreports/engine/xml/JRXmlDigesterFactory, method: configureDigester signature: (Lorg/apache/commons/digester/Digester;)V) Incompatible argument to function
         net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:202)
         net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:195)
         com.iflex.poc.reports.ReportManager.generateReport(ReportManager.java:25)
         com.iflex.poc.reports.ReportServlet.doGet(ReportServlet.java:15)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.16 logs.

Maybe you are looking for

  • Document attachment to PO

    Dear Friends, Is there a log, that is maintained to log all the activities (who add and who delete) perfomed to the PO attachement. Tks Sujith

  • Safari 3.04 with Tiger crashes on page but not Firefox

    Safari 3.04 on 10.5.1 crashes on page while Firefox has no problems! Safari with previos OS dir not crash on same page. Link: https://www.bna.no/#default Crashes sporadically within a minute or two by clicking KATEGORIER or paging etc. Error is: KERN

  • Nokia 5530 no Gate way problem .. pls help

    I Bought my nokia 5530 i have wifi router Tp link Tl-WR340G i have done every thing to connect my phone to internet via router but a stupid msg saying no web gate acess appears .. al the time pls help me is there a universal solution to this problem.

  • Video in deskphone not working

    Hi, The video in deskphone mode is not working although the configs necesary were done. The "start my video" button is available but clicking on it has no effect. The phone is connected to the PC, the "enable video" parameter is set to "true" on the

  • Green hue to black images ?

    My eMac (1.25 GHz,USB 2.0 model) looks fine when I look at any kind of photo or graphic on the screen. Unless it is a graphic that is mostly black. Like the iPhone page now on the Apple home page. When a black image is covering most of the screen the