Is there any tool like report writer in JDeveloper

I want to generate printable(paper) report based on perameters . is there anty tool like report writer.

No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
"header"=""
"footer"=""
"margin_bottom"="0.1"
"margin_left"="0.10"
"margin_right"="0.10"
"margin_top"="0.1"

Similar Messages

  • Is there any tool like hibernate/ibatis for abap

    hi all,
    is there any tool like hibernate/ibatis for abap.  I want to exactly know whthr there is any object relational mapping tool for abap development.
    is object based services a object relational mapping tool ?
    thanks in advance
    bye
    babu

    No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
    You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
    We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "header"=""
    "footer"=""
    "margin_bottom"="0.1"
    "margin_left"="0.10"
    "margin_right"="0.10"
    "margin_top"="0.1"

  • Is there any tools or supported tools for codes check in/out?

    When a project is in a large scale, we usually will divide the system into several modules. Each one responsible for a module. Under such situation, when a programmer tries to modify his/her module code, the problem seems to have less impact. However, in case of development involving common files, I would like to have better control about program update to avoid the conflict of program versions (Just like the Visual SourceSafe supported by Visual Basic) Is there any tool like that?
    Thanks for any advise!

    Hi,
    JDeveloper supports three SCM systems out of the box which provide this kind of functionality:
    o Oracle Software Configuration Manager (SCM) is Oracle's own source control system. It's built on the Oracle database so is highly scalable and performs well. It also has a very high level of integration into JDeveloper and has been supported in the product since JDeveloper 3.2. More information here: http://otn.oracle.com/products/repository/content.html
    o CVS, probably one of the most commonly used SCM systems around because it's free, open source and very easy to use. There's a very high level of integration for CVS in the 9.0.3 version of JDeveloper. CVS doesn't scale very well to large teams, however. More information: http://www.cvshome.org.
    o ClearCase, a popular source control system from Rational Software.
    We don't currently support Visual SourceSafe, although we're investigating the best way to provide this in the near future.
    Thanks,
    Brian
    JDev Team (SCM)

  • Is there any tool to analyze explain plan and gives the report

    Hi All,
    Is there any tool/scripts to analyze explain plan from plan_table and gives the output report
    Thanks,
    Sankar

    Hi Jaffar,
    Thank you!!!
    The below query will generate the execution tree:
    SELECT OPERATION,
         OPTIONS OPTIONS,
    DECODE(TO_CHAR(ID),'0','---',OBJECT_NAME) OBJECT_NAME,
         (ID ||'-'|| NVL(PARENT_ID,0) ||'-'|| NVL(POSITION,0) ) "ID**PARENT_ID**EXECUTION_STEP",
         SUBSTR(OPTIMIZER,1,8) OPT
    FROM PLAN_TABLE
    START WITH ID = 0
    AND STATEMENT_ID = 'Q1'
    CONNECT BY PRIOR ID = PARENT_ID
    AND STATEMENT_ID = 'Q1'
    Thanks,
    Sankar

  • Is There Any Tool in Java That Can Create Reports?

    Is there any tool in Java that can create reports? What is the tool?

    Google is your friend
    http://www.google.com/search?q=java+reporting+tools&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8
    I've heard good things about JasperReports (theres a link on the first results page from the above Google search) but I haven't used it myself.

  • Is there any command in Reports 6i - which is similar to raise form_trigger

    Is there any command in Reports 6i - which is similar to raise form_trigger_failure in forms6i.

    This might be helpful,
    You must raise the exception from within your PL/SQL.
    SRW.PROGRAM_ABORT examples
    /* Suppose you want to put a border around the salary if it is greater
    than 0.
    ** Suppose, also, that if the report fetches a salary less than 0, you
    want to
    ** raise a customized error message (i.e., "FOUND A NEGATIVE SALARY. .
    ** then terminate the report execution. To do so, you could write the
    ** following format trigger for F_SAL.
    FUNCTION foo return boolean is
    BEGIN
    if :sal >= 0 then
    srw.attr.mask := SRW.BORDERWIDTH_ATTR;
    srw.attr.borderwidth := 1;
    srw.set_attr (0, srw.attr);
    else
    srw.message(100, 'FOUND A NEGATIVE SALARY.
    CHECK THE EMP TABLE.');
    raise srw.program_abort;
    end if;
    RETURN (TRUE);
    END;

  • Can computer expert retrieve deleted videos and photo from and iphone 4 which the photos and video are not sync before? is there any tools or software to retrieve it?

    can computer expert retrieve deleted videos and photo from and iphone 4 which the photos and video are not sync before? Are there any tools or software to retrieve it?

    kimberlyq wrote:
    That means it is possible for sure there is a chance to retrieve back those photos and video.
    No, there are no gurantees. The capabilitty exists to retrive deleted data from an iPhone, but like many things in life it is not 100% successful all the time. Be careful, there are a lot of scam artists out there. They take your money & retrive nothing. This guy is one of the best in the business, but he does not work for people in the private sector. Perhaps he can recommend a service to you. But, as already pointed out, you're looking at thousands of dollars out of pocket whether these folks are successful or not:
    http://www.zdziarski.com/blog/

  • Is there any TCODE or Report Program or way to display the enterprise struc

    Hi,
    Is there any TCODE or Report Program or way to display the enterprise strucdture in a pictorial view.
    I want to see like:
    Financial Accounting
          Company
           Business Area
           Functional Area
           FM Area
            Segment
           Profit Center.
    I will appreciate your help.
    Thanks
    Bashir Awan

    Did u checked thse reports
    S_AHR_61016499 - Job Description
    S_AHR_61016501 - Complete Job Description
    S_AHR_61016498 - Job Index
    S_AHR_61016497 - Existing Jobs

  • What is a delta migration and is there any tool that support delta migration?

    Hi,
    We are migrating from MOSS 2007 to SharePoint 2013.
    What is a delta migration and is there any tool that supports delta migration...Please help me understand.

    hi
    there are many tools are availabe in market like DocAve,Metalogic-Content migration and Quest Migration
    so as per my experince Content Matrix is good to support all the feature while migration form Sharepoint 2007 and Sharepoint 2010 or Sharepoint 2013.
    See the below link
    http://www.metalogix.com/help/Content%20Matrix%20Console/SharePoint%20Edition/002_HowTo/003_MigrationActions/020_IncrementalCopying.htm
    Please mark the answer if this help full..

  • Is there any seeded graphical report available in OPM quality module.

    Dear All,
    I have two queries in OPM quality module.
    1.Is there any seeded graphical report available in OPM quality module?
    2.Is there anything like Collection plans of collecting multiple elements and doing an analysis based on the Collected elements in OPM quality?
    We need to map these two requirements for a OPM customer.
    please send your comments.
    Thanks
    Suresh

    Dear Aditya
    To my knowledge, there is no such report and need to go for Customization. Hopefully what you asked is simple report which is possible to customize.
    Regards
    Raj

  • Help|| Is there any tool available to register Oracle datasource objects into JNDI

    Is there any tool available to register Oracle datasource objects into JNDI.If so please tell me where can I download.
    Thanks
    shiva

    I'd like to know the answer to this also.
    I just started reading about JNDI 2 days ago and have never used it. I'd like to use DataSource in my application with JNDI. If I can use the database as my JNDI "server", then I'd prefer to do that instead of having a seperate external server.

  • Is there any Oracle 9i reports developer certification?

    Hello,
    I am wondering is there any Oracle 9i reports developer certification to upgrade my certification, just like oracle 9i forms developer certified professional..
    i know there is oracle 9i forms developer certified professional but not finding the reports???
    will anyone help me out please since my employer wants to know is there any such thing?
    Thanks a lot..

    user617801 wrote:
    Hi,
    Did anyone wrote the certification, .... Probable someone wrote the exam associated with the certification
    how are the Questions?Dunno
    Does anyone have sample Questions?AFIAK no.
    >
    Thanks.See: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=442 and downward links.

  • Is there any tool to check whether the proper data is inserting or not?

    Hi,
    We have different products A,B and C.
    whenever user crates an account under these products some X,Y,Z table gets updated.
    If user1 creates an account under A then X, Y, Z tables update with some data along with some ID
    If user2 creates an account under A then X, Y, Z tables update with SAME DATA along with some other ID
    Is there any tool to check whether the proper data is inserting (same data is inserting every time) or not?
    p.s : if this thread is not related to this forum .. where can I post?
    Thanks,
    Praveen

    Is there any tool to check whether the proper data is inserting (same data is inserting every time) or not?You need to check the code to see that. Is the update or insert on the table has from different places? In that case it would be better to have them moved to a centralized place may be a package.
    If you want to restrict the columns to specific values then you can use constraints.

  • Are there any tools from NI can generate the pass-through layer (IVI class driver) for IVI class specific driver?

    IVI class driver (layer) will provide interchangeable feature for a IVI class specific driver. It would work as a pass-through layer and finally make calls to the IVI class specific driver. Since there could be a lot of functions to be passed through. Are there any tools from NI (Labwindows/CVI or Labview) can do this ?
    Thanks a lot. 
    BTW: the IVI class specific driver interface is generated from Labwindows/CVI tools.

    Hi Chris,
    Yes, I did.  To support interchangability, from my understanding of the IVI specs, there should be another layer IVI-C class driver on top of this IVI class specific driver. As in the IVI‑3.1: Driver Architecture Specification:
    Although IVI‑C class drivers export inherent,
    base, and extension capabilities, they do not actually implement them. Except
    for a few inherent functions and attributes defined exclusively for class
    drivers, class driver functions and attributes provide a pass‑through layer to
    the IVI‑C specific driver. An IVI‑C specific driver is responsible for
    implementing the operations of functions and attributes and for communicating
    with the instrument. The IVI‑C specific instrument driver contains the
    information for controlling the instrument, including the command strings,
    parsing code, and valid ranges of each instrument setting"
    So where is this IVI-C class driver and how is it created and communicate with my class specific driver?
    Thanks a lot.
    Cheers,
    IVI‑3.1: Driver Architecture Specification

  • Are there any tools for data encryption and decryption ?

    Hi,
    i am using oracle 9i R2, i want encrypt my data. Are there any tools available in market.
    Please let me know the ways to do data encryption and decryption.
    Thanks in advance
    Prasuna.

    970489 wrote:
    using DBMS_OBFUSCATION_TOOLKIT.Encrypt /DESEncrypt we can't secure our password...So i am looking for an another alternative.As Blue Shadow said, what are you really trying to achieve?
    Encrypting a password is itself not secure. Anything that can be encrypted can be decrypted. That is why Oracle itself DOES NOT encrypt passwords.
    Surprised??
    Here's what Oracle does with passwords, and what others should be doing if they have to store them.
    When the password is created, the presented password - clear text - is concatenated with the username. The resulting character string is then passed through a one-way hashing function. It is that hashed value that is stored. Then when a user presents his credentials to log on to the system, the presented credentials are combined and hashed in the same manner as when the password was created, and the resulting hash value compared to the stored value.

Maybe you are looking for

  • Cannot login with Active Directory Account

    Hello, I am testing SnowLeopard (10.6.1) for deployment in my labs for the Spring 2010 semester. We use local home directories. This is a brand new fresh install of SL, on a freshly formatted Hard Drive. When bound to Active Directory I can get any A

  • Itunes bounces, but does not open

    Since installing 8.1, when i click to open itunes it bounces, has the appearance of opening, and then just stops, and does nothing. why? how can i fix it?

  • What conditions - payment terms is pciked

    Hi All,          On what conditions do a purchase order picks up a different payment terms say x(Payment in 45 days),while thecorresponding Purchase Requistion and the vendor master have the payment term as y(Pay Immediately).The material is a non-st

  • Solaris 9 High Disk Usage

    Hi, I have an unusual problem with Solaris 9 servers I am responsible for. Occasionally a server will suffer from very poor performance, characterized by disk throughput ramping up to 100%. I figured there must be a process responsible for hogging th

  • How to add india localization tax category name in PO interface

    Hi All, I created a PO , without Tax it is working fine i would like to add india localization tax category in that (Purchase Order Interface), as i checked in PO_lines_all table there is no india localization tax category id, so, if there is any way