Need help -To Restrict Huge temp file, which grows around 3 GB in OBIEE 11g

Hi Team,
I am working on OBIEE 11.1.1.5 version for a client specific BI application. we have an issue concerning massive space consumption in OBIEE 11g installed linux environment whenever trying to run some detail level drill down reports. While investigating, we found that whenever a user runs the drill down report a temp file named nQS_xxxx_x_xxxxxx.TMP is created and keep's growing in size under the below given folder structure,
*<OBIEE_HOME>/instances/instance1/tmp/OracleBIPresentationServicesComponent/coreapplication_obips1/obis_temp/*
The size of this temp file grows huge as much as around 3 GB and gets erased automatically when the drill down report output is displayed in UI. Hence when multiple users simultaneously try to access these sort of drill down reports the environment runs out of space.
Regarding the drill down reports:
* The drill down report has around 55 columns which is configured to display only 25 rows in the screen and allows the user to download the whole data as Excel output.
* The complete rows being fetched in query ranges from 1000 to even above 100k rows. Based on the rows fetched, the temp file size keeps growing. ie., If the rows being fetched from the query is around 4000 a temp file of around 60 MB is created and gets erased when the report output is generated in screen (Similarly, for around 100k rows, the temp file size grows up to 3 GB before it gets deleted automatically).
* The report output has only one table view along side Title & Filters view. (No Pivot table view, is being used to generate this report.)
* The cache settings for BI Server & BI Presentation services cache are not configured or not enabled.
My doubts or Questions:
* Is there any way to control or configure this temp file generation in OBIEE 11g?
* Why the growing temp file automatically gets deleted immediately after the report output generation in screen. Is there any default server specific settings governing this behaviour?
* As per certain OBIEE article reference for OBIEE 10g, I learnt that for large pivot table based reports the temp file generation is quite normal because of huge in-memory calculations involved . However we have used only Table view in output but still creates huge temp files. Is this behaviour normal in OBIEE 11g. If not, Can any one Please suggest of any specific settings to be considered to avoid generating these huge files or atleast generate a compressed temp file.
* Any other work around solution available for generating a report of this type without the generation of temp files in the environment?
Any help/suggestions/pointers or document reference on this regard will be much appreciated. Please advice
Thanks & Regards,
Guhan
Edited by: 814788 on 11-Aug-2011 13:02

Hello Guhan,
The temp files are used to prepare the final result set for OBI presentation server processing, so as long as long you dataset is big the tmp files will be also big and you can only avoid this by reducing your dataset by for example filtering your report.
You can also control the size of your temp files by reducing the usage of the BI server.I mean by this if you are using any functions like for example sorting that can be handled by your database so just push to the DB.
Once the report finished the BI server removes automatically the tmp files because it's not necessary anymore.you can see it as a file that is used for internal calculations once it's done the server gets rid of it.
Hope this helps
Adil

Similar Messages

  • Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air (iOS7)

    Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air

    Oh, okay. After selecting the format I want to send, it says "creating... ". Then irrespective of the format I choose the message e.g. "creating spreadsheet" disappears, and so does the choice window (where I earlier chose Mail). I am taken back to the Numbers (or Page) where I had started from. Diavonex's note indicated that after "creating ... " stage I should be taken to an option where I can type in email address where I want to  send the  file, if I want to copy it to another address etc. I cannot arrive at that page - no matter whether I am working with Pages or Number, or which format I choose for the file to share !
    I will try to close as you have suggested and try. However, I have switched on and off several times by now, but nothing changed!
    Will look forward to any ideas to solve this !!!
    Thanks much!
    Best

  • 11g SOA with AIA suddenly creates huge temp files(sar files)!!

    Hi All,
    One of our clients that is on 11g SOA with AIA, the team observed while deploying applications, that it suddenly creates huge temp files(sar files) and the server slows down and then shuts down, has anyone seen such behavior or possible reasons?
    If anyone could share such prior experience would be apreciated!
    Thanks for your time!
    Regards,

    Hi Ajay,
    Could you check the managed server logs on the server you are deploying to? I prefer the soa_server1.out file if its available. Hopefully there is something more telling on that side.
    My gut feeling is that there is a schema required by the ProcessFulfillmentOrderBillingBRMCommsAddSubProcess process has not been deployed (which sometimes happens with this PIP in particular).

  • I need help viewing password protected PDF files on my tablet

    I need help veiwing password protected PDF files on my tablet

    Any free apps available especially for this purpose?
    not that i know of. but i think _*Documents To Go*_ will be worth the expenditure.
    JGG
    edited by the Jolly Green Giant (where Green stands for environmentally friendly)

  • I need help in dowloading the XI pro which I purchased on 7-12-13

    I need help dowloading Adobe Acrobat XI Pro which I purchased 7-12-13.
    Please help me.

    And what exactly is the problem? You need to be more specific.
    Mylenium

  • I had to put my computer by together without migration or time machine I NEED help with order of the files?

    I had to put my computer by together without migration or time machine I NEED help with order of the files?

    Hi, where are these other files exactly?

  • Need Help Exporting Previous Recipients to File

    Need help exporting "Previous Recipients" to file not to Contacts.  Sorry if this is a duplicate, I can't find this answer
    anywhere for Maverick.  Thanks. 

    Hi,
    This'll do what you're after:
    $out = @()
    $mbxs = Get-Mailbox -Identity '*smith*'
    foreach ($mbx in $mbxs) {
    $whenCreated = $mbx.WhenCreated
    $out += Get-MailboxStatistics -Identity $mbx.SamAccountName |
    Select DisplayName,TotalItemSize,ItemCount,LastLoggedOnUserAccount,LastLogonTime, @{n="WhenCreated";e={$whencreated}}
    $out | Sort DisplayName | Export-Csv .\mbxStats.csv -NoTypeInformation
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Need help to start with some file and text manipulation

    Hello script mavens,
    I need help with starting a script that does the following:
    -within a base folder it takes an inventory (list?) of all the files (which happen to be image files).
    -creates a new folder inside the base folder and calls it imagesX where X increases by one every time the script is run
    -moves all the files into the images folder
    -within the base folder it creates a new text file and calls it imagesX.js
    -writes a "//-" into imagesX.js
    -then writes the list of filenames into the imagesX.js twice, separated by an empty line, and adds a semicolon to the end of each filename and saves imagesX.js
    -from a folder a level above the base folder it copies a file called index.html into the base folder and renames in indexX.html
    -in indexX.html it replaces a string "replaceThis" with "imagesX.js"
    The task is more complex but this would help me tremendously do the rest.
    If I am asking for too much on this forum please let me know

    This should get you started.
    The description of how you want to write the data isn't clear, but the rest should work (untested):
    property imageNum : 0 -- last used ImageNumber
    -- within a base folder it takes an inventory (list?) of all the files (which happen to be image files).
    -- get the folder:
    set baseFolder to (choose folder)
    -- now get the files within it:
    tell application "Finder"
    set fileList to every file of folder baseFolder as alias list
    end tell
    --creates a new folder inside the base folder and calls it imagesX where X increases by one every time the script is run
    tell application "Finder"
    set imageNum to imageNum + 1
    set newImageFolder to make new folder at baseFolder with properties {name:"images" & imageNum}
    -- moves all the files into the images folder
    move every file of folder baseFolder to newImageFolder
    --within the base folder it creates a new text file and calls it imagesX.js
    set textFile to (open for access file (baseFolder as text) & "images" & imageNum & ".js" with write permission)
    --writes a "//-" into imagesX.js
    write "//-" to textFile
    -- then writes the list of filenames into the imagesX.js twice, separated by an empty line, and adds a semicolon to the end of each filename and saves imagesX.js
    -- need more info here
    -- a blank line between each instance of the file name? or all file names, blank line, all file names again?
    -- an example, please
    close access textFile
    --from a folder a level above the base folder it copies a file called index.html into the base folder
    --and renames in indexX.html
    --in indexX.html it replaces a string "replaceThis" with "imagesX.js"
    -- the easiest way of doing this is to read the file and write a new copy with the changes - that's easier than changing it in situ:
    set indexHTML to (read file "index.html" of folder (container of baseFolder))
    set {oldTIDs, my text item delimiters} to {my text item delimiters, "replaceThis"}
    set indexHTML to text items of indexHTML
    set my text item delimiters to "imagesX.js"
    set indexHTML to indexHTML as text
    set my text item delimiters to oldTIDs
    set indexFile to (open for access file ("index" & imageNum & ".html") with write permission)
    write indexHTML to indexFile
    close access indexFile
    end tell

  • Adobe Reader leaving temp files, which are not auto-deleting.

    Adobe reader is leaving temp files all over and I can't delete them. The temp files are left in my "My Documents" folder, which is redirected to the server. Anytime I open a PDF, it leaves a temp file (ie:U17F7.tmp) and it does not auto-delete. The temp files are 0 bytes in size, just really annoying when my folders get cluttered with all these temp files.  I also cannot delete the files, because it says the location is incorrect. I am able to delete the temp files when I'm not connected to the company network. How do I get these temp files to remove themselves once I close out of Adobe Reader?  This is driving me crazy!

    Hi burdurboy05
    What is the version of reader that you're using?
    Are you trying to print files ?
    Did you try to uninstall and re-install the product?
    ~Mandy

  • HT201401 Need help to enable my 3g iPhone which has been disabled due to forgotten passcode

    HI....Need help to enable my3G iPhone which has been disabled due to forgotten passcode.Thank you

    If you forgot your passcode, restore the phone on the last computer it was synced with. If you do not have access to the last computer it was synced with, you will have to force it into recovery mode and restore as a new device.  See http://support.apple.com/kb/HT1212.

  • Need Help - Problem: Cannot rename the file

    I hv three type of file, which is original file, processed file and edited file. Then, my goal is change all the three type of filename after i edit and save the document...
    My problem is sometime it can be changed, but sometime it just change either one or two type of filename only.....
    Can somebody to help me........10s first....
    Below is my coding.....
    String nfilename = tokenString[0] + "_edited";
    File original = new File(directoryname + "\\" + "original" + "\\" + tokenString[0] + ".txt");                     
    File noriginal = new File (directoryname + "\\" + "original" + "\\" + nfilename + ".txt");
    boolean success1 = original.renameTo(noriginal);
    File process = new File(directoryname + "\\" + "process" + "\\" + tokenString[0] + ".xml");                         
    File nprocess = new File (directoryname + "\\" + "process" + "\\" + nfilename + ".xml");
    boolean success2 = process.renameTo(nprocess);
    File edit = new File(directoryname + "\\" + "edit" + "\\" + tokenString[0] + ".xml");
    File nedit = new File(directoryname + "\\" + "edit" + "\\" + nfilename + ".xml");                     
    boolean success3 = edit.renameTo(nedit);

    I have some problem when I rename file that have filename in thai language.
    I think may be it's depend on locale, I changed locale to TH but it's not work yet.
    some body help me

  • Need help in writing the control file for SQLLOADER

    Is it possible to error out the Sqlloader in case the data fields in the data file for a row are more than the fields stated in the control file?
    i.e. My data file is something like
    aaa,bbb,cc
    dd,eee
    And my ctl file has just 2 columns in it. Is it possible to write a control file which will cause the Sqlloader to error out?
    Thanks...

    Nisha,
    Again I posted test example in your other post but here is how can do that
    CREATE TABLE mytest111 (
       col1 NUMBER,
       col2 NUMBER,
       col3 NUMBER
    LOAD DATA
    TRUNCATE INTO TABLE MYTEST111
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
    TRAILING NULLCOLS
    col1 integer external,
    col2 integer external
    #mytest.dat
    1,2,3
    1,2
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Apr 10 11:40:39 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Control File:   mytest.ctl
    Data File:      mytest.dat
      Bad File:     mytest.bad
      Discard File:  none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array:     64 rows, maximum of 256000 bytes
    Continuation:    none specified
    Path used:      Conventional
    Table USIUSER.MYTEST111, loaded from every logical record.
    Insert option in effect for this table: TRUNCATE
    TRAILING NULLCOLS option in effect
       Column Name                  Position   Len  Term Encl Datatype
    COL1                                FIRST     *   ,  O(") CHARACTER           
    COL2                                 NEXT     *   ,  O(") CHARACTER           
    Table MYTEST111:
      2 Rows successfully loaded.
      0 Rows not loaded due to data errors.
      0 Rows not loaded because all WHEN clauses were failed.
      0 Rows not loaded because all fields were null.
    Space allocated for bind array:                  33024 bytes(64 rows)
    Read   buffer bytes: 1048576
    Total logical records skipped:          0
    Total logical records read:             2
    Total logical records rejected:         0
    Total logical records discarded:        0
    Run began on Fri Apr 10 11:40:39 2009
    Run ended on Fri Apr 10 11:40:40 2009
    Elapsed time was:     00:00:00.99
    CPU time was:         00:00:00.06
    {code}
    Regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Need help in FCC in reciver file adapter

    Hi Experts,
          I have a flat file structure as below -
       Header
           Text
       Rows
           FName    LName     EmpId     Location
       when i generate a CSV file i need to have these field names in the first row and then below these filed names i  need values for these fileds
    I am able to get the values for these fields but we need the field names in the file
    Thanks in advance.

    Hi,
    Do one thing, at your target structure in mapping, right click on Rows and select "Duplicate Subtree". Now in the first parent node "Rows" just hard code 'FName',  'LName', 'EmpId',  'Location' and in the second parent node "Rows" do your mappings as you did earlier.
    By doing so, you will not require to do any changes in your Data Type.
    P.s. No need to do any change in your receiver FCC.
    Regards,
    Sarvesh

  • Restricting  access to some of the LDAP users in obiee 11g.

    Hi Experts,
    I have successfully integrated LDAP with OBIEE 11g and user's are Authenticated to login to obiee using their LDAP credentials.
    But the case is All the employees in the company who have ldap are able to login(any way this is expected as we integrated ldap with OBIEE)
    Is there any way that we can restrict the access to users who don't need OBIEE. If so please suggest me the required steps.
    Edited by: MKC on Oct 5, 2012 7:43 AM

    Handle it in LDAP side, try to create a group in LDAP for BI users and use it in integration so that only this specific group uses sit in bi side.
    Pls mark if helps

  • New Mac User Needs help opening Microsoft office 2007 files on a Mac!!!

    I just got a used ibook G4. I had an old Pentium upgrade IBM before. I love my Mac, but I need my old school files form my IBM. I have OpenOffice.org 2.2 for Mac OS X 10.4.11 and I have a file converter program called X 11 that opens with a huge list of options for converting files, but it dose not say Microsoft offices 2007 it says the version numbers. I tryed the latest version and It wouldn't open in OpenOffice.org. Should I use Apple Script instead? I don't have Apple Works do I need it? I just want to look at the files. Why is there not a office viewer for Mac?

    You have Tiger. Tiger=10.4.x; Panther=10.3.x; Leopard=10.5.x.
    If you are trying with OpenOffice 2.2, it might be worth updating. I have version 2.4, which is the latest. Since 2.4 fixes a security issue, you should update if you plan to use the application anyway.
    NeoOffice, as a previous poster pointed out, should be able to open Office 2007 documents.
    See the discussion at http://user.services.openoffice.org/en/forum/viewtopic.php?f=5&t=4542 for the main OpenOffice thread discussing this issue. It discusses the ODF converter at sourceforge which NeoOffice uses to open Office 2007 documents. Apparently, you can use it with regular OpenOffice, too, but if 2.4 doesn't come with it (and maybe it does - I haven't checked), it might be easier to use NeoOffice for now.
    X11 is not a file converter, by the way. It is the traditional unix GUI. Apple provides a version of this for OS X which enables you to run applications which haven't been ported to the native OS X environment. OpenOffice for Mac OS X uses X11 as do some other applications, such as GIMP, which you may have heard of/used. NeoOffice is a version of OpenOffice ported to the native OS X environment (i.e. it doesn't have to use X11). I haven't used it in a long time - I always use OpenOffice on X11 - but it is supposed to be very good now and should seem very familiar if you're used to OpenOffice. If you can't get OpenOffice to work with your files, you should definitely try NeoOffice before buying MS Office - unless, of course, you especially want to send MS a few hundred of your preferred currency.
    The other thing you can try, if you've still got Office on your IBM machine is converting the files there by opening them and choosing "save as...". That should allow you to select an earlier version of Word/Excel/... which OpenOffice should have fewer problems with. Since you may lose formatting this way, try the other options first. (Also, if you have a lot of files, this option will be very annoying to implement.)
    I do not think AppleWorks is likely to help. (I'm not sure if AppleWorks is even still available... somebody?) There are some suggestions Pages might help, but I would personally try the other solutions first. (On the other hand, I have a very old version of Pages.)
    AppleScript is almost certainly not what you want. It has nothing to do with AppleWorks. It is a scripting language.
    Good luck,
    cfr

Maybe you are looking for

  • SSIS Web Service Task Error with WCF Service

    I have read all the other posts on this site and have not been able to resolve my issue. For testing purposes i created a very simple WCF service that takes no arguments and returns true.  That is all it does. When i create a winform client and insta

  • Magic Jack connectivity to Mac PPC and Mac OS X 10.4

    I recently read an Apple Discussion regarding Magic Jack (VOIP) http://discussions.apple.com/thread.jspa?messageID=8101416 WHICH describe issues with Magic Jack and Mac PPC. In the Discussion it said that Apple was going to develop OS drivers(BD Aqua

  • ClamXav found Office 2004 Identities DB infected with HTML.Phishing.Pay-110

    Now what do I do? I'm not really ready to trash my entourage database. When I go and trash the infected DB, once the new Database is created the ClamXav scan completes with out a hitch. That would be a fix but I'm not quite ready to go there. Does an

  • Plug and play mouse does not work

    Hi, I am trying to get a Sony mini USB mouse (plug&play) working. My macbook (early 2011; Lion OS) simply does not respond to any mouse movements. However, the mouse is recognized/listed as "USB optical mouse" under system information. The mouse is n

  • Where is the online database of lens profiles

    How do I find out which profiles have been downloaded by individuals for lens profiles? Do I have to be within Camera Raw, or within Photoshop CS5(please state which) and hit "search online database" at the bottom of the menu? Please explain. Thanks.