How to publish big size repot by BI Publisher?

Hi all,
Our customer wants to know how to publish big size report by BI Publisher.
Because they have performance problem with Excel Analyzer, which is used for reporting perpose.
Their existing reports are based on Excel. So, they wants to design and report by Excel Interface.
I'd like to know how to publish the big size report by BI Publisher?
We want to know customer case and explain it our customer.
Thank you,
Wataru

Nice document.
Also if you want to look at it from concurrent program log itself, then:
In the application developer responsibility
-> Concurrent
-> Program
-> Define
-> Query for short code
-> Click on Parameters
->Define the following parameter (if not existing)
Parameter Name=P_DEBUG_FLAG, attach any valueset that is YES_NO valueset.
Give
Default value=Y
Token=DebugFlag
Save.
Next time you run the Concurrent Program, the log file contains the sql executions similar to xdo logs.
By
Vamsi

Similar Messages

  • Pdf file is too big (7MB). Need a pdf file with max size 4MB. How to minimize the size of a pdf file?

    pdf file is too big (7MB). Need a pdf file with max size 4MB. How to minimize the size of a pdf file?

    The other alternative is the Save As Other>Reduce File Size. The PDF Optimizer gives you more control. You might also use the audit feature in the PDF Optimizer to see where the size problem is coming from. You might find that in the WORD file you can select and image and then go to the FORMAT (pictures) menu and select compress for all of the bitmaps in the file. That will typically use 150 dpi by default that is adequate for most needs.

  • How efficiently Big Size file can be processed

    Hi,
    I am given a specific problem for Big size Matrix data handling.
    In a File there are Huze data in the Matrix form (m*n) - These data basically represents some image pixel value.
    say for example I am give a pixel value of leena image of size 5MB.
    What should be the efficient logic for faster reading of the File and put it in a Data Structure,
    What should be the efficient Data structute to hold that huge data (data range varry from 0-255)
    Thank you
    shankha

    Do you want to know how to load an image? http://java.sun.com/docs/books/tutorial/2d/images/index.html
    BTW, 5MB isn't "huge".

  • TLF have a big size

    Dears,
    i use TLF in flash files, it make the file has a big size.
    for example classic Text size is 2-3 k and TLF size is 56 k,
    sure without the external tfl file which is exported during the publish.
    So, How can i reduce and control this difference in size ?
    Thank you in advance....

    Sounds like you are using the RSL and not static linking.  Static linking would make the SWF even bigger.  You could avoid the additional size by using TLF directly and avoiding the Flash TLFTextField component.
    Hope that helps,
    Richard

  • How to control the size of SVG images in epub files?

    There is unfortunately no support for SVG files in InDesign.
    Most of my images in jpg convertes nicely, but the small ones do not.
    Therefore I want to use SVG files which I have created in Illustrator.
    But how do I set the size in the epub file? Right now, whatever I do, they come out too big and I don't know how to control the size.
    Is there a program, like Sigil or other, that can place the image for me - I'm no html wizard you see....

    In any Java program, it is good practice to make sure your live objects leave some room in the heap for "scratch space." Without this, you will spend too much time in GC, and, in the worst cases, run out of memory. In the general case, you can see how much live data your application requires by looking at the heap used after a full GC's. For Coherence, you should ensure that live data, as you say, is under 70% of the maximum heap size.
    Coherence provides you tools to help enforce this policy. [http://coherence.oracle.com/display/COH35UG/local-scheme] describes how to size limit your cache. By implementing an eviction policy, you can control what happens when a size limit is exceeded.

  • How to make free size in undotablespace

    how to make free size in undotablespace
    how to remove expiried values in undotablespace??
    Edited by: user10896195 on Mar 4, 2011 11:23 AM

    an undo tablespace is simply a tablespace where Oracle decides how many RBS's to create
    and how big they should grow to.
    Under the covers -- it is still JUST ROLLBACK SEGMENTS -- no different. It is just that
    WE decide how many and how big instead of you.
    If you have an undo retention period that is very small, there is nothing to motivate us
    to extend an rbs -- hence you have the same problem. You want to up the undo retention.
    Bear in mind that this parameter (retentation) is a SUGGESTION from you to us. It'll not
    cause us to "blow out" undo space - if you constrain us to x megabytes -- we'll stop.
    See
    http://asktom.oracle.com/pls/asktom/f?p=100:11:::::P11_QUESTION_ID:6894817116500
    Edited by: Santosh Deshmukh on Mar 3, 2011 11:42 PM

  • Administration/Database too big size

    Dear all,
    Our customer has a administration/database of a size of 4gb... without attachments, worddocs, exceldocs. etc.
    Anybody know why the database has a big size and is there any way to shrink the database?
    SBO Version: SBO2005A PL22
    SQLServer: 2005
    Thanks in advance,
    Chief

    I have just checked the tables of the customer and the results are
    AITM:      12737
    ADOC:      112112
    ACRD:     11069
    ADO1:     666508
    AACP:                    73
    AACT:                    277
    AAD1:                    46
    AADM:                    48
    ACPR:                    6502
    ACR1:                    20028
    ACR2:                    1959
    ACRB:                    50
    ADO10:                    2454
    ADO6:                    58911
    ADP1:                    33
    AFPR:                    84
    AIT1:                    49324
    AITB:                    36
    AITT:                    40
    AITW:                    6425
    AJD1:                    7908
    AJDT:                    3581
    AKL1:                    0
    ALR1:                    1987
    ALR2:                    6173
    ALR3:                    6173
    ALT1:                    3
    AOB1:                    3624
    ARC2:                    25673
    ARC4:                    5335
    ARCT:                    30204
    ARI1:                    18
    ATC1:                    2842
    ATT1:                    40
    AUSR:                    95
    AWHS:                    7
    And how do you clean up the logs? Remove?

  • How Oracle Hold Big Files ?

    hi,
    i have some big-size pictures and i want to hold them in the oracle database and when a button pressed for ex.
    display these..
    how can i do this?
    thanks for any reply
    regards..

    ok i hold the picture with the following code but how will i display the picture for ex. by the form developer?
    create or replace procedure insert_img as
    f_lob bfile;
    b_lob blob;
    begin
    insert into waterfalls (falls_name,falls_photo)values ( 'MyGif', empty_blob() )
    return falls_photo into b_lob;
    f_lob := bfilename( 'MY_FILES', 'dog.gif' );
    dbms_lob.fileopen(f_lob, dbms_lob.file_readonly);
    dbms_lob.loadfromfile( b_lob, f_lob, dbms_lob.getlength(f_lob) );
    dbms_lob.fileclose(f_lob);
    commit;
    end;
    thanks for any reply..

  • SIZE MATTERS!  HOW TO REDUCE PROJECT SIZE

    Hey guys,
    my FCP project is pretty big. About 122 megs. I've separated it into 5 projects now, however, its still at about 100 megs. How can I reduce size of the project?
    X

    Have a look at these threads:
    what makes project files grow?
    Biggest project file you've had?

  • How to control the size of Database's image

    hi,
    I have already saved image in database, & i also can retrieve image from database. But My problem is that when i save big image then it shows with it's original size. But i want to see its size what i want? But how this possible?i want to see it's small size. i cannot do it. I know how to control the image with ImageIO . But i don'nt know how to control the size of an image from database. I cannot do it. Please Help me.
    Thanks
    bina

    Hi,
    You can control the database size at technical setting level based on ur requirement. Field name is Size category. 
    Thanks.

  • How to reduce the size of the message box when appearing on the panel?

    When a user display message appearing on the panel,it overlaps my graphs due to its big size.How can I reduce its size or locate it at the corner of the panel? 

    Can you post an example? If you're referring to the User Message or User Prompt or the other dialogs, I'm not sure if the hooks are there to control where the dialog appears. Someone else might know different.
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • How to reduce the size of the pdf scanned file ?

    Hi, 
    I have canon PIXMA MG2120. I am trying to scan the documents but the size is to big to attach to email. Any Idea how to reduce the size of the PDF file?

    Hello
     For pdf size,you can compress the pdf size if you want to reduce the size of the pdf files.
    Here is the code to do it:
    using System.IO;
    using System.Drawing.Printing;
    using RasterEdge.Imaging;
    using RasterEdge.Imaging.Codec.Compression;
    using RasterEdge.Imaging.PDF;
    DocumentCompression.infile(@"C:\1.pdf");
    DocumentCompression.Outfile(@"C:\2.pdf");
    DocumentEncoder = DocumentEncoder.Group3Encoding
    RasterEdgeImaging Document = new RasterEdgeDocumentg();
    Image. DocumentCompression(@"C:\1.pdf", "C:\2.pdf", DocumentEncoder DocumentEncoder.Group3Encoding);

  • How to reduce the size of cloned Oracle Applications Instance

    How to reduce the size of cloned Oracle applications instance, so as to save the storage space for the cloned systems.
    How can we remove unimplemented modules in the instance so that we can reclaim the space occupied by them.
    can any please suggest on this..?

    mumbai,
    I would recommend to leave it as it is.
    If you can add some inexpensive HDD to your test system then do so.
    The Apps DB storage decreasing process is quite painful and isn't straightforward.
    You can’t just delete unused schemas & tablesapces (if they are not used than they are not consuming reasonable space anyway). The modules in Apps are using each other procedures and objects. The effect of deleting one module (schema) is highly unpredictable.
    If you will do something like that than you will not be able to patch your cloned system after that.
    Some things can be done however in order to reduce size of a testing Apps system:
    - Decries UNDO & TEMP tablespaces. Normally you do not need that big tbs in test system as you have got in the production.
    - If your REDO LOG files are quite big and you have got a lot of redo groups you can recreated smaller REDO log files.
    - On Apps tier you can delete OUTput and LOG files
    In case you still would like to decrease data volume in your testing system you need to take a look on some tools which provide data subtracting capabilities from Apps DB. This process has to be quite intelligent. The tool have to know the data structures in APPS DB and subtract data in the way to not harm logical relationships between records. After a subtracting process you will need to make multiple FULL exp/imp cycles in order to reduce physical space consumed by the database. Beside the fact that those tools are quite expensive you will need to spend a lot of your time to implement those.
    BTW: That is the size of you production DB? Have you analyzed which module takes most of the space? May be you can identify top 10 objects and try to archive a data from those object preventing the future grow of the production database.
    Just my 0.02£
    Yury
    Check this out:
    A.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/msg00000.html
    B.
    - Users can subscribe to your list by sending email to
    ora-apps-dba-request_at_freelists.org with 'subscribe' in the Subject field
    C.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/threads.html

  • How to decrease the size of the JS and CSS File

    Hi experts,
    I m facing a bandwidth problem because i m accessing an application from a PDA and i noticed that it takes a very long time to load a very simple page. After some investigation, i noticed that its because the JS and CSS files downloaded are rather big.
    sapUrMapi_ie6.js (Size: 301 KB)
    sapWdSsr_ie6.js (Size: 79 KB)
    ur_ie6.css (Size: 247KB).
    Any idea how to minimize the size of these files or any workaround as to this problem ?
    Your help will be much appreciated.
    Regards,
    Daniel

    Hi,
    Check this link this may be helpful to you
    http://help.sap.com/saphelp_nw04/helpdata/en/b5/7e1141e109ef6fe10000000a1550b0/frameset.htm
    Regards,
    SURYA

  • How to increase BLOB size ?? (default is only 4000)

    hi how can i increase Size of blob data type?? , because default size is 4000, but i dont know where can i change it . I try console and also SQL Developer but there is no possibility choose size of Blob data type. thanks mato

    Subject: Oracle 10G Large Object (LOB) Data Type Changes
    Doc ID: Note:263389.1 Type: BULLETIN
    Last Revision Date: 06-MAY-2004 Status: PUBLISHED
    Large Object (LOB) Data Type Changes
    ====================================
    Prior to Oracle10G, the maximum size of the LOB data types (BLOB, CLOB and NCLOB)
    was 4GB.
    Oracle10g has increased the size of LOBs substantially. The new maximum size of LOBs
    is [(4GB -1) X (DB_BLOCK_SIZE)]. Currently the database block size allows ranges
    from 2KB to 32KB, hence the LOB size limit ranges from 8TB to 128TB.
    These larger LOBs can be used with all APIs in the DBMS_LOB PL/SQL package.
    Message was edited by:
    LC

Maybe you are looking for

  • Error code 36 - while trying to back up to an external hardddisk. I have tried everything

    Hi, When I try to get af back up of my files on my Macbook Pro I get error code 36! I am nearly desperat! I feel like I have tried almost everything to get a back up of my computer and nothing helps. My Mac Book Pro began to be very slow for a few we

  • Validating  duplicate entries in form level

    Hi I want to validate records whether its duplicate here i am inserting to a table and want to check whether its existing in another table and if not i need to enter the data.I return the following code but its returning error.I already removed the d

  • Lightroom shows wrong colors, but fine after export

    Hi, since some time Lightroom seems to show me a reduced color depth which get especially apparent in darker areas. See the dark area to the very right in a screenshot from Lightroom: and exported as sRGB (similar in AdobeRGB or ProPhoto RGB): I'm us

  • Purchase of variant configuration material from external source

    Hi, I am working with variant configuration scenario , Here some material procured from external source and per characteristics requirements , these characteristics have varied price , these price should be maintain at condition level . The Material

  • Wide Screen Layout Bug?

    Hi, it's me again, I recently put up an update for the website that I have been working on that makes the site mobile friendly. Three different layouts, 1 each media query, but now I'm facing a problem that is kind of strange to me. I'm hoping there