EMGC OC4J_EM Consuming disk space

I am running EMGC 10.2.0.4 DB 10.2.0.3 on Linux RHEL4.
My OC4J_EM procesess is consuming disk space at an alarming rate. However, as soon as I cycle the process, all of the disk space is released. I have checked the logs and haven't seen anything unusual. What file would grow then would remove itself following a cycle of the process?
cheers

I found the answer in Metalink arcticle Doc ID: Note:352130.1 . Per the article, here is the fix:
Solution
NOTE: The errors captured in the emoms log files can occur for many different reasons. They are only documented in this article to make it more searchable. Apply the following workaround ONLY if the initial problem of OC4J_EM process size is growing uncontrollably while the OC4J_EM heap size remains the same.
To fix the issue, upgrade the jdk in the Grid Control OMS ORACLE_HOME to jdk 1.4.2_xx.
You can follow the note below:
Note 463072.1 How to manually replace Java (JRE/JDK) in Grid Control or DB Console Home
References
Note 463072.1 - How to manually replace Java (JRE/JDK) in Grid Control or DB Console Home

Similar Messages

  • Datapump import consuming disk space

    Hi all,
    Windows server 2003
    Oracle 10g
    I'm trying to import a schema using datapump:
    impdp username/password schemas=siebel directory=dpdir dumpfile=schema_exp.dmp status=60
    It's importing but it's consuming massive amounts of disk space, over 40 gig now. Why is it consuming so much space just to import. I'm doing a reorg\, so I dropped the biggest production schema, and did the import. I didn't resize the datafiles, so where is all this extra disk space going?
    Please help, this is a production site and I'm running out of time (and space)

    Tablespace SEGS FRAGS SIZE FREE USED
    PERFSTAT : 0 1 1000 1000 0%
    SBL_DATA : 3448 4 30400 12052 60%
    SBL_INDEX : 7680 3 8192 4986 39%
    SYSAUX : 3137 39 2560 490 81%
    SYSTEM : 1256 1 2048 1388 32%
    TEMP : 0 0%
    TOOLS : 2 1 256 256 0%
    UNDOTBS1 : 11 13 5120 4754 7%
    USERS : 169 14 1024 424 59%
    Great thanks, the tablespaces are not the problem, it is the archivelogs. About a 100m a minute!
    My issue started with the first import, not all the data was imported, meaning there where rows missing, I saw this when I did a row count. So I decided to do the import again (followed the same steps as mentioned earlier) If after this import the rows are still missing, I want to do a point in time recovery with rman, because then my export dump file must be corrupted, am I correct in saying this?

  • Apex/OHS issue:log files in opmn consume disk space

    Hi.
    I have installed OHS from Companion CD (10g Rel1) and the new Apex 3.0.
    There seems to be a problem because log files in opmn/logs are eating up my disk space. Apparently there's something missing or not configured yet.
    The exact error message is:
    07/04/12 10:34:13 [4] Falta el factor de formato de la conexión local 0,127.0.0.1,6100
    The contents of etc/hosts is:
    [oracle@caman bin]$ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    172.17.1.8 caman.rioturbio.com.ve caman
    172.17.1.1 tepuy.rioturbio.com.ve tepuy
    OS info:
    [oracle@caman bin]$ cat /etc/redhat-release
    Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
    Please help ...! Thanks in advance ....!

    Hi,
    I believe this is due to a conflict with something else using that port number (6100). One solution would be to edit the opmn config file and change the port from 6100 to something else (such as 6101).

  • Local Backup consuming disk space

    Hi all;
    My MBA has only 128Gb space and 25% of this is occupied by something that I am being shown is 'Backup'. This is nothing that I, as far as am aware, have set. The machine was update to Yosemite recently and I am not aware if this space was the same or not when I had Mavericks.
    I would appreciate comments and notes on how to clear and reclaim this space.
    Regards
    I.

    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself.

  • Whenever I deploy project to OC4J server by JDeveloper, disk space reduced.

    Dear all,
    When I deploy the project to oc4j server (inside jdeveloper folder), my hard disk space reduce. As I need to develop applications and deploy it to the oc4j server constantly, the disk space reduce and reduce (5mb each time), but I don't know why the deployment consumed disk space whenever I deploy the project. In long run, all my disk space has been run out.
    Do you all know why it consumes disk space when I deploy using Jdeveloper? How could I release the space? Thank you.
    David

    Check your temp folders. JDeveloper has the tendency to leave some ear and war files lying around, certainly if you are working with webcenter projects and portlets. On my machine, I created a script that runs at login to reclaim some of that space:
    c:
    cd %TEMP%
    del *.* /f /q
    {code}
    Hope this helps,
    Jeroen van Veldhuizen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Dbconsole - disk space usage

    I am not using grid control but I am using dbconsole.
    Does dbconsole consume disk space on the server?
    If so, do I have to run any purge routines to free up disk space?
    And in which directories does dbconsole consume disk space?
    Thanks in advance.

    Database user "SYSMAN" contains the complete meta data of Database control. If you want to check the size then check the default datafile assigned to SYSMAN.
    See the below link for data upload frequency
    http://download.oracle.com/docs/cd/B19306_01/em.102/b16230/howto.htm#CHDECDCC
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com/
    Time difference between the RAC nodes is out of sync
    http://www.oracleracexpert.com/2009/12/time-difference-between-rac-nodes-is.html
    Set DISPLAY variable & Enable access control
    http://www.oracleracexpert.com/2009/12/set-display-variable-enable-access.html

  • T-SQL for finding the unused tables which are consuming maximum disk space.

    Hi,
    Need help in writing a T-SQL that can return me the unused or least used tables in a database and are consuming a lot of disk space.
    Thanks  

    Refer
    http://gallery.technet.microsoft.com/SQL-List-All-Tables-Space-baf0bbf9
    create table #TableSize (
    Name varchar(255),
    [rows] int,
    reserved varchar(255),
    data varchar(255),
    index_size varchar(255),
    unused varchar(255))
    create table #ConvertedSizes (
    Name varchar(255),
    [rows] int,
    reservedKb int,
    dataKb int,
    reservedIndexSize int,
    reservedUnused int)
    EXEC sp_MSforeachtable @command1="insert into #TableSize
    EXEC sp_spaceused '?'"
    insert into #ConvertedSizes (Name, [rows], reservedKb, dataKb, reservedIndexSize, reservedUnused)
    select name, [rows],
    SUBSTRING(reserved, 0, LEN(reserved)-2),
    SUBSTRING(data, 0, LEN(data)-2),
    SUBSTRING(index_size, 0, LEN(index_size)-2),
    SUBSTRING(unused, 0, LEN(unused)-2)
    from #TableSize
    select * from #ConvertedSizes
    order by reservedKb desc
    drop table #TableSize
    drop table #ConvertedSizes
    --Prashanth

  • Will Lion Install Consume a lot of Disk Space in my Time Capsule?

    I have a 500 GB iMac which is about 2/3 full and a 1T Time Capsule which is a little over half full.  I'm getting ready to install Lion.  As far as by backups go, is this just another backup or will it consume a much bigger part of my TC since it is a major upgrade? 
    Should I just upgrade and not worry about disk space?

    After installing Lion TM will then backup all the new system files which can amount to about 6-8 GBs.

  • NFS consumes a lot of disk space on server

    I have solaris 10 on sparc. I have encountered problem with hdd disk space when running NFS. When Nfs client has mounted nfs resources. On the server I can observe that each day utilisation on mounted filesystem grows. When I unshare NFS resources the file system usage is much smaller. It is strange, because the size of files located on the shared filesytem doesnt grow so much.
    Does anybody know how to deal with it ? Is there any nfs cache which makes the reservation of hdd resources ?

    I had same problem. when resource was mounted used space grown but returned to initial state when the file system was umounted. That was because nfs daemon created temporaly files when were opened and removed those files when the file system were unmounted.
    search files with .nfs extension in the nfs share resource
    EXAMPLE:
    # pwd
    /data
    # find . |grep -i nfs
    Good luck

  • My hard drive is getting consumed as I sit and watch.  I don't have much on my computer, but it tells me the disk space is full.

    I am getting a message that my disk space is full and when I check on the hard drive capacity, I can watch it going down.  I don't have much stored on my hard drive, so I don't know what's using up all the space. 

    If you can see it disappearing before your eyes, it is likely to be some runaway process. Possibly a log filling up.
    Open the Console application and click to system.log and at the bottom, see if there is some process repeating endlessly.
    Post the last several lines of that log if you think it is relevant. Don't post the entire log though, just the end bit.

  • Safari 4.01 consumes all free disk space

    I submitted this as a Safari bug report
    Occasionally [and irregularly] when Safari is running _all free disk space is consumed_. The location of the current page or number of tabs does not matter.
    For example, I have the Activity Monitor window below Safari with the "Space Free" line exposed. While I was typing this note the value changed from 59.91 GB to 13.78 GB - then back again.
    *It does not matter if Safari has input focus - it only needs to be running to exhibit the problem.*

    Mac OS X can open pdf files fine without Adobe's bloatware, they open by default in TextEdit - the whole of OS X's display system is actually based around pdf technology so it's easy for the system to integrate pdf tools. There are alternative tools available on MacUpdate but for reading TextEdit is fine.
    wmv files should be opened with the Flip4Mac Quicktime plugin, Microsoft no longer support their own player on Mac and even supply the F4M plugin from their own download pages.
    For Stuffit files (which are thankfully much rarer these days) I'd use The Unarchiver instead of Allume's fat cat.
    To fix the other problem you could try changing your download location in Safari preferences, General - it may be that the location you are downloading to has the problem. You can pick anywhere you like just to test it out.

  • "Not enough disk space" when there seems to be (+ rapid memory consumption)

    [Note: I originally posted this in the iDVD section, but due to an answer I got there to another question and further conversations with my daughter, figured out this is probably an iMovie question?]
    I'm a newbie to iDVD and iMovie and Forums (my last Mac was a Performa 6360--still using it for the family budget). I got my daughter a MacBook as a graduation gift. She is using it to combine movie inputs from a wedding/reception that come from digital camreas and a couple of video cameras. We went to Flip4Mac to get the necessary software/features to import .wmv files (only way we could download one of the video cameras was by going from PC to Mac--can't remember if it was a Sony or Canon).
    Issue: When she tries to import vidoes into iMovie HD 6.0.3 which have already been transferred to her computer, she gets: "The file could not be imported: There is not enough disk space to import Macintosh HD/Users/julie/pictures/iPhoto Library/Originals/2007/Roll8/CIMG1442.AVI" [She says this is about a 4 min. clip.]
    Basically the question is how to get more room on her disk to import and to save? She seems to only be able to Save--she can't Save Project as an option because it says she doesn't have enough disk space (she's already deleted the Trash). Help says you need to have more than 400mb of free space or it gets difficult but the indicator shows 28.8GB free space left...so there seems to be some kind of disconnect?? (Or maybe we're talking apples and oranges?)
    [Even more disturbing, just in the last couple of days with only a little time spent on the computer, the 28.8 GB has dropped to 2.3GB--obviously there is something she is doing that she is not aware of or shouldn't be doing that is consuming memory at a rapid pace.] On top of that, she also gets the same error message when she tries to burn the project onto a disk using iDVD???
    I went through the first 5 pages of the forum and couldn't see a similar problem, but then I may have not known what to look for?
    Any help would be greatly appreciated...she's trying to give the DVD as a Wedding gift--somewhat belated.

    Hello Karstn Schluter,
    This is fm's daughter who is havin ghte difficulites. at the end you tell me to try to answer 1-8 so i will try.
    1- how can you tell if the avi is containing divx? or not?? do I need to just keep this in mind when importing these files
    2- I have not brought in an external drive. I did try making my laptop computer a harddrive so I could import my imovie poject to my eMAC at one point, but it was not allowing me to do that either. Because I had to have it in DVD form or something
    3- No I did not segment the internal drive....sorry How do you do that??? Right now I am trying to find out what is taking up all the memory and Hard Disk Drive space....i do not know how to do that either....Do you know how???
    4-Yes I know flip4mac is for wmv....I guess what that question was emplying was that I also have wmv files that I am trying to import to imovieHD and that is not working either...I can get my avi to get into imovieHD, but not my wmv. files
    5-THank you for the tip with the trash then another question to this one how do you delet projects that are taking up memory that are no longer in use?
    6-Thank you for the tip...so then ignore the not enough disk space.....how can you alter the disk space so that you can save the project under save project as and not just save project?
    7- Sorry my dad was miss informed I cannot import the wmv. files to imovie and I cannot import imovie to iDVD I only have transferred one and then all of the other files are not seen as movies so I can not import them?? Does that make since
    8- When we were useing the Sony Camera originally we could not import the video to the MAC because it did not have the correct firewire cable and it would not been read onto the MAC computer. So, we have to buy the flip4mac equipment so that I would be able ot download the inoformation to the computer by a wmv.file dvd so we are having difficulites trying to import that file.
    I hope these answers clear up the question a little bit more and sorry that your answers brought out more questions. Thank you very much for helping me. I was using a different program in my college class so changing to imovie and idvd has been a huge struggle for me. Thank you once again.

  • IMovie won't share/export my project as it says 'not enough disk space' - how on earth do I get this movie onto a DVD?

    I really hope someone can help me please?
    I have a 16GB iPad and have created a really nice wedding DVD for my sister.  It consists of about 20 mins worth of video clips and 25 mins of images set to music with movement between slides etc.  I have cleared absolutely everything off that's possible from my memory and I can't seem to get the iMovie project off my iPad!  My storage says that 8.7GB is taken up by iMovie and I've deleted all photos from my camera roll as iMovie can run the project without them, it doesn't cope without the video clips though (tried that!)
    I hve now tried exporting to iTunes and it says I don't have enough disk space - I don't understand how it can't just lift the project off my iPad without having to consume yet more storage?  I have also tried exporting to camera roll trying 1080pHD - too big.  It started on the 710pHD and got all the way through exporting (around 30 mins) and then at the end told me I didn't have enough disk space.  Funnily enough, iMovie was only taking up around 6GB of space prior to this, so it's storing this failed attempt to export some how but I can't see how I can get rid of that.
    I am heartbroken that I've spent three months doing this and now can't transport it from my iPad by seeminly any means possible.  I don't want to just give up.  I've seen other threads that say 'go to my computer and look in the DCIM folder and it's there... but it's not.  All the video clips are there but not the actual project. 
    Any help anyone can give would be so much appreciated.  Is there a way I can do this without essentially having to give up on apple products and buy some video editing software for my PC. Which isn't a MAC by the way.  As you can tell, I was hoping to screen this movie on Christmas day for the family :-(
    Jessica

    Are any of your apps video players? Some app store apps contain a file you can't see which saves logs of everything you do. Say if you have had an iPhone for 4 months and watched 50 videos with a video player these 50 videos may have been copied to the log file inside the application and may be what is using up all your disk space. Delete all video player applications from your iPhone.
    If that doesn't solve the problem copy the photos to your computer and restore your iPhone with iTunes back to factory settings and when you have restored DO NOT "restore from back up" because that might restore whatever is causing the problem instead DO "set up as new iPhone". Once you've set up your iPhone sync apps, books music, photos...etc back to the device.

  • Please for referral information, how can I get more disk space, or actually information and guidelines that can have enough free disk space. How, I have to delete documents or downloading to another drive.

    Please for referral information, how can I get more disk space, or actually information and guidelines that can have enough free disk space. How, I have to delete documents or downloading to another drive. (The problem is that Safari could not download the file "iTunesSetup.exe" because there is not enough free disk space.Try deleting documents or downloading to another drive) ... Perhaps this is the main problem why can not open iTunes and inscription is: the folder "iTunes" can not be found or created, and is required. The default location for this folder is inside the "Music" folder. - And after options ok, appears option: Choose iTunes Library with inscription iTunes needs a library to continue. You may choose an existing iTunes library or create a new one - but still following options Choose Library and the following options can not open iTunes ... Please for instructions on how to eliminate the problem or eror ...
    Mac is running OS X v10.6.8, Safari should be 5.1.10. Or  Mac OS X  /  Version  10.6.8  /  Build 10K549 / Serial Number W8****ATM  /  Processor 2.4 GHz Intel Core 2 Duo  /  Memory 4 GB 1067 MHz DDR3 or More Info:
    Hardware Overview:
      Model Name: MacBook Pro
      Model Identifier: MacBookPro7,1
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2,4 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 3 MB
      Memory: 4 GB
      Bus Speed: 1,07 GHz
      Boot ROM Version: MBP71.0039.B0B
      SMC Version (system): 1.62f7
      Serial Number (system): W80394HFATM
      Hardware UUID: 94647506-C5D0-5D73-BC7F-FC680D238F43
      Sudden Motion Sensor:
      State: Enabled
    <Personsl Information Edited by Host>

    buy an external HD   1TB for $60
    NO notebook is a mass storage device, so dont try to turn it into one, it doesnt work that way.
    Unless youre using it every couple weeks, its static data and should be on an external HD
    In the case of a Macbook Air or Macbook Pro Retina with ‘limited’ storage on the SSD, this distinction becomes more important in that in an ever rapidly increasing file-size world, you keep vital large media files, pics, video, PDF collections, music off your SSD and archived on external storage, for sake of the necessary room for your system to have free space to operate, store future applications and general workspace.  You should never be put in the position of considering “deleting things” on your macbook SSD in order to ‘make space’.
    Professionals who create and import very large amounts of data have almost no change in the available space on their computers internal HD because they are constantly archiving data to arrays of external or networked HD.
    Or in the case of the consumer this means you keep folders for large imported or created data and you ritually offload and archive this data for safekeeping, not only to safeguard the data in case your macbook has a HD crash, or gets stolen, but importantly in keeping the ‘breathing room’ open for your computer to operate, expand, create files, add applications, for your APPS to create temp files, and for general operation.

  • IBooks Author versions eating disk space

    Hello
    running iBooks Author Version 2.2 on Yosemite 10.10.3
    It seems that the automatic saving does not save only the changes to the project, but the whole project every time.
    On a big project that consumes GBs of disk space.
    In earlier versions of iBooks Author you were able to delete non used versions from within the App:
    Why is iBooks Author using up my scratch disk space?
    I found out where the versions are saved (in a hidden folder where you have no privilegies).
    I gave myself the privilegies needed and deleted 1 of the earlier versions...
    Not a good idea...
    If i go to File -> Revert (maybe bad translation from German) the App hangs an blocks the whole system...
    Has anybody found a solution to recover disk space used by iBooks Author versioning?

    Your computer but....are  you working on a network at the school or in your home with  your own  net connection?
    Networks have exclusions set  by the IT department to prevent misuse.
    A book exported to PDF , should  show teh  book content , albeit, slighty different to what your see in iBA or iBooks when previewed.  Again, it  if you are on a network, there may be issues.
    Run a text with a default template saved from iBA and see what the result  is.

Maybe you are looking for

  • How do I burn a DVD on my new iMac to play on external DVD player

    I have a new iMac at work (3.5 GHz Intel Core i7), running on OS X Yosemite, and I'm trying to figure out how to burn a DVD that can be played on an external DVD player. I have a disc burner connected, but just noticed that iDVD (the way I used to bu

  • HP LaserJet 1300 issues

    I was working on an iMac and needed to hook up a HJ LJ 1300. When I hooked up the printer and plugged in the USB the computer stopped responding. The mouse and keyboard were "Locked". When I unplugged the USB cable they resumed to function normally (

  • What's the Maximum Number of Achievements allowed for an app?

    We are working on an app and have created 39 Achievements,  but Game Center only shows 35 available achievements for the app. Does this mean that we are only allowed 35?

  • Please Apple, let us keep pages as it was...

    Installing mavericks brings pages 5.0 along somehow. PAGES 5.0 IS A TOTAL DISASTER. Worst, you can't do anything about it! I have several computers i use in office, home, all shynced, made the mistake of updating to Mavericks and pages come along on

  • Help converting binary to decimal.

    Hi all. I'm taking a course in Java programming and so far its been a great experience. I'm currently stumped on one of my assignments and I am kindly requesting some assistance. Basically I have to convert a binary entry into its decimal comparison.