HTML DB versus Oracle Reports

I'm trying to decide if I should use HTML DB or Oracle Reports for reporting in my web application.
I have an ASP.NET web app and I'm using Oracle 9i Release 2 database. Instead of using Crystal Reports I want to use Oracle technology.
I want to create the reports then link to them in my web app. There won't be any ad-hoc reporting, but users should be any to pass parameters to the reports -- should as a date range.
Any suggestions on which one I should use for my situation? What are the pros/cons to using HTML DB or Oracle Reports? We have an enterprise license for all Oracle products so this is not an issue.
Thanks!

Jimmy,
I can’ tell you which product is better in your situation. HTML DB is used to develop applications, so reporting is just one of many features. But based on what you want to create, HTML DB would be a suitable tool for this task. You can create reports, link to those reports, link from report rows to other pages. Let users specify a number of parameters that can be used in the where-clause of your queries, etc. There are limitations of course, especially if you have some advanced printing needs. But since you already have licenses for all Oracle products, I’d suggest you give it a try and see if HTML DB meets your needs.
Regards,
Marc

Similar Messages

  • HTML DB  call Oracle Report and Print

    I have a PRING button on the HTML DB report. When the user click on this PRINT button it launches the oracle report location Portal Server in UNIX box. The report display in Lanscape format as I set it up. However, when I go to File/Print and click print. It print inf Portral. I tried depressly to make it print on page in lanscape format, but I was not success. Pleas help.

    This isn't really an APEX question and it's not that clear what you're wanting to acheive.
    However, have you tried choosing the landscape print format on your printer preferences via the File -> Print dialog?

  • Html tags in oracle reports

    If fields of tables in my database contain html tags such as 'H2O' (here is html tag 'sub') or 'sometext'(here is html tag 'b') how can I to make Report Builder 6i to understand these tags? In other words - can Report Builder understand and treat html tags to format output layout?
    Or how in another way I can format a part of text inside the field?
    Example:
    The below text comes from database and contains html tags.
    <B> THIS IS DEMO TEXT TO TEST HTML TAGES IN REPORTS </B>
    <TD ><B><FONT COLOR="#336699" FACE="Arial, Helvetica, sans-serif" SIZE="2">Technology Centers
    </FONT></B></TD>
    <html><body dir=&Direction bgcolor="#ffffff"> </body></html>
    <html><body dir=&Direction bgcolor="#ffffff">this is test</body></html>

    Hello Learnotd,
    Depending on your requirements, you can do one of the following:
    1. In Reports Builder, you can set the default values for the DESFORMAT system parameter to HTML, DESTYPE to FILE and DESNAME to the desired output file name, in the object navigator. Now, running the report will generate it to the HTML file, instead of displaying it in the previewer.
    2. If you are using the command-line executables, 'destype=file' and 'desformat=html' arguments will produce HTML output (using rwcli60, rwcgi60 or rwrun60) to the file specified by desname.
    3. If you calling Reports from Forms, desformat=html should be included in the run_report_object call.
    Thanks,
    The Oracle Reports Team.

  • Controlling the HTML added by Oracle Reports

    Hi,
    I'm having a problem with the HTML being added to the output of my report when it is run on the web. Oracle Reports seems to add all these table tags and a buch of other HTML tags that are not really needed. The tags do not affect the output of the HTML, but it does affect the way the output is saved if you do a save as into a text field. I have done some test and found if I can get Oracle reports from adding all that extra junk that is not needed, the report would run great.
    So the main question here is how can I control the HTML tags Oracle Reports adds when it creates HTML output.
    Thanks,
    Tom

    Jimmy,
    I can’ tell you which product is better in your situation. HTML DB is used to develop applications, so reporting is just one of many features. But based on what you want to create, HTML DB would be a suitable tool for this task. You can create reports, link to those reports, link from report rows to other pages. Let users specify a number of parameters that can be used in the where-clause of your queries, etc. There are limitations of course, especially if you have some advanced printing needs. But since you already have licenses for all Oracle products, I’d suggest you give it a try and see if HTML DB meets your needs.
    Regards,
    Marc

  • Oracle Report 6i with XML

    Can I create an Oracle report definition programmatically using XML and to build up a report definition on the fly based on user input? If I can, could anyone tell me where I can find more information about HOW?
    null

    Yes. Please read chapter 7 of the Publishing Reports manual (shipped with 6i in PDF or HTML)
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • SQL Query as Item Source/Oracle Reports w/ HTML DB?

    I have successfully used a SQL Query as an item source in the past on several occasions. However, in this instance, every time I try to do this, I get the following error:
    Error ERR-1019 Error computing item default value: page=3 name=P3_TEST_ITEM.
    ORA-01460: unimplemented or unreasonable conversion requested ORA-02063: preceding line from [database_name]
    If I use the exact same query in creating a report region, the page displays fine and the query returns the correct data. Why might this be happening, and what can I do to fix it?
    Also - off the subject - is there a way to use HTML DB to deploy reports that are created in Oracle Reports Builder? I have created several employee productivity reports for supervisors and managers in HTML DB, which is great for allowing them to run them live and have fields as parameters for varying employees, date ranges, etc... but formatting them to be browser and printer friendly is an absolute nightmare so far. If I could create and format the reports in Reports Builder and then deploy them using HTML DB, while still being able to offer parameters to the user, that would be perfect. Is this possible?

    Here is my query:
    SELECT
    TO_CHAR((sum(decode(ef.production_function,'Y',ef.function_minutes+ef.function_ot_minutes))/60)/8, '9999999.99')
    FROM
    RLAPPLSG.EMPLOYEE_INFO@REMOTE_SERVER EI,
    RLAPPLSG.SC_EMP_FUNCTIONS@REMOTE_SERVER EF,
    RLAPPLSG.SC_EMP@REMOTE_SERVER E
    WHERE
    ( e.SC_EMP_NBR=ef.SC_EMP_NBR )
    AND ( ei.EMP_ID=e.EMP_ID )
    AND (
    ( trunc(( e.SC_DATE )) BETWEEN :P2_BEGIN_DATE AND :P2_END_DATE )
    AND (ei.EMP_MGRS_ID = :P2_SUPERVISOR_ID
    OR ei.EMP_ID = :P2_SUPERVISOR_ID)
    Every table and/or view that is referenced here is done so remotely. The column datatype breakdown is as follows:
    production_function - BOOLEAN
    function_minutes - NUMBER
    function_ot_minutes - NUMBER

  • Oracle Reports 6i - image do not show on html

    Hi,
    I am using Oracle Reports 6i, on Windows 2000.
    I am running the reports from a Java Web application using RWServlet. The reports are just fine if I use PDF as DESFORMAT, but the images are not shown if the DESFORMAT is html.
    The architecture is with the application running on a different server than the Reports Server and the Oracle 8i database, which reside on the same machine.
    Any idea, why?
    Thanks,
    Paul

    Whew...lot's of questions...let's see if I can help (at least a little)...
    1. Quite possibly, the user is/was pulling the image from the database? I do this in my environment, so it might be worth a look.
    2. You should be able to print in any format from the web. You may need to adjust your destype/desname/desname parameters.
    3. Only thing I can think of here is that maybe the original report was not written using a standard web-friendly font?
    4. There's a couple of ways you can get data into an excel file:
    A. Use DDE and poke the data right into it (messy when you need to print the regular Oracle report too).
    B. Add an option to print to file and set the desformat to DELIMITEDDATA. Be sure to go through the data model and set Exclude from XML Output to 'Yes' for fields you don't need. Also, be aware that this may not come out in the same order as they do on the printed report. You can read about this on Metalink.
    Hopefully that helps you a little bit. :)
    Chad

  • Output Report in HTML format thru Oracle Forms. ASAP!!!

    Hi,
    How can i create a HTML output format thru Oracle Runtime Form?
    I have tried using the .REP and i was able to produce the HTML output format but when call the .REP using Oracle Form i was not able to produce the desired output.
    Attach below is the code. Seems like something is wrong with the code
    Thanks,
    Jen
    DECLARE
    pl_id ParamList;
    --subheader varchar2(1000);
    BEGIN
    ** Check to see if the 'tmpdata' parameter list exists.
    pl_id := Get_Parameter_List('tmpdata');
    ** If it does, then delete it before we create it again in
    ** case it contains parameters that are not useful for our
    ** purposes here.
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List( pl_id );
    END IF;
    ** Create the 'tmpdata' parameter list afresh.
    pl_id := Create_Parameter_List('tmpdata');
    ** Add 1 data parameters to this parameter list
    */ -- subheader is a parameter created in Oracle Reports
    --subheader := :variable.txt_message_yes;
    --Add_Parameter(pl_id,'SUBTITLE',TEXT_PARAMETER,subheader );
    **Pass a Parameter into PARAMFORM so that a parameter dialog will not appear
    **for the parameters being passing in.
    Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
    ** Add the account_no parameters to this parameter list
    Add_Parameter(pl_id,'P_ACCOUNTNO',TEXT_PARAMETER,:account_no);
    * Run the report synchronously, passing the parameter list
    */ -- ABC is the report name
    Run_Product(REPORTS, 'c:\Fusion\FusionInvoice.rep',
    SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
    END;
    null

    Hi there,
    You have to add 3 parameters to param list :
    DESTYPE with value "FILE"
    DESNAME with value of desired filename
    DESFORMAT with value "HTML" or "HTMLCSS" (for cascading style sheets)
    Hope this helps.
    Regards, Kai

  • Problem about HTML reports gemerated by Oracle Report

    We use Oracle Report to genereate Reports in HTML/CSS format.
    Everthing is perfect if we make the report with less than 160 pages. Problems
    come out when we have reports more than 159 pages. In Microsoft Internet
    Explorer (5.0 or 5.5), it can show the content of page 1 to page 159 correctly.
    But the content from page 160 onwards is displayed in a mess and words in
    those pages (we don't have image, just text) overlap.
    If we prview the print-out of the report, in IE 5.5, the format is a different
    from what we want. Although we can print it out with format distorted, we can
    only print from page 1 to 159 but not from page 160 tothe end.
    With Netscape (4.76), we can open the report correctly(but using a longtime!).
    When we try to print or preview it, the system shows no response and seems
    crashed. We gave it up after two hours.
    Does anyone have suggestions on that?

    hello,
    in my oppinion 160 pages is VERY long for a HTML document.
    as both browsers have problems displaying the files, i would assume they simply can not handle such large files.
    what you could to to check that, is to create the output to file and then remove the first 100 or so pages using a text editor and see if the pages that were screwed up before are now OK. if so, it is definitly a problem between the browsers and the filesize.
    regards,
    the orale reports team

  • HTML font size in Oracle Reports 11g

    I am migrating from Oracle Reports 10g in OAS to Reports 11g in WebLogic.
    However when I display all changed reports using Web Browser (same), the font size is changed(comparing the 10g reports to 11g reports). I would like to keep unchanged.
    (command using DESTYPE=HTML)
    May anybody can give me some guidance? (would like to see if there are any file or setting in EM which can alter the size of font in web)
    Thanks.
    Edited by: 817748 on 2011/7/19 上午 9:45

    There is a better forum: {forum:id=84} for your question

  • Unable to open PDF or HTML Oracle Reports Tutorial Documentation

    Hello,
    I am trying to open the PDF Oracle Reports Tutorial Documentation for General Documentation Release 10g Release 2 (10.1.2) from the following location: http://www.oracle.com/technology/documentation/reports.html, but it does not seem to be working. All the other PDFs are working fine. Is this a bug?
    Kind regards,
    Dirk-Abe
    null

    Did you found the solution?

  • Does Html tags interprets by oracle reports 10g?

    Hi everyone,
    I created a tabular style report on a table in which one of the column is like the following
    TEST_TABLE
    test_table_id 1
    test_table_dsc aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccdddddddddddddddddddddddddd
    when i diplaying this record in the oracle reports i want to break that test_table_dsc column like this
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb cccccccccccccccccccccccccccccccccccc dddddddddddddddddddddddddddddddddddd
    i used the HTML "br" tag and set the "contain HTML tag property " to Yes
    Changed the database column like the following aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa "br"
    bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb "br"
    ccccccccccccccccccc "br"
    dddddddddddddddddddddddddd
    It is interpreting some other tags like bold tag "b" and underline tag "u"..But if i put the "br" tag it is not interpreting.It is just showing like that. Is there any other way to do line breaks (according the requirement)
    Message was edited by:
    phani marella
    Message was edited by:
    phani marella

    Hi Phani,
    I just tried with the value specified by you. Here is my report :)
    I have created a report with a formula column which returns following text:
    "<html><body>< i >< b >a< /i >< /b >< br >bb< br >ccc< br >dddd< /body >< /html >" (without double quotes). And I set the field's "Contains HTML Tags" property to Yes.
    And my observations are:
    1. Many times I tried in paper layout, it is simply showing the HTML code, but not parsing the tags. :(
    Now executed the report from browser using http://localhost:889/reports/rwservlet.....
    2. If DesType=HTML, everthing is fine and I got the result as I expected. and the result is displayed below
    <b><i>a</i></b>
    bb
    ccc
    dddd
    3. If DesType=pdf. the result is NOT as expected. And I found only bold < b > and < i > tags are interpreted/parse but no other html tags as specified in help. The output is:
    < html >< body ><b><i>a</i></b>< br >bb< br >ccc< br >dddd< /body >< /html >
    This is same with DesType=RTF.
    Conclusion:
    * Full HTML tags are supported only when you run a report with DesType=HTML and ContainsHtmlTags=YES.
    * When DesType is PDF and RTF only limited HTML tags are supported/parsed. Those are Text Style (bold, italics, underline, and strikethrough) and Text Attributes (font name, font color, and font size) as specified in help (you mentioned the same in above post).
    * Even paper layout supports the same limited tags, but not all HTML tags.
    Cheers,
    Gouri Sankar

  • Oracle Reports: Print HTML tags

    I am reading data from DB that contains HTML tags and would like the tags to be interpreted when the PDF report is displayed. Currently, the HTML tags are being displayed in the report.
    When I output the report as a HTML is tags are interpreted and looks ok.
    How do I convert the HTML tags in the report is displayed as PDF?
    Thanks for your response.

    Ramakrishnan Srinivasan (guest) wrote:
    : I have a requirement to transport a print file created by
    Oracle
    : Reports to a print shop and print the document at this
    facility.
    : I know the type of printer this shop has.
    : The print file I like to create is a Form Letter. I will like
    to
    : know how to achieve this using Oracle Reports.
    : The letter I like to print is a standard letter with some
    custom
    : information on it. I will also like to know if I can create a
    : file consisting of Name, address and other specific information
    : that I want in the letter and merge it at the other end with
    : Word/Word perfect Letter using a WINDOWS 95 supplied batch
    : program.
    : Any other feasible solutions are also welcome.
    : Ram
    Hi Ram,
    You can create a postscript file or a PDF file and give that
    to the print shop for printing. It's pretty easy. Go to the File
    menu, choose Generate to File, and then choose Postscript or PDF.
    Note that Reports will use the driver for the printer to which
    you are connected at the time you generate the file. You may have
    to do some tests to make sure that that printer driver is
    compatible with that of the print shop. I would generate a test
    file from Reports and see if it works with their printer.
    Regards
    The Oracle Reports Team
    null

  • Embed html code with Oracle Apex report

    hello Everybody,
    Iam wondering if you guys have any idea about embeding my own html code that has a javascript and html stuff in Oracle Apex page.
    Thanks,
    Abdul ALkhateeb

    Abdul,
    This is very common and can be done a few ways. It's actually one of the great things about ApEx - VERY flexible. Please be more specific about what you're trying to do so we could point you in the right direction.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Calling Oracle Reports from JSP/HTML

    Hi,
    We have a web application developed in JSP, I'd like to use Oracle Reports writer to generate reports (Since our back office application is developed using Oracle forms and Reports - 6i).
    I don't know how to place a request to Oracle Reports server and view the output. Can someone please help me with this.
    Thanks in advance.
    Best Regards,
    Karthik

    Karthik,
    You might want to repost this question to the reports forum - you'll be more likely to get a response from a reports expert.
    Thanks
    Blaise

Maybe you are looking for

  • Is there a way of rotating clips in FC4?

    I have a plug in for iMovie that does the job, but would prefer to do it directly from FC, rather then transferring clips back and forth. Any suggestions, please? Thanks.

  • Deauthorizing broken computers: I'm getting grumpy here |

    With three kids' computers and two computer of my own my family usually has our full 5 authorized itunes computers at all times. So I've just had my second dead computer within 12 months and guess what: can't be deauthorized. It's dead, inaccessible

  • Why the system invokes card.toString() by itself

    Hi All! When Card3 is instantiated and then printed out.The result is, as if the card.toString() was invoked ( Ten of Clubs). Could somebody tell,why the system invokes card.toString() by itself. Thanks. public class card3Demo { public static void ma

  • EDI Scenarios

    Hi, With regarding to EDI scenarios with XI and seeburger, would like to get input on the following. As the technical stuffs of conversion can be done with seeburger, is it easy or hard to prepare the mapping specifications from EDI to idoc xml. Do w

  • Another SQLCMD Question

    Hi, I have this SQLCMD: SQLCMD -S <servername> -d <db_name> -U sa -P <password> -Q "set nocount on;SELECT T0.ItemCode,T0.FrgnName, T0.U_Brand, (SELECT T1.Price FROM OITM T0 inner join ITM1 T1 on T0.ItemCode = T1.ItemCode and T1.[PriceList] = '1'),T1.