How to load one report page at a time for heavy reports of over 100 pages.

Three banks merged together and now my reports have to pull massive combined data of all 3 banks. Even after tuning the queries, applying indexs, its taking long to load. A normal report now has over 100 pages.
Do you know if I can just load 1 page at a time and show it to user so the user donot have to wait for all 100 or more pages to load before they can see the whole report...? Kind of spooling...or something.
Thank you.
Edited by: Aditi_Seth on Jul 28, 2010 2:54 PM

I am not aware of a simple solution to set the file name. You need to set the content-disposition, but I don't think this is possible with any of the report parameters. A workaround is to save to save the report as a pdf file (destype=file&desname=myreport.pdf), and then open it in the browser after the report is finished.
About the timeout: this can be set in the repserver conf file (engineResponseTimeOut) or override it in the url with parameter ENGINERESPONSETIMEOUT. It's all in the documentation, so always start your search there!
http://download.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_cla.htm#sthref2775

Similar Messages

  • How to load Matrix report data into basic table data using ODI

    Hi,
    How to load Matrix report data into basic table data using oracle Data Integrator ?
    Requirement Description:
    Following is the matrix report data:
    JOB                       DEPT10                DEPT20 
    ANALYST                                           6000
    CLERK                   1300                     1900 Need to convert it into below format:
    JOB                             Dept                        Salary
    ANALYST                  DEPT10     
    ANALYST                  DEPT20                     6000
    CLERK                       DEPT10                    1300
    CLERK                       DEPT20                    1900
        Thanks for your help in advance. Let me know if any further explanation is required.

    Your list seems to be a little restrictive, you can do a lot more with ODI procedures.
    If you create new procedure, and add a step. In the 'command on source' tab set you technology and schema as per your source database. Use the unpivot functionality as described in the link, please, rather than using 'SELECT *' use the appropriate column names and alias them for eg:
    SELECT job as job,
    deptsal as deptsal,
    saldesc as saledesc
    FROM pivoted_data
    UNPIVOT (
    deptsal --<-- unpivot_clause
    FOR saldesc --<-- unpivot_for_clause
    IN (d10_sal, d20_sal, d30_sal, d40_sal) --<-- unpivot_in_clause
    Then in your 'command on target' tab set the technology and schema to your target db, then put your INSERT statement for eg:
    INSERT INTO job_sales
    (job,
    deptsal,
    saledesc
    VALUES
    :job,
    :deptsal,
    :saledesc
    Therefore you are using bind variables from source to load data into target.
    Obviously if the source and target table are in the same database, then you can have it all in one statement in the 'command on target' as
    INSERT INTO job_sales
    (job,
    deptsal,
    saledesc
    SELECT job as job,
    deptsal as deptsal,
    saldesc as saledesc
    FROM pivoted_data
    UNPIVOT (
    deptsal --<-- unpivot_clause
    FOR saldesc --<-- unpivot_for_clause
    IN (d10_sal, d20_sal, d30_sal, d40_sal) --<-- unpivot_in_clause
    also set the log counter as 'Insert' on the tab where your INSERT statement is, so you know how many rows you insert into the table.
    Hope this helps.
    BUT remember that this feature only came out in Oracle 11g.

  • How to use one report column into the another report in obiee

    How to use one report column into the another report in obiee

    i dont want to use column as a filter for another report it should be report column for another report
    Thanks,
    Vivek

  • How to overlay one pdf page onto other page?

    Hi,
        I don't know how to overlay one pdf page onto other. Remember, i am not looking to merge them. Please let me know which software will help me in doing that.
    Thanks
    Sami

    Hi samik79976082,
    You can use the Background tool in Acrobat to overlay one PDF page over another. Please see this thread for details:
    Can you overlay two PDF documents, but use second PDF as watermark to first?
    If you don't have Acrobat, feel free to give it a try. You can download the 30-day trial from http://www.adobe.com/products/acrobat.html.
    Please let us know how it goes.
    Best,
    Sara
    [Discussion moved from Acrobat.com Online Services forum to Creating, Editing & Exporting PDFs forum]

  • Can u give clear steps how to load 3 data target at a time by the help of p

    can u give clear steps how to load 3 data target at a time by the help of parllalesim

    hi,
    create the load infopackage type and give the infopack you need to load.
    create 3 similar process types.
    chain should have this flow
    start -> delet index(if cube is the target) -> load target(connect the load process to start process) parallel -> and process -> create index(if cube)/actiavtion of ods(if ods)
    Ramesh

  • How to load the certificate authority into the keystore for the weblogic8.1

    how to load the certificate authority into the keystore for the weblogic8.1
    ==================================================
    Getting the message below when trying to improt the certificate to the weblogic 8.1 web server. Received this certificate from our internal IT certificate authority. Trying to import the certificate to our test sytem.
    ===================================================
    keytool error: java.lang.Exception: Failed to establish chain from reply
    Import failed. Verify that the Certificate Authority that signed 'certi.pem'
    has been loaded into your keystore 'keystore\pskey'
    To view keystore contents issue 'PSkeymanager -list -keystore keystore\pskey [-v
    To preview a certificate file issue 'PSkeymanager -previewfilecert -file certi.pem'

    You need to populate that field using cmod code. Find out from which table that field is and go to transaction cmod then enter project name and select component radio button then display.
    Now select the FM EXIT_SAPLRSAP_001  if your datasource is transactional dataource
    EXIT_SAPLRSAP_002 for master data attibute
    EXIT_SAPLRSAP_003 for Hierarchies
    EXIT_SAPLRSAP_004 for text
    then populate code .
    After your code then delete data from ods then reinit to populate the enhanced field.
    Hope it helps..

  • Insert multiple images in one slide and setting dsiplay time for each

    Hi,
    I am using Adobe Captivate4.
    I could not able to insert multiple images in one slide and set display time for each image.
    Need help in this regard.

    This is not about background image.
    I have 3 images and want to insert in one slide only. I could able to insert image1 for first time, but could not able to insert image2 and image3.
    I have followed the same steps: Insert Menu>Image.

  • How to load a web page into crystal report

    How can i load a web page into crystal report? pls help
    Thanks in advance

    Hi Sebastin,
    You can't open a webpage in your Crystal Report, because all webpages will be executed in browser only. If you insert any webpage link in any documents it will not open in the same document, it will open in browser.
    Hope this will help you
    Thanks,
    Sastry

  • How to load a Nav page into other pages?

    Hi, I am using CSS and HTML. I am not using a template. Not
    an expert.
    I want to have just one page with all main navigation links.
    Parent link/list and subordinate links/list as drop down. No page
    templates.
    How can I get pages 1 to 10 to load a 2nd page that possesses
    all the nav links? Would load into an <iframe> but first I do
    not want to use that. Second I do not know how to z-index it so the
    drop down links are on top of any page 1-10 info that is in the
    way?
    The Parent Nav link/list is horizontal and only needs to show
    main parent row. Subordinates will drop down. Do not want to have
    to have 1 row showing for all possible drop down rows. Ex.
    Header
    <div>Parent link/list with drop downs that z-index to
    on top
    <div>other things
    currently I get loose all drop downs to <div>other
    things.
    How can I accomplish this?

    [nav.php]
    <!-- Begin Navigation -->
    <div id="navigation">
    <ul class="nav">
    <li><strong> <a href="
    http://www.timlist.net/"
    target="_parent">Home</a> </strong></li>
    <li><strong><a href="
    http://timlist.net/arianna.html"
    target="_parent">Arianna</a></strong>
    <ul>
    <li><a href="
    http://timlist.net/arianna/art.html"
    target="_parent">Art</a></li>
    <li><a href="
    http://timlist.net/blog.html"
    target="_parent">Blog</a></li>
    <li><a href="
    http://www.charitynavigator.org/"
    target="_parent">Charity Navigator</a></li>
    <li><a href="
    http://timlist.net/not_ready.html"
    target="_parent">Gallery</a></li>
    <li><a href="
    http://timlist.net/not_ready.html"
    target="_parent">The Word</a></li>
    <li><a href="
    http://timlist.net/not_ready.html"
    target="_parent">Safety</a></li>
    <li><a href="
    http://timlist.net/memorial.html"
    target="_parent">Memorial</a> </li>
    </ul>
    </li>
    <li><strong><a href="
    http://timlist.net/boating.html"
    target="_parent">Boating</a></strong>
    <ul>
    <li><a href="
    http://timlist.net/boating/brands.html"
    target="_parent">Boat Brands</a></li>
    <li><a href="
    http://timlist.net/boating/types.html"
    target="_parent">Boat Types</a></li>
    <li><a href="
    http://timlist.net/boating/sales.html"
    target="_parent">Buy &amp; Sell</a></li>
    <li><a href="
    http://timlist.net/boating/drives_fuels.html"
    target="_parent">Drives &amp;  
    Fuels</a></li>
    <li><a href="
    http://timlist.net/boating/education.html"
    target="_parent">Education</a></li>
    <li><a href="
    http://timlist.net/boating/fishing.html"
    target="_parent">Fishing</a></li>
    <li><a href="
    http://timlist.net/boating/misc.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/boating/terms.html"
    target="_parent">Terminology</a></li>
    <li><a href="
    http://timlist.net/boating/stores.html"
    target="_parent">Stores</a></li>
    </ul>
    </li>
    <li><strong><a href="
    http://timlist.net/camping.html"
    target="_parent">Camping</a></strong>
    <ul>
    <li><a href="
    http://timlist.net/camping/camping_buy_sell.html"
    target="_parent">Buy/Sell</a></li>
    <li><a href="
    http://timlist.net/camping/camping_clubs_forums.html"
    target="_parent">Clubs</a></li>
    <li><a href="
    http://timlist.net/camping/camping_games_cooking.html"
    target="_parent">Cooking</a></li>
    <li><a href="
    http://timlist.net/camping/camping_clubs_forums.html"
    target="_parent">Forums</a></li>
    <li><a href="
    http://timlist.net/camping/camping_games_cooking.html"
    target="_parent">Games</a></li>
    <li><a href="
    http://timlist.net/camping/camping_gear.html"
    target="_parent">Gear</a></li>
    <li><a href="
    http://timlist.net/camping/camping_grounds_guides_mags.html"
    target="_parent">Grounds</a></li>
    <li><a href="
    http://timlist.net/camping/camping_grounds_guides_mags.html"
    target="_parent">Guides</a></li>
    <li><a href="
    http://timlist.net/camping/camping_hardware.html"
    target="_parent">Hardware</a></li>
    <li><a href="
    http://timlist.net/camping/camping_grounds_guides_magazines.html"
    target="_parent">Magazines &amp; News</a></li>
    <li><a href="
    http://timlist.net/camping/camping_misc_safety.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/camping/camping_manufacturers.html"
    target="_parent">Manufacturers</a></li>
    <li><a href="
    http://timlist.net/camping/camping_safety.html"
    target="_parent">Safety</a></li>
    </ul>
    </li>
    <li><strong>Customer Service</strong>
    <ul>
    <li><a href="
    http://timlist.net/customer_service/customer_service_101.html"
    target="_parent">Basics 101</a></li>
    <li><a href="
    http://www.timlist.net/customer_service/customer_service_reviews.html/"
    target="_parent">Reviews</a></li>
    <li><a href="
    http://www.timlist.net/customer_service/customer_service_reviews_template.html/"
    target="_parent">Templates</a></li>
    </ul>
    </li>
    <li><strong>Diesels</strong>
    <ul>
    <li><a href="
    http://timlist.net/trucks/diesel_trucks.html"
    target="_parent">Diesel Trucks</a></li>
    <li><a href="
    http://timlist.net/trucks/forums.html"
    target="_parent">Forums</a></li>
    <li><a href="
    http://timlist.net/trucks/fuel.html"
    target="_parent">Fuel</a></li>
    <li><a href="
    http://timlist.net/trucks/misc.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/trucks/parts_repair.html"
    target="_parent">Parts Repair</a></li>
    <li><a href="
    http://timlist.net/trucks/studies.html"
    target="_parent">Studies</a></li>
    <li><a href="
    http://timlist.net/trucks/towing.html"
    target="_parent">Towing</a></li>
    </ul>
    </li>
    <li><strong><a href="
    http://timlist.net/family.html">Families</a></strong></li>
    <li><strong><a href="
    http://timlist.net/gallery.html">Galleries</a></strong></li>
    <li><strong><a href="
    http://timlist.net/search.html">Search-It</a></strong></li>
    <li><strong>Technology</strong>
    <ul>
    <li><a href="
    http://timlist.net/technology/audio.html"
    target="_parent">Audio</a></li>
    <li><a href="
    http://timlist.net/technology/forums_support.html"
    target="_parent">Forums</a></li>
    <li><a href="
    http://timlist.net/technology/graphics.html"
    target="_parent">Graphics</a></li>
    <li><a href="
    http://timlist.net/technology/hardware.html"
    target="_parent">Hardware</a></li>
    <li><a href="
    http://timlist.net/technology/html.html"
    target="_parent">HTML</a></li>
    <li><a href="
    http://timlist.net/technology/java.html"
    target="_parent">Java</a></li>
    <li><a href="
    http://timlist.net/technology/misc.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/technology/programing.html"
    target="_parent">Programming</a></li>
    <li><a href="
    http://timlist.net/technology/software.html"
    target="_parent">Software</a></li>
    <li><a href="
    http://timlist.net/technology/stores.html"
    target="_parent">Stores</a></li>
    <li><a href="
    http://timlist.net/technology/forums_support.html"
    target="_parent">Support</a></li>
    </ul>
    </li>
    </ul>
    </div>
    <!-- End Navigation -->

  • How to upload one (1) page in iWeb

    If I have a Web site that has 1000 pages.. and I add 1 page or make 1 change to a page
    How do I make that change on my Website without uploading the whole 1000 pages again??
    I started to use iWeb publishing to FTP, but seems to only be able to upload the entire
    site to the server.. not just the changes to one (1) page or that one (1) extra page
    Does this mean I have to return to FileZilla and use that up loader to the server ??
    Or.. am I missing something ??
    Thanks

    If depends on what you're using to upload the files.  If you use iWeb to ftp the files it can determine what pages in the site are new or modified and upload only those files.  To assure iWeb does that I use the File ➙ Upload Site Changes option.
    If you use a 3rd party ftp client like the free  Cyberduck you can still upload only those new or modified files.  This tutorial describes how: #2 - Uploading only those published new or newly edited files when using a 3rd party FTP client.
    If you have that many pages, or a lot, it would be more efficient to have multiple sites in multiple domain files.  You can link to another site in the navbar by having a totally, blank page titled so as to match a similar page in the other site with the following code in an HTML snippet on the page:
    <script type="text/javascript">
    parent.window.location = "URL TO SITE YOU WANT TO REDIRECT TO"; </script>
    Thanks to Cyclosaurus for this code
    If your site has sections of similar topics they could be in one site in their own domain file. Web Site Maestro can be used to create new domain files to house the various sites and switch between them.
    Click to view full size
    OT

  • How to generate one report in multiple formats with FOP or BIP?

    Hi all,
    Is it possible to generate multiple formats of one report in a single "call" using Apache FOP or BI Publisher? (something similar to reports bursting).
    Right now I can only select one format at a time.
    Thank you,
    Ana-Maria

    Hi Ana-Maria,
    When you enable printing on a report region or add a button to download a report query to your application, then you get a single document download. How would you see this working with "multiple formats"? Given that APEX is a development environment, you can pretty much implement anything you like. The built-in printing capabilities in APEX come with an API that allow for customization of the default functionality, e.g. you can use apex_util.download_print_document to dynamically assign report layouts at rumtime or to use you own XML data sources or XSL-FO style sheets. More relevant to you question though, there's also apex_util.get_print_document. What that allows you to do is to generate report documents inside the database and e.g. store them in database tables or email them out to a list of recipients. You can call this API as often as you like to, requesting any combination of available report formats.
    The API function is documented here:
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_util.htm#CHDDECIA
    Regards,
    Marc

  • How to load a default page in web based application ?

    Hi
    I am new to j2ee , I have an application in which , when i start the application , login.html should be open by default .
    One way i found is that put the page name in <welcome-file> tag inside web.xml.
    My question is that there any other way like calling the dafault servlet or something else by which we can load the default page ?
    Any kind of help would be great.
    thanks in advance.

    Hi Rastogha,
    that sounds (to me) like the right way to do this. I suppose another way would be to have index.html redirect using a meta tag, but that's a little messy IMHO.
    sjl

  • How to schedule one report for multiple company code?

    How you can schedule reports in BW 3.5? Suppose I need to schedule one report for multiple company code, how can you do that and notify the users? I do not want to send multiple emails to the same user if the report runs for 20 times (for 20 different companies).
    points are given for ASAP replies.
    Thanks in advance
    Peter

    Dear Peter,
    Try to restrict the Company Code with  those 20 values and schedule.
    Regards,
    Ramkumar.

  • Single page design - how to load images onto page

    Hello,
    Take a look at the site http://www.blacktie.es/ I'm trying to learn how they load the larger images onto the page.
    When you click on the button — the website loads the large project images above — how is this being done. Is this being done with PHP? Can someone point me in the right direction?
    </div>
    <section id="sec_project">
    <div class="project_wrap" id="pro_container">
    </div>

    Ejetty wrote:
    Thanks... but the thing the http:// link does not change when you click/hover on the thumbnail in this example.
    Which example?   When you are directed to a particular solution, don't ever expect the solution to work out of the box.  You need to modify or even adapt it to suit your own circumstances.  There is no such thing as silver bullet when it comes to web design solutions.
    I don't understand your question so I have nothing to add here.
    Good luck.

  • How to Load a html page into Flex the application?

    I want to load separate html page in to my flex application.
    for example
    think I am in my shopping cart and I wanna buy something and pay for that.Then I am try to pay they will load a separate html page into my shoipping cart.
    How can I do that inside flex application?
    Any ideas are appreciated..
    thnx

    Hi snkd,
    You need to make use of iframe to load html content in Flex application.
    Check out the link below...there is also source code included..
    http://www.deitte.com/archives/2006/08/finally_updated.htm
    Thanks,
    Bhasker

Maybe you are looking for