JDeveloper - Oracle Reports Integration

Hello !
Is it possible to integrate reports developed in Oracle Reports (JSP technology) into uiXML (UIX XML + BC4J) pages ? Or I must I use UIX JSP pages ?
If yes, how ?
Thanks,
Lucian

Hello again,
Yes, I know that UIX JSP is one of the solutions. But is the only one ? If I will use UIX BC4J and <servletInclude> for calling JSP Reports what will happen ?
Regards,
Lucian

Similar Messages

  • Oracle Reports Integration with JDeveloper

    Hi Gurus,
    We have our Oracle Forms Applications 10g Release1 running on the Application Server 9.0.4.
    I have understood that using oracle Forms Faces, the existing Forms can be brought into the J2EE Frame work developed using ADF Faces.
    Now my question is that we have lots of Reports running on the Reports server using Oracle Reports. My question is that how can we integrate these Reports as it is in my J2EE environment without changing anything on my existing Reports.
    Any help on this is very much appreciated.
    Thanks and Regards,

    Forms,
    I don't really have a demo per se, but it's not so hard.
    For example, say http://foo:7777/reports/whatever?param=foo&param2=bar is the URL. Simply put an af:goLink on your page and set its target to http://foo:7777/reports/whatever?param=#{an_el_expression_that_evaluates_to_the_parameter_value}&param2=#{ditto}
    Just treat them like a web link.
    john

  • Portal & Oracle Reports Integration

    I have a customer that is considering integrating both Portal and Reports.
    Dependent on the user that is requesting the report, the customer would like
    to limit the amount of information returned.
    I am considering suggesting Virtual Private Database (VPD) as a solution
    at the DB end. However, the customer anticipates that dozens of users will
    be connecting to the Portal as different users but Oracle Reports will be connecting
    to the DB as a single user.
    I would like to relate to them how they could still take advantage of VPD. How will
    the customer pass the user's identity along? Any ideas and/or suggestions is
    appreaciated.

    Julie,
    Here is the workaround. You can't have any PORTAL components in that same portal application. You can have LOVs, but no Portal Forms or Portal Reports. Just register all of your RDFs in their own application.

  • Oracle report integration

    Hi,
    We are using HTMLDB to develop our front end applications. I have integrated Oracle reports with HTMLDB. For some reason, I am getting a 'blank page' prior to report. In other words, it gives a page break in front of the report region. It doesn't happen when I run it on its own server. Could any one comment on this? Thanks,
    neelam

    You can use the Reports' Web services interface:
    http://download-west.oracle.com/docs/html/B10314_01/pbr_webservice.htm#1010102
    You might want to try the Reports forum for further questions on reports.
    http://forums.oracle.com/forums/index.jsp?cat=19

  • Oracle Reports integration with Sybase

    Hi,
    1) Does Oracle Reports support access to Sybase Database?
    2) Is it posible to generate Adhoc reports through Oracle Reports Writer?
    3) Is ii possible to execute stored procedures in database from Oracle Rreports?
    Thanks in advance!

    Keten
    1)Yes, JDBCPDS feature in Reports 9i support access to Sybase Database. It allows to access different
    data sources through JDBC-Drivers. JDBC Driver type "sybase-merant" can be used to access to Sybase Database.
    Both SQL Query or Stored Procedure can be used to data source to create JDBC Query.
    Please refer to the Online help of the reports Builder for JDBC query. You can also get more details from
    "Builing reports" manual at http://otn.oracle.com/docs/products/reports/content.html
    3) Assuming you are refering to executing stored procedures in sybase database, JDBC query (JDBCPDS) can
    be created against Stored Procedure on sybase database which return set of rows.
    Thanks
    Oracle Reports Team

  • Oracle Reports Integration with iPlanet Application/Web Server

    Do any body know if we can integrate Oracle Reports with iPlanet Application Server or Web Server?

    Theoretically yes, in Reports 6i there is either a CGI or servlet to set up, in 9i there is a servlet interface.
    In practice through this is not simple, at least in the 9i case, and with Oracle 9iAS a reports server comes configured out of the box.
    Regards,
    Danny

  • Jdeveloper and reports integration

    I want to generate a report from my Jdev10G application, I already install the Repots extension for Jdev0g and watch this domostration http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/JDEV1/index.html, but it dont provide information to me about how to call the report from Jdev Jclient application and I also want know how to implement the report destination class.
    Please let me know if yow know any documentation of this topic.
    Thanks,
    Edwin Allen
    Guatemala

    Hi Edwin,
    Do you still have the Reports extension for Jdev10g, I am looking for it everywhere, but I couldn't find it. Could you please tell me where can I find it (it's no longer in the extension exchange site) or send me a copy?
    Thanks in advance.
    Andrew
    my email is:
    [email protected]

  • 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.

  • Error - while calling Oracle report

    X Error
    REP-771: 'afterpform': Fatal PL/SQL error occurred.
    ORA-01403: no data found
    Hi,
    I have Oracle reports integrated into HTML DB. When I run this application, I get above error. I have tried purging user preferences. But, I still get the same error. This report works correct when I try running this on Oracle reports.
    This application used to work until two days ago. Right now, it is giving this error for some reason. Could some one let me know if I am missing something. Thanks,
    Lakshmi

    Hi SriLakshmi,
    How are you calling the Oracle Report. Because the error you are seeing is from Oracle Reports and not from HTMLDB.
    Please let me know how you are calling Oracle reports maybe I can help you .
    Vivek Ananda
    [email protected]

  • Integration of Oracle Reports to Jdeveloper

    Hi,
    How do we integrate Oracle Reports to Jedeveloper? Do you have atep by atep tutorial for doing this?
    Regards,
    Gareth

    Hi Gareth,
    Heres a thread with discussions on the same topic, which might be of some help :
    Re: Reporting from JDeveloper
    Regards,
    Sunil..

  • Reports Integration with Jdeveloper

    Reports integration has been in and out of Jdeveloper over the last few versions.
    Is there a posted statement of direction on when and how integration will happen?
    (My hopes are up because the OTN product pages are now talking about Reports 10G)

    Hello Thomas,
    The Reports JDeveloper Extension are currently available only in the Oracle9i Developer Suite (Oracle9iDS) that contains:
    - Reports Builder 9.0.2
    - JDeveloper 9.0.2
    The Reports Extension will be also available with the Oracle Developer Suite 10g.
    Regards
    Tugdual

  • Oracle Reports embed in JDeveloper

    Reports in Jdeveloper ?
    ===========================
    Hi Experts,
    I am finding a solution over there about suitable Reporting tools by Oracle JDeveloper 11g . I am migrating oracle forms to JDeveloper and trying to reporting solution.
    How can I embed Oracle Reports in JDeveloper ? Anybody have solution about such as ADF with JDeveloper UI source examples? Please reply me.
    Thanks
    zakir
    ====
    Edited by: ZakirHossain on Aug 29, 2008 2:00 PM

    Zakir,
    If you work on the raw xml reports of jasper, yup it can be really difficult. But theres this awesome free tool called iReport which makes developing Jasper reports a piece of cake. The interface is very similar to those used in oracle reports. As in, GUI and easy editing.So using iReport jasper report development is not too difficult at all. That coupled with integrating it in Jdev's App makes it a killer combo (IMHO).
    *"Because created reports can run Independently even microsoft word." >>*
    I'm not really sure what you mean by this. But if you mean generating the final report in a word format. Jasper provides numerous output formats like pdf, word, excel, rtf etc pretty much everything.
    From your question in the thread *"How can I embed Oracle Reports in JDeveloper ?"* , I presumed that is exactly what you wanted to do -call oracle reports from Jdev, and this to the best of my knowledge can only be achieved by the method i have mentioned above.
    If you're looking for alternate reporting tools though, that's a different ballgame.

  • Error deploying oracle report JSPs in Jdeveloper.

    Hi,
    I am trying to deploy and run a report created using oracle Report tool(comes with oracle 10g developer suite). I did the below steps.
    1. I created a web layout report in oracle reports tool.
    2. Open Jdeveloper (which comes in developer suite).
    3. Create a new project in Jdeveloper. selected to create new "report component" from new. Copied my oracle report to this jsp page.(Report run time was automatically added to the libraries of the project created)
    4. Run using embedded oc4j and report was successfully run.
    5. Created a deployment profile for WAR. Created a war successfully. Then created an EAR.
    6. Right click deployment profile and configured standalone oc4j connected(connection1). Tested the connection. The test connection was success.
    7. Then right clicked the deployement profile and clicked deploy to connection1.
    8. The EAR file was deployed but in the standalone OC4J, it is showing few errors.
    07/05/02 17:04:47 Error: oracle.reports.jsp.ReportTagExtraInfo
    07/05/02 17:04:47 Errors parsing jar:file:/D:/OC4J/j2ee/home/applications/webapp1/webapp1/WEB-INF/lib/reports_tld.jar!/META-INF/taglib.tld
    07/05/02 17:06:11 Error: oracle.reports.jsp.ReportTagExtraInfo
    07/05/02 17:06:11 Error: loading Tld's into cachedConfigTable: null
    Can anyone tell me how to correct this error?
    -regards,
    K
    6.

    I can successfully deploy the EAR after including the Report Runtime in the dependencies of the deployment profile in Jdeveloper. But I am getting the below error.
    Reports Error Page
    Wed May 02 18:35:53 GMT+05:30 2007
    java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.reports.rwclient.RWClient.getTrace(RWClient.java:1321)
         at oracle.reports.jsp.JspTagUtil.getRWClient(JspTagUtil.java:59)
         at oracle.reports.jsp.RwTag.setPageContext(RwTag.java:54)
         at oracle.reports.jsp.ReportTag.setPageContext(ReportTag.java:101)
         at oracle.jsp.runtime.OracleJspRuntime.getTagHandler(OracleJspRuntime.java:1298)
         at MyReport.jspService(_MyReport.java:46)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Any help?
    -K

  • HOW TO CREATE A NEW J2EE APP FOR DEPLOYING ORACLE REPORTS USING JDEVELOPER?

    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying to deploy a sample parameter form for JSP report. My question is: When I create a J2EE application using JDeveloper, how to make sure "The WEB-INF directory must contain the JSP tag library for Oracle Reports, called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

    Does anyone know the answer to this question?
    I get the following error in Jdeveloper when running my test jsp report:
    Error(8): Unable to load taghandler class: /WEB-INF/lib/reports_tld.jar
    Thanks.
    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying
    to deploy a sample parameter form for JSP report. My
    question is: When I create a J2EE application using
    JDeveloper, how to make sure "The WEB-INF directory
    must contain the JSP tag library for Oracle Reports,
    called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib
    uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

  • Display Integrated Oracle Report in New Browser Window

    Hi All,
    I am using APEX 3.0.1 and Reports Builder 10g and have integrated my Oracle Reports (.rdf) successfully with APEX.
    The trouble is that the report output (in PDF format) is opening in the same browser window as my APEX application and I would like to spawn a new browser window to display the report output.
    The report is being called from a button with a Target of URL and the URL Target is:
    &REPORTS_URL.&module=DEBITNOTE_REP.rdf&destype=cache&desformat=pdf&P_DEBITNOTEID=&P73_DEBITNOTEID.
    Kind Regards,
    Gary.

    Hi Garry,
    Had to do the same thing last week.
    1. Create a javascript function that accepts the report parameters and calls the window.open function for the reports URL
    2. Change the URL on the report button to call this new function
    It might also be worth using a cmdfile (see reports doco) to simplify the URL
    cheers,
    Ron

Maybe you are looking for

  • Send Filename from j2se FILE Adapter

    Hi, I need store filename from local file to xml element. When I use j2ee adapter there is no problem. I sended Filename to Adapter Metadata and through DynamicConfigurationKey in mapping I write it to element. My question is: How could i do it in j2

  • The index link does not appear in italic. What do I do wrong?

    The primary definition of the glossary term does appear in bold, but the secondary (index link) term does not appear in italic.  I also can not format the word in another color or typeface. Any ideas on how to fix this?

  • What is "others" in Itunes

    Under Itunes, you have a horizontal graph where you can see the volume of data : Music, Apps, Pictures, .... However I have also a orange part call "OTHERS" that is bigger and bigger without any reason... Can you help me to find what can be these oth

  • Save report in BLOB

    Hi! Does anybody know how to save a report in a BLOB column of my DB? It has to be done within a process. Thanks.

  • How to create an enum?

    Hi All, I am trying to create my own enum to use in the report, like contract document status. But I am unable to find in setup where we define the same. Or if I can modify the existing enum ContractDocumentSystemPhaseEnum, as its not covering all th