Can I set null for the 'DiscoGroup.0.stdout '?

Hi all:
Can I set null for the 'DiscoGroup.0.stdout '?
Because this file is too big, 22G, so I want to set to null to this file, I can do this action?
[appfmrlt@csslxa02 jvm] $ pwd
/ U01/Oracle/fmrlt/ora/IAS/Apache/JServ/logs/JVM
-rw - r - r - 1 appfmrlt s/n 22G 18 May 09:33 DiscoGroup.0.stdout





My environment: oracle ebs 11.5.9. Red Hat 3.0 | Oracle 9.2.0.3




Concerning
Terry

Terry,

Yes, it is safe to do so. You can make a backup of the files or rename it, and you better stop Apache before doing so to raise again.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Can I set permissions for the public catalogue of training?

    We want to have all users to enter the training catalog and self register. We have more than 7,000 employees with no distribution list for all peoples. How to set the permissions for all employees to refer to the training catalog and self register?

    Ah, support strikes again. The training catalogue is not and can not be publicly visible. This permission setting is available for objects in the content library.

    If you go to the training tab, then training catalog, you will see an option to set the permissions to the training catalog. Choose that and you will be able to add any individual or group in the list on the left to the list on the right to give them permissions to display. There will be no option "make publicly visible.

    If an individual is not listed in the list on the right (or a member of a group on the list on the right), then they will receive the unauthorized message.

  • not the case in the present site gives a phone number to explain my contract, I can move from one computer to another? How can I set up for printing to Adobe

    Not the case in the present site gives a phone number to explain my contract, I can move from one computer to another?

    How can I set up for printing to Adobe

    So far, it is not necessary for a person no-tech.

    If you have a normal single-user license or subscription, you are allowed to have two active facilities as long as you use only one of them for the software at the same time.  You can disable and re-enable them if necessary to install on another machine.

  • How can I get the nulls for the weeks later

    Hi all

    When I run this code, I get records up to the current week.
    How can I view the output that I get nulls for the weeks later. (with the help of the v_numOfWeeks variable in the code)

    Thank you
    Vikram
    DECLARE
       v_query VARCHAR2(4000); 
       TYPE ref_cursor IS REF CURSOR; 
       v_refcur ref_cursor;
       v_sum NUMBER; 
       v_id NUMBER; 
       v_name VARCHAR2(1000); 
       v_weeknum NUMBER; 
       v_pernum NUMBER; 
       v_numOfWeeks NUMBER := 5; 
    BEGIN 
    v_query := ' SELECT SUM(product_bkg), postn_id, postn_tbl.postn_name, b.week_num, b.period_num
                              FROM ops_cv_extract b, (SELECT row_id, desc_text postn_name
                          FROM s_postn) postn_tbl
                          WHERE lvl_6_id = 5767
                          AND fiscal_year = 2008
                          AND b.week_num < 4
                          AND b.period_num = 3
                          AND b.postn_id = TO_NUMBER(postn_tbl.row_id)
                          GROUP BY postn_id, postn_tbl.postn_name, b.week_num, b.period_num
                          ORDER BY  postn_tbl.postn_name, b.week_num';
                          
    OPEN v_refcur FOR v_query;
    
    LOOP 
       FETCH v_refcur INTO v_sum, v_id, v_name, v_weeknum, v_pernum;
       EXIT WHEN v_refcur%notfound; 
       dbms_output.put_line('P'|| v_pernum||'W'|| v_weeknum||' '||v_name||' '||v_sum); 
    END LOOP; 
    END;
    /
    
    This is the output when I execute this code. 
    
    P3W1 COMM CNTRL ISAM 213 26961.61
    P3W2 COMM CNTRL ISAM 213 12870.4
    P3W3 COMM CNTRL ISAM 213 245.88
    P3W1 COMM CNTRL ISAM 273 72831.2
    P3W2 COMM CNTRL ISAM 273 8739.38
    P3W3 COMM CNTRL ISAM 273 3764.92
    P3W1 COMM CNTRL TAM 213 49844
    P3W2 COMM CNTRL TAM 213 20515.17
    P3W3 COMM CNTRL TAM 213 16167.46
    P3W2 COMM CNTRL TAM 216 12561.4
    P3W3 COMM CNTRL TAM 216 2027.1
    P3W1 COMM CNTRL TAM 273 -3336.71
    P3W2 COMM CNTRL TAM 273 -1376.68
    P3W3 COMM CNTRL TAM 273 19707.42
    P3W1 Damon Walters -609.07
    P3W2 Damon Walters 30030.24
    P3W3 Damon Walters 37475.1
    
    This is the output I'd like to get
    
    P3W1 COMM CNTRL ISAM 213 26961.61
    P3W2 COMM CNTRL ISAM 213 12870.4
    P3W3 COMM CNTRL ISAM 213 245.88
    P3W4 COMM CNTRL ISAM 213 
    P3W5 COMM CNTRL ISAM 213 
    P3W1 COMM CNTRL ISAM 273 72831.2
    P3W2 COMM CNTRL ISAM 273 8739.38
    P3W3 COMM CNTRL ISAM 273 3764.92
    P3W4 COMM CNTRL ISAM 273 
    P3W5 COMM CNTRL ISAM 273 
    P3W1 COMM CNTRL TAM 213 49844
    P3W2 COMM CNTRL TAM 213 20515.17
    P3W3 COMM CNTRL TAM 213 16167.46
    P3W4 COMM CNTRL TAM 213 
    P3W5 COMM CNTRL TAM 213 
    P3W1 COMM CNTRL TAM 273 -3336.71
    P3W2 COMM CNTRL TAM 273 -1376.68
    P3W3 COMM CNTRL TAM 273 19707.42
    P3W4 COMM CNTRL TAM 273 
    P3W5 COMM CNTRL TAM 273 
    P3W1 Damon Walters -609.07
    P3W2 Damon Walters 30030.24
    P3W3 Damon Walters 37475.1
    P3W4 Damon Walters 
    P3W5 Damon Walters 
    Published by: polasa on October 28, 2008 18:42

    Hello

    The subquery dum has 1 to 5 hard coded values:

    (
     44                select 1 week_num from dual
     45                union all
     46                select 2 from dual
     47                union all
     48                select 3 from dual
     49                union all
     50                select 4 from dual
     51                union all
     52                select 5 from dual
     53              ) dum ,
     
    

    Instead, use the following syntax, which produces the values from 1 to n:

    (
        SELECT  LEVEL  AS week_num
        FROM    dual
        CONNECT BY  LEVEL <= n
    )  dum,
    

    n may be any numeric expression, including a scalar subquery.

  • A software says I need 4 MB of VM set aside for the program to run.

    Original title: virtual memory.

    How to set 4 MB of virtual memory in windows xp? A software says I need 4 MB of VM set aside for the program to run.

    Hi KennethBrasel,

    Welcome to the Microsoft community where you can find all the answers related to windows.

    According to the description provided, looks that you receive a virtual memory message when installing a program on Windows XP computer.

    By default, the virtual memory paging file that is created during installation is 1.5 times the physical RAM on your computer. Therefore, a computer that has 1 GB of RAM installed will have 1.5 GB of virtual memory.

    You can manually change the size of the swap file to make it larger or smaller. You can also optimize virtual memory use by dividing the space of files between multiple drives and by removing the disks slow or very open space.

    He would be grateful if you can answer this question in order to help you further.

    1. What is the size of your RAM memory?
    2 are. what program you referring?

    I suggest you try the following steps to change the virtual memory:

    a. Click Start, right click my computer and then click Properties.

    b. in the System Properties dialog box, click the Advanced tab.

    (c) in the results pane, click settings.

    d. in the performance Options dialog box, click the Advanced tab.

    e. in the virtual memory section, click on change.

    f. change the initial size value and the value of maximum size to a higher value, click on set and then click OK.

    g. click OK to close the performance Options dialog box and then click OK to close the System Properties dialog box.

    Note: With virtual memory, the computer can use the hard drive as memory (RAM) space. The computer uses virtual memory to increase the ordinary RAM that is installed on the computer. If you reduce the size of the pagefile, some the program may not start correctly or may not start at all. This problem may occur even if the computer has plenty of RAM.

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • I do a layout of paper every two weeks; This time, when I opened my model, set up for the next issue when I typed 'W' to display the grid I have something totally different than previously, a background grid which is more annoying.  Why in the world

    new to InDesign 6 months I do a newspaper page layout every two weeks.  This time, when I opened my model, set up for the next issue, when I typed "W" to display the grid, I have something I never saw elsewhere. ".  The background was filled with a new grid of tiles rather than the void behind the newspaper that I'm used to seeing.  I don't know what happened, but it seems that Adobe has tinkered once more with the program.  The last time this happened, I lost the icon "cover the columns" at the top; now, it's a case of two steps to put the head-lines across more than one column.  NOT useful.

    There is probably a command or a term, I don't know that this right but my main question is why, when I did this dozens of times before, doing something different will come this time.  (I know, without replica.)

    I'd also appreciate comments that someone out there could offer re why now when I tap on InDesign, is there a slight pause before that something happens to the screen.  What is my new Mac, or something to do with the program that I can fix it?

    Thanks, Sacie

    It looks like the grid of the document, which can be disabled in the view menu.

  • set up for the BIG - AND - plus size small desktop computer?

    Disappointment, do not respond unless a change do not know.

    Can q. I set up for the two wide and normal sized desk?

    Reactive Adobe Muse CC 2015 is now online. Please install the update of CC > Apps.

    What's new: news summary

    Release notes: https://helpx.adobe.com/muse/release-note/adobe-muse-release-notes.html

    Delicate design:

    Adobe help Muse | Create responsive Web sites

    Adobe help Muse | Responsive web design in Adobe Muse

    Adobe help Muse | Migrate existing Adobe Muse Web sites to answer

    Tutorials

    To get started with Adobe Muse (replaces how to make a website with Adobe Muse (coffee of Katie)):

    - https://helpx.adobe.com/muse/how-to/create-responsive-website.html

    Create a sensitive webpage with Adobe Muse:

    - https://helpx.adobe.com/muse/how-to/responsive-web-design.html (more detailed features RWD of Muse demo)

    Thank you

    Sanjit

  • I want to download free applications, but it doesn't let me do it cause I have a problem with my payment, I try to remove my debit card and the option did not appear, I can't choose no for the payment, what can I do?

    I want to download free applications, but it doesn't let me do it cause I have a problem with my payment, I try to remove my debit card and the option did not appear, I can't choose no for the payment, what can I do? This happen after I bought some coins for a game

    You must settle the debt until you can download something else of the podcast episodes on the iTunes Store or select None as the payment option.

    (142394)

  • can I delete apps for the sake of my iphone 4

    can I delete apps for the sake of my iphone 4

    Yes. Hold down on the App in question until the beginning of shake, then type on in the corner to remove the device completely.

  • Hi, I bought a windows xp disk Professional Microsoft a few years ago but never used it how can I cd key for the disc

    Hi, I bought a windows xp disk Professional Microsoft a few years ago but never used it how can I cd key for the disc

    If you bought a copy the retail of Windows key should be included in the box.

    How to get a replacement product key

    Retail Windows:
    If you have lost a product key for the software you purchased separately from your computer, or if your product key does not work, call Microsoft. To locate the phone number, visit the following Microsoft Web site: http://support.microsoft.com/default.aspx?scid=fh; CNTACTMS

    A fee may apply for lost keys.

  • Is it possible to buy additional licenses so that I can legally install XP for the given PC?

    Purchase additional licenses of XP to charitable purposes.

    G ' Day.

    Seems I entered company free charity PC by accident. I fix PC for needy people in my community and have been recently
    Gift of parts which I now build computers for those who cannot afford it. I have an authentic copy of the retail of Windows XP Professional
    but I don't want to break any laws by installing it on several PC. Is it possible to buy additional licenses so that I can legally
    install XP for the given PC?

    I'm in the Australian Navy and can not afford to buy XP for each PC, I'm donating. Shipping with Linux does not work too well for these people because they are for the most computer illiterate and only know windows.

    See you soon.
    Select this option.

    G ' Day.

    Seems I entered company free charity PC by accident. I fix PC for needy people in my community and have been recently
    Gift of parts which I now build computers for those who cannot afford it. I have an authentic copy of the retail of Windows XP Professional
    but I don't want to break any laws by installing it on several PC. Is it possible to buy additional licenses so that I can legally
    install XP for the given PC?

    I'm in the Australian Navy and can not afford to buy XP for each PC, I'm donating. Shipping with Linux does not work too well for these people because they are for the most computer illiterate and only know windows.

    See you soon.
    Select this option.

    Windows XP is no longer sold by Microsoft.  You will need to search the Internet and find a place you trust or inquire locally.  Unfortunately - this is where you are at.

  • How can I contact Sandisk for the support of my device warranty refurbishing Fuze e280?

    How can I contact Sandisk for the support of my device warranty refurbishing Fuze e280? It came without a manual or an other such info...

    I called SanDisk to 866-726-3475.  They gave me a case # and took me through the steps to retrieve and format the e280.  They did not go to any purchase information.  After following the instructions, the e280 worked like new.

    Thank you
    E C Yarter

  • Where can I find help for the companion of XBox Music App, App for video, or for games of XBox Live?

    Where can I find help for the companion of XBox Music App, App for video, or for games of XBox Live?

    You can find the sites of support for these applications at the following locations:

    Music App support:

    App video support

    Xbox companion support

    Support Xbox Live games:

  • Can I just pay for the membership of creative cloud without using paypal?

    Can I just pay for the membership of creative cloud without using paypal?

    See pricing and membership creative cloud plans | Adobe Creative Cloud

  • Is there a configuration parameter that can be set so that the various web pages can NOT disable the ability for the latest data from the Clipboard in a field instead of typing

    Occasionally various websites have forms to fill out. Frequently, the password field and the ability to paste from the Clipboard is disabled. Since I use a password manager and generate passwords as mN0ZJ1Pj (generated example for display) she would like to be able to paste the password because there is less tendency for me for spelling errors.

    I would like to know if there is a configuration setting that causes the instructions on the web site to disable the ability to stick to be ignored. My position is that it's MY computer and I should be able to do what I want on my end.

    Thank you.

    Fred

    Go to the Mozilla Add-ons Web Page. There is an add-on called RightToClick. Look around. There are a lot of good stuff here.

Maybe you are looking for

  • iTunes do not import ANYTHING

    In collaboration with iTunes on Mac OS X El Capitan v 10.11.6 12.4.3.1.  This happened to light last night after I downloaded an audio book on my computer.  He came as an MP3 player.  In general, I do drag and drop the file into the part of the music

  • Satellite T130-11U, lost the Bluetooth connection after installing Mobile Broadb

    I recently bought a Satellite T130-11U and established a connection with my Nokia N82, using PC Suite.Then I installed my broadband Mobile (operator TMN) and lost the Bluetooth connection. There must be a way to overcome this 'conflict '.Anyone with

  • Qosmio F10: after 2 days battery is empty

    Hello I have Toshiba Qosmio F10 my computer is full battery and I now do normal shotdown. two days later I open it but battery empty.Why? very important to me... THX

  • How can I connect os 9.0.4 G4 to G5 osx 10.4.11

    I have a G4 running OS 9.0.4 and a G5 running OS x 10.4.11 I have them hard cable via an ethernet cable. I would like to share files between the two. The G5 recognizes the G4, but I can't connect to the G4. It is said "this file server uses an incomp

  • L9L24AA #ABA Model 23q067C: new don't lodge no printer Wi - Fi and sound installation

    Buy HP Pavilion 23q067C.  Installed Windows 10 is connected to the internet. #1.  No noise at all.  Not on mute. Is there something that I need to activate or install to the sound? #2.  I have a HPJ6480c wireless printer but cannot figure out how to