How to load a report page, both for the more heavy reports of 100 pages.

Three banks merged and now my reports to take massive combined data of all 3 banks. Even after the development of queries, the application markings, its takes time to load. A normal report has now more than 100 pages.
Do you know if I can just load 1 page at a time and show to the user so the user donot have to wait all 100 pages or more to load before they can see the full report...? The type of queue... or something.
Thank you.

Published by: Aditi_Seth on July 28, 2010 14:54

I'm not aware of a simple solution to set the file name. You must define the layout of content, but I don't think this is possible with any of the parameters of the report. One solution is to save to save the report in pdf format (destype = file & desname = myreport.pdf), and then open it in the browser when the report is completed.

On the timeout: this can be set in the conf RepServer don't (engineResponseTimeOut) file or replace in the url with the parameter ENGINERESPONSETIMEOUT. Everything is in the documentation, so always start your search here!
http://download.Oracle.com/docs/CD/B14099_17/bi.1012/b14048/pbr_cla.htm#sthref2775

Tags: Oracle Development

Similar Questions

  • How to load a web page

    Hi friends,

    It's my first query on the forum.

    I'm new to Blackberry applications. Basically, I'm a developer of j2me.

    I want to write a small application that loads a Web page.

    I tried a small piece of code:

    Private bs = Browser.getSession (Browser.CID_BROWSERCONFIG);

    bs.displayPage ("http://www.google.com");

    But it did not help me.

    How to load a Web page for blackberry devices.

    Can someone help me please.

    Thank you

    Maury.

    See this article.

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800440/How_To _...

  • How to create a VPN file .pcf for the CISCO VPN CLIENT software profile

    Dear all

    How to create a VPN file .pcf for the CISCO VPN CLIENT software profile

    Concerning

    Hi Imran,

    Can't do much about that because it depends on what authenticate you the VPN server and how the settings. But let me introduce you to the memory layout. Once you install and open a VPN client. Press it again and it opens up a new page for the VPN config.

    Example of configuration as it is attached. But it differs depending on the configuration of your vpn server.

    Once you create and save this profile. Your FCP file is stored.

    Please assess whether the information provided is useful.

    By

    Knockaert

  • How do you add a google calendar for the web site of muse, the updates are synchronized

    How do you add a google calendar for the web site of muse, the updates are synchronized?

    You can add Google Calendar using iframe which Google provides if you go to calendar settings.

    Once you insert this code into the page of Muse by object > insert HTML, the calendar will be displayed on the page.

    https://support.Google.com/calendar/answer/41207?hl=en

    Thank you

    Sanjit

  • How to convert merge documents and mailing for the docs individual pdf and each with a field record in the merge?

    How to convert merge documents and mailing for the docs individual pdf and each with a field record in the merge?

    What is an actual field or just a piece of static text somewhere? Whatever it is, you can't do this using the Split Document command. You will need to use a script custom read the value of this 'field' and use it during extraction of pages in the file.

  • How to load a multiple column table in the coherence of caches?

    How to load a multiple column table in the coherence of caches?
    I want to load a multi-column (about 20 columns) table in cache coherence. How to change the following code (spatially how to change the SQL SELECT statement)?
    Is the following select statement enough: Select the key, the value of EMPLOYEES ?
    public static void bulkLoad(NamedCache cache, Connection conn)
        {
        Statement s;
        ResultSet rs;
        
        try
            {
            s = conn.createStatement();
            rs = s.executeQuery("select key, value from table");
            while (rs.next())
                {
                Integer key   = new Integer(rs.getInt(1));
                String  value = rs.getString(2);
                cache.put(key, value);
                }
            ...
            }
        catch (SQLException e)
            {...}
        }

    First of all, you need a class to hold your 20 fields:

    public class Data {
    
        private String field1;
        private String field2;
        private String field3;
        private String field4;
        private String field5;
        private String field6;
        private String field7;
        private String field8;
        private String field9;
        private String field10;
        private String field11;
        private String field12;
        private String field13;
        private String field14;
        private String field15;
        private String field16;
        private String field17;
        private String field18;
        private String field19;
        private String field20;
    
        public Data() {
        }
    
        public String getField1() {
            return field1;
        }
    
        public void setField1(String field1) {
            this.field1 = field1;
        }
    
        public String getField2() {
            return field2;
        }
    
        public void setField2(String field2) {
            this.field2 = field2;
        }
    
        public String getField3() {
            return field3;
        }
    
        public void setField3(String field3) {
            this.field3 = field3;
        }
    
        public String getField4() {
            return field4;
        }
    
        public void setField4(String field4) {
            this.field4 = field4;
        }
    
        public String getField5() {
            return field5;
        }
    
        public void setField5(String field5) {
            this.field5 = field5;
        }
    
        public String getField6() {
            return field6;
        }
    
        public void setField6(String field6) {
            this.field6 = field6;
        }
    
        public String getField7() {
            return field7;
        }
    
        public void setField7(String field7) {
            this.field7 = field7;
        }
    
        public String getField8() {
            return field8;
        }
    
        public void setField8(String field8) {
            this.field8 = field8;
        }
    
        public String getField9() {
            return field9;
        }
    
        public void setField9(String field9) {
            this.field9 = field9;
        }
    
        public String getField10() {
            return field10;
        }
    
        public void setField10(String field10) {
            this.field10 = field10;
        }
    
        public String getField11() {
            return field11;
        }
    
        public void setField11(String field11) {
            this.field11 = field11;
        }
    
        public String getField12() {
            return field12;
        }
    
        public void setField12(String field12) {
            this.field12 = field12;
        }
    
        public String getField13() {
            return field13;
        }
    
        public void setField13(String field13) {
            this.field13 = field13;
        }
    
        public String getField14() {
            return field14;
        }
    
        public void setField14(String field14) {
            this.field14 = field14;
        }
    
        public String getField15() {
            return field15;
        }
    
        public void setField15(String field15) {
            this.field15 = field15;
        }
    
        public String getField16() {
            return field16;
        }
    
        public void setField16(String field16) {
            this.field16 = field16;
        }
    
        public String getField17() {
            return field17;
        }
    
        public void setField17(String field17) {
            this.field17 = field17;
        }
    
        public String getField18() {
            return field18;
        }
    
        public void setField18(String field18) {
            this.field18 = field18;
        }
    
        public String getField19() {
            return field19;
        }
    
        public void setField19(String field19) {
            this.field19 = field19;
        }
    
        public String getField20() {
            return field20;
        }
    
        public void setField20(String field20) {
            this.field20 = field20;
        }
    }
    

    Then you can use it to store data in you original code

    public static void bulkLoad(NamedCache cache, Connection conn)
        {
        Statement s;
        ResultSet rs;
    
        try
            {
            s = conn.createStatement();
            String sql = "select key, value, value2, " +
                    "value3, value4, value5, value6, " +
                    "value7, value8, value9, value10 " +
                    "value11, value12, value13, value14, " +
                    "value15, value16, value17, value18, " +
                    "value19, value120 from table";
    
            rs = s.executeQuery(sql);
            while (rs.next())
                {
                Integer key   = new Integer(rs.getInt(1));
                Data data = new Data();
                data.setField1(rs.getString(2));
                data.setField2(rs.getString(3));
                data.setField3(rs.getString(4));
                data.setField4(rs.getString(5));
                data.setField5(rs.getString(6));
                data.setField6(rs.getString(7));
                data.setField7(rs.getString(8));
                data.setField8(rs.getString(9));
                data.setField9(rs.getString(10));
                data.setField10(rs.getString(11));
                data.setField11(rs.getString(12));
                data.setField12(rs.getString(13));
                data.setField13(rs.getString(14));
                data.setField14(rs.getString(15));
                data.setField15(rs.getString(16));
                data.setField16(rs.getString(17));
                data.setField17(rs.getString(18));
                data.setField18(rs.getString(19));
                data.setField19(rs.getString(20));
                data.setField20(rs.getString(21));
                cache.put(key, data);
                }
            ...
            }
        catch (SQLException e)
            {...}
        }    
    

    Of course your data object would need the appropriate field names and you will have no channels for all types. It must also implement equals and hashCode and ideally PortableObject.

    JK

  • How can I add a separate apple for the iphone and ipad wife id

    How can I add a separate apple for the iphone and ipad wife id

    Hi, are the measures already implemented? If they are, you need to configure them again and establish a Apple ID at this time.

    Apple ID - Support official Apple

  • How to set up a personalized message for the prevention of the installation of the software via group policy in windows server 2012

    Hello

    I would like to know how to set up a personalized message for the prevention of the installation of the software via group policy in windows server 2012 R2.

    I released some software in my field to a distribution point and I of installation for few of them software restriction policies. But I don't want the default next message below:

    "The system administrator has set policies to prevent this installation." This installation is forbidden by system policy. Contact your system administrator. »

    Instead, I would like to set up a custom message. Please tell us how can I do same by using Group Policy, if not available, what are the alternatives that I can use.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • Noobie here... How can I register my HP Touchpad for the guarantee

    Noobie here... How can I register my HP Touchpad for the guarantee. I have no ideal where to register my details... Then... Helppppppppp... lol

    When you connect to your hp webOS device information is returned to servers HP to register essentially the device for you. It has been since the registration for you. You will then receive an email which will help you to confirm your e-mail address to your profile and validate it.

  • How can I use my current windows7 for the new portable computer

    Original title:

    Windows 7

    Hello

    I bought the original windows7 and I currently use it in my laptop. I recently bought a new laptop and now I want this original windows 7 on my new laptop.

    How can I use my current windows7 for the new portable computer

    Please notify

    Concerning

    Run you where you are unable to activate code product. It gives you a list of phone numbers for Microsoft to ring.

  • How to reset or recover my password for the signing of an electronic document?

    How to reset or recover my password for the signing of an electronic document?

    Your only option is to remember. Adobe does not have a recovery tool or allow you to change it unless you know the current password.

  • How can I set different background color for the slider?

    Hello
    I want to set a different color for track Slider, slider track is spitted into two sections by slider-button.
    I want to put a left gray, the right of a white.
    Under css only changes the background of the entire track, but how I can change different background color for the slider?
    Any suggestion?
    .slider {
        -fx-border-width: 0;
    }
    .slider *.track {
        -fx-background-color:white;
        -fx-background-insets:  0, 1;
        -fx-border-color: #faf0e6;
        -fx-border-width: 1;
        -fx-border-style:solid;
        -fx-progress-color:yellow;
        -fx-border-radius: 20;
    }
    .slider.knobStyle:focused .knob {
        -fx-effect: dropshadow( three-pass-box , red , 5 , 0.5 , 0 , 0 );
    }
    .slider.knobStyle:unfocused .knob {
        -fx-effect: dropshadow( three-pass-box , red , 5 , 0.5 , 0 , 0 );
    }
    .slider .thumb {
         -fx-background-color:rgb(224,225,226);
         -fx-background-repeat:stretch;
         -fx-background-size:stretch;
         -fx-background-position:center top;
         -fx-background-image:url("../images/volume_ball.png");
            -fx-padding: 10;
    }

    I don't know why I can't get the node of the track, track has always set to null and the thumb or the other.

    After that the cursor was displayed on an active scene are you doing research?

    (ex.: after you have added the slider to a scene, the scene for scene, then called stage.show ())

  • How can I make my default program for the Adobe Downloads?

    How can I make my default program for the Adobe Downloads?

    Set up the default program depends on the type of file you download, Ex:-PDF file open in Adobe Reader or Acrobat.

    The downloaded file is opened in the default program set on your computer for this file type.

    The steps may vary for Windows and Mac.

    Windows

    Right click on any file with the file type that you want to change the default program Ex:-Pdf,.

    Select 'open with '.

    and from the list select your application that you want to set default Ex: Acrobat

    Check the option on the bottom, "always choose this application to open this file type.

    Mac

    CTRL + click on any file with the file type

    Go to 'Get Info '.

    Modify the Application in the 'open with '.

    Select 'change everything '.

    Close window 'Get info '.

  • Home page MSN and ebay United Kingdom format. How to make default both for the United States

    I have new HP Desktop; Default page MSN and ebay only come to the United Kingdom... want to USA format for default.  How can I change this?

    Install the following Microsoft hotfix that will solve WE MSN as your home page:

    http://IE8.MSN.com/Microsoft/Internet-Explorer-8/en-us/IE8.aspx

    Open the following link and select 'My country' as United Staes:

    http://global.eBay.com/

  • How to load a web page with the Web page class

    Hello world

    I try my app to display the title and favico starting from a given url without showing the content of the Web page itself using the class bb::cascades:WebPage, but after the constructor method and setUrl, apparently not start the loading content and methods title() both icon give anything (or loading())

    Any idea on how to load the webpage using this class?

    void handleInvoke (const bb::system:InvokeRequest & request) {}

    Web page * bookmark = new WebPage();

    Bookmark-> setUrl (request.uri ());

    root->findChild ('message')-> setProperty ('text', QString (bookmark-> title()));

    }

    Thanks in advance

    Diego

    I have use the class Web page, but the documentation, it seems you should subscribe to the loadingChanged signal and wait for the download to complete. The download can begin asynchronously so loading() might return false immediately after the definition of the URL.

    https://developer.BlackBerry.com/Cascades/reference/bb__cascades__webpage.html#loadingchanged

Maybe you are looking for

  • Advanced tab of the options does not work. Firefox is no longer the default browser. How can I fix it?

    Firefox left being my default browser without warning. The Advanced tab does not work so I can't reset by default. When I click on the Advanced tab, nothing happens. How can I fix it?

  • Satellite C850-19Z - internet connectivity problem

    Hello I bought this laptop about 14 months ago and have had fairly consistent problems with internet connectivity. Initially, the problem occurred when the prompt "Choose your browser" would appear. After selecting IE or chrome, in a day or two, we w

  • Satellite L40 - 13G: Bios update is not on Vista SP1

    I have a Satellite L40 13 G and the latest Bios update refuse to update. I'm trying to update my BIOS because the laptop freezes randomly in time and I have problems of "graphic design" where the lag games where there is no form of explosion such as

  • Der Datumsangabe components

    DIAdem 11.0, Windows XP SP3, Landereinstellung Deutsch/Schweiz, Dezimaltrennzeichen ".» ICH habe folgendes problem: Call msgbox (month (cdate ("16.06.2009 04:35"))) "))) --> Result = 6--> Das ist OK Call msgbox (month (cdate ("16.06.2009 04:35:00.000

  • Flow network 'Alert' 314050

    Attached is a draft play a network "alert" 314050 stream. As this warning stops at my network of communication on the afflicted stream he paralyzed my request. I class this as a nasty bug. I couldn't solve this bug for many days now and therefore tur