Regarding space issue

There is an space issue in datatop.Could you please help me out in deleting any logs and unnecessary data in that location.As the mount which own datatop is completely filled.

Hi,
Do you have any archivelog files on this disk? If so, consider moving/deleting obsolete files. For datafiles/tablespaces, if it is possible to shrink it, please do so. Otherwise, you need to move it to some other disk.
Also, if AUTOEXTEND is enabled, you need to disable it (at least for now) until you have more space on this disk.
You may also refer to the following document, it should be helpful.
Note: 274666.1 - Cleaning An 11i Apps Instance Of Redundant Files
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=274666.1
Regards,
Hussein

Similar Messages

  • IdM DB Space Issue

    Hi Experts,
        We are facing IdM DB space issue in our PRD environment. Upon observing, it was found that the below tables are taking much space in IdM DB. Could anyone tell me what impact will my PRD system have if I truncate the below tables to free space. Please do help us out in this , if this problem is not solved, this will become the show stopper.
    mc_exec_stat
    MC_LOGS
    MC_SYSLOG
    mxi_entry
    mxi_link_audit
    mxi_link
    MXI_OLD_VALUES
    MXI_VALUES
    MXP_AUDIT
    MXP_Audit_Variables
    MXP_Ext_Audit
    Kind Regards,
    Mohamed Fazil

    I don't know what you mean with too much diskspace? Perhaps you can post the sizes here and the number of entries in your system so we can evaluate if it's normal or not.
    Most of the tables you list should not be touched and if you truncate link and entry you will delete all your assignments and entry data, and you would possibly be looking for a new job the next day.
    The log tables should be maintained by the housekeeping as mentioned, but
    mc_exec_stat
    MC_LOGS
    MC_SYSLOG
    can be cleaned but neither should have that much data, but large amounts of transactions cause logs to grow. Have you checked that your backup is cleaning the transaction logs? Also reduce loglevels to ERROR to reduce the amount logged here.
    MXP_Audit_Variables should not contain audits that are not in the provisioning queue, if you delete those workflows will fail.
    MXP_Ext_Audit can probably be cleaned without affecting operations (reports might be affected though) but you'll loose the detailed execution history on the entries, perhaps you can do partials, delete entries older than 3 years or similar.
    For future reference:
    List transaction log sizes (SQL Server):
    DBCC SQLPERF(LOGSPACE)
    List table siszes (SQL Server):
    DECLARE @SpaceUsed TABLE( TableName VARCHAR(100)
          ,No_Of_Rows BIGINT
          ,ReservedSpace VARCHAR(15)
          ,DataSpace VARCHAR(15)
          ,Index_Size VARCHAR(15)
          ,UnUsed_Space VARCHAR(15)
    DECLARE @str VARCHAR(500)
    SET @str =  'exec sp_spaceused ''?'''
    INSERT INTO @SpaceUsed EXEC sp_msforeachtable @command1=@str
    SELECT * FROM @SpaceUsed order by CAST(REPLACE(ReservedSpace,' KB','') as INT) desc
    Oracle undo, user and redofiles:
    select * from dba_data_files where tablespace_name LIKE 'UNDOTB%1' OR  tablespace_name LIKE 'USERS%'; 
    select l.group#,f.member,l.archived,l.bytes/1078576 bytes,l.status,f.type
    from v$log l, v$logfile f
    where l.group# = f.group#
    C
    Message was edited by: Per Krabsetsve

  • SCCM 2012 R2 DP - Reserve Disk Space issue

    Hi Team,
    Issue with SCCM 2012 DP. Reserve Disk space issue.
    During DP installation I have given 100000 MB as Reserve disk space, now my DP Share drive reached below 97 GB of free space, now I’m unable to distribute packages to the DP.
    Below is the error Message in Smsdpprov.log
    Failed to find space for 105874160 bytes.
    Solution tried:
    Tried changing the reserve disk space value in Registry (HKLM- Software – Microsoft – SMS- DP- ReservedDiskSpace),
    But the value is getting auto reset to old value after a restart.
    Is there any way where I could change the Reserve disk space without reinstalling the DP Role?

    Hi,
    >>Is there any way where I could change the Reserve disk space without reinstalling the DP Role?
    We need to edit the reserved free space in SQL database. But this is not supported by Microsoft.
    Steps:
    1) Run SQL query:
    select SCR.ID, SCR.Name,SC.NalPath, SCR.Value3 from sc_sysresuse_property SCR join sc_sysresuse SC on SCR.SysResUseID = SC.ID where SCR.name = 'MinFreeSpace' and SC.NALPath like '%<DP_Name>%' and SC.RoleTypeID = 3
    Note: you need to replace the <DP_Name> with your actual remote DP server name.
    2) Use the returned ID in step 1). Run the below query to update the 'MinFreeSpace' value.
    update sc_sysresuse_property set value3 = 'set desired value in MB' where name = 'MinFreeSpace' and ID = 'ID retained in previous select query'
    Example:
    update sc_sysresuse_property set value3 =20480  where name = 'MinFreeSpace' and ID = 75340198761234567
    3) In the next package content update cycle, the reserveddiskspace registry value (under HKLM\software\Microsoft\SMS\DP) will be changed
    to 20480.
    Or you can restart the SMS_SITE_Component_Manager service on SCCM site server
    to update the “reserved free space” value on remote DP.
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Oracle Space Issue

    Dear All,
    i installed 3 instances in 1 server , and my Quality Server its shows
    97% /oracle/IRQ/sapdata1 
    95% /oracle/IRQ/sapdata2
    98% /oracle/IRQ/sapdata3
    99% /oracle/IRQ/sapdata4
    note : i am taking Online Backup once in week  (frequency 7days)
    how can i resolve this Space issue
    pls give me suggestion
    ROOT@SAPDEVQA:/#su - orairq
    APDEVQA:orairq 1> df -gt
    dev/sapqaclv      7.00      1.23      5.77   18% /usr/sap/IRQ
    dev/qacexelv      6.00      5.75      0.25   96% /sapmnt/IRQ
    dev/oraqacsidlv      4.00      3.11      0.89   78% /oracle/IRQ
    dev/oraqachomelv     10.00      3.53      6.47   36% /oracle/IRQ/102_64
    dev/sapqacreorglv      2.00      0.02      1.98    1% /oracle/IRQ/sapreorg
    dev/qacdata1lv     39.00     37.66      1.34   97% /oracle/IRQ/sapdata1
    dev/qacdata2lv     35.00     32.93      2.07   95% /oracle/IRQ/sapdata2
    dev/qacdata3lv     42.00     41.08      0.92   98% /oracle/IRQ/sapdata3
    dev/qacdata4lv     38.00     37.31      0.69   99% /oracle/IRQ/sapdata4
    dev/oqaclogalv      0.50      0.11      0.39   22% /oracle/IRQ/origlogA
    dev/mqaclogalv      0.50      0.10      0.40   20% /oracle/IRQ/mirrlogA
    dev/mqaclogblv      0.50      0.10      0.40   20% /oracle/IRQ/mirrlogB
    dev/oraarchqaclv     10.00      3.26      6.74   33% /oracle/IRQ/oraarch
    regards
    satheesh
    Edited by: satheesh0812 on Dec 4, 2009 6:43 AM

    Hi Eric,
    we have 1 server with 3 Instanence  (DEV , Quality , BIW).
    we have 320 GB Hard disk now ,
    i plan to increase and existing sapdata partitions:
    /dev/sapdevlv     7340032   1549552   5790480   22% /usr/sap/IRD
    /dev/devexelv     3145728    927604   2218124   30% /sapmnt/IRD
    /dev/oradevsidlv     1048576    334684    713892   32% /oracle/IRD
    /dev/oradevhomelv    10485760   6855104   3630656   66% /oracle/IRD/102_64
    /dev/sapdevreorglv     2097152     22416   2074736    2% /oracle/IRD/sapreorg
    /dev/devdata1lv    36962304  29507424   7454880   80% /oracle/IRD/sapdata1
    /dev/devdata2lv    36700160  28631488   8068672   79% /oracle/IRD/sapdata2
    /dev/devdata3lv    41418752  35806444   5612308   87% /oracle/IRD/sapdata3
    /dev/devdata4lv    36700160  26528128  10172032   73% /oracle/IRD/sapdata4
    /dev/odevlogalv      524288    112448    411840   22% /oracle/IRD/origlogA
    /dev/odevlogblv      524288    112452    411836   22% /oracle/IRD/origlogB
    /dev/mdevlogalv      524288    102820    421468   20% /oracle/IRD/mirrlogA
    /dev/mdevlogblv      524288    102816    421472   20% /oracle/IRD/mirrlogB
    /dev/oraarchdevlv    20185088   3345728  16839360   17% /oracle/IRD/oraarch
    /dev/sapqaclv     7340032   1368368   5971664   19% /usr/sap/IRQ
    /dev/qacexelv     6291456   1576164   4715292   26% /sapmnt/IRQ
    /dev/oraqacsidlv     4194304   3743628    450676   90% /oracle/IRQ
    /dev/oraqachomelv    10485760   3703700   6782060   36% /oracle/IRQ/102_64
    /dev/sapqacreorglv     2097152     19432   2077720    1% /oracle/IRQ/sapreorg
    /dev/qacdata1lv    40894464  39492152   1402312   97% /oracle/IRQ/sapdata1
    /dev/qacdata2lv    36700160  34550020   2150140   95% /oracle/IRQ/sapdata2
    /dev/qacdata3lv    44040192  43200176    840016   99% /oracle/IRQ/sapdata3
    /dev/qacdata4lv    39845888  39124052    721836   99% /oracle/IRQ/sapdata4
    /dev/oqaclogalv      524288    114408    409880   22% /oracle/IRQ/origlogA
    /dev/oqaclogblv      524288    114404    409884   22% /oracle/IRQ/origlogB
    /dev/mqaclogalv      524288    102820    421468   20% /oracle/IRQ/mirrlogA
    /dev/mqaclogblv      524288    102824    421464   20% /oracle/IRQ/mirrlogB
    /dev/oraarchqaclv    10485760   9273880   1211880   89% /oracle/IRQ/oraarch
    /dev/sapbwdevlv     8388608   8330816     57792  100% /usr/sap/IBD
    /dev/bwdevexelv     5242880   2362552   2880328   46% /sapmnt/IBD
    /dev/orabwdevsidlv     2097152   1864044    233108   89% /oracle/IBD
    /dev/orabwdevhomelv     7340032   3684792   3655240   51% /oracle/IBD/102_64
    /dev/sapbwdevreorglv     2097152     20648   2076504    1% /oracle/IBD/sapreorg
    /dev/bwdevdata1lv    22544384  21261104   1283280   95% /oracle/IBD/sapdata1
    /dev/bwdevdata2lv    27262976  25994144   1268832   96% /oracle/IBD/sapdata2
    /dev/bwdevdata3lv    20971520  12476120   8495400   60% /oracle/IBD/sapdata3
    /dev/bwdevdata4lv    20971520  10387188  10584332   50% /oracle/IBD/sapdata4
    /dev/obwdevlogalv      524288    112808    411480   22% /oracle/IBD/origlogA
    /dev/obwdevlogblv      524288    112804    411484   22% /oracle/IBD/origlogB
    /dev/mbwdevlogalv      524288    102824    421464   20% /oracle/IBD/mirrlogA
    /dev/mbwdevlogblv      524288    102820    421468   20% /oracle/IBD/mirrlogB
    /dev/oraarchbwdevlv    10485760   7701168   2784592   74% /oracle/IBD/oraarch
    how can i partition that 320 GB  to three Instanence  (DEV, QTY, BW) or i  can partition 320 GB to (DEV,QTY,BW)Datafiles only
    regards

  • RMAN restore fails due to space issue

    Hi,
    My database size is 225 GB . I m restoring the backupfiles using RMAN from production backup to the test instance.During restore process rman failed due to space issue.When the error occurred rman restored around 122 GB.
    Now i increased the free space in server.So now my doubt is i have to delete the restored files (122GB) and start the restore process again or RMAN will automatically skip the the restored file and resume the process from where it was failed ?
    DB Version -11.2.0.2
    RMAN error
    channel CH2: ORA-19870: error while restoring backup piece /ebs/DEV/backup/GOLD_db_t801111628_s10788_p1.rman
    ORA-19502: write error on file "/ebs/DEV/bin/db/apps_st/data/a_txn_data11.dbf", block number 3492608 (block size=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 3492608
    Additional information: -1
    Thanks

    When you start the restore from the failure, RMAN knows whcih are restored and it will check file headers. if the headers match, it will skip restoring the files.
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    RMAN Debug and Trace
    http://www.oracleracexpert.com/2012/11/rman-debug-and-trace.html
    Time for Change: Migrate your Non-RAC Database to RAC
    http://www.oracleracexpert.com/2012/10/time-for-change-migrate-your-non-rac.html

  • REgarding licensing issues involvng 'Computername' and the use of UpperCase4 vs Lowercase Letters

    Does any one know if it would cause problems for the Office 365 software license to be displayed as licensed to an ALL CAPS name like 'MY-FAVORITE-PC' but the computer itself shows the computer name to be 'my-favorite-pc"?
    If it does, which one should I change?  A couple of people here have had this same problem (which usually occurs when they change to using a different PC for their account) I have to Deactivate their Old PC namer and then install the licnse to
    their New OC using whatever name it has.
    On more than one system, this has resulted in various odd "failure to contact Microsoft server" issues when activating.  The problem continues for 7 days and then their copy of Office starts showing reed warning bards and eventually gets totally
    unusable.
    However, if I uninstall the office, deactivate the license, and reinstall it once again, it install just fine and acts ok but invariably at some point, the same thing occurs.
    On one of them I noticed the difference in the case of the letters used in the computer name and the license name.  On others I am wondering about various software add ins for Outlook or some other 3rd part application causing the problem.  Whatever
    it is, it gets extremely annoying.  Officer 365 apparently must run an activation sequence almost constantly while Office 2010 (and I presume 2013) ran it once and were done with it.
    Searching Google I have found too many  possible reasons along with a lot of people who have had the same problems but no one seems to have the 100% solution.   This has only started happening since we switched to Office 365 and only
    seems to occur on systems that are changed out to different ones with the same User's 365 Account which is in good standing  and has 5 available licenses of which only one is in use.
    In the case of the caps vs lowercase I also wonder if changing the name to CAPS on their PC would create additional problems on its own?

    Hi Questorfla,
    For the Office 365 software license issue, I recommend you can post in dedicated Office 365 Forum to get a better response:
    http://community.office365.com/en-us/f/148.aspx
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • Regarding Consignment Issue

    Hi Friends,
             I have a question regarding consignment issue. During the consignment fill up I have entered a material (machine) that is configurable and also assigned a serial number to it. Now when I try to create an order (consignment issue) and enter the corresponding serial number tied up to the machine in Consignment fillup, the system is taking just the higher level item of the BOM. The BOM is not getting exploded in the order. Can anyone please suggest where I can control. Any help is greatly appreciated. Thanks in advance.
    Sunny.

    Hi
    I don't think it will b exploded in Consignment Issue as it has already exploded in Consignment fill up. Consignment issue means what selling the stock which is at consignee's place so it dose not have to b exploded. u carr on like that and see what is the flow if it is ok then go on otherwise u let me know the problem.
    Thanks
    Mastan

  • Regarding Performance Issue in MI Application

    Hii All,
    We have made a SmartSync MI Application.Everything thing is working fine.But the scenario is this that when we try to navigate through the application from one page to another ,for example if i click on one link to get details corresponding to that link(i.e) we are retreiving the data from the local database, but this is taking a lot of time and according to our buisness need we have to reduce this time to fetch the data.
    Can anyone help me regarding this issue what can be done either in coding part, what parameters & standards to follow to improve the performance.
    Thanks,
    Devendra Phate

    hello deven,
    if you are only focusing on your application's performance
    on the aspect of usability i.e. less waiting time, fast
    response UI, i would personally suggest you to use AJAX.
    put some processing part on the browser side and making
    data retrieval from MI asynchronous... this way, your user
    don't have to wait for all data to be presented, but rather
    could work on the data presented in pieces (i.e. asynchronously).
    anyway try googling for AJAX...
    regards
    jo

  • My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

    My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

    My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

  • 11g 11.1.1.4.0 premgen space issue

    I had 11.1.1.3.0 installled in XP-2.8 GHZ (core 2) 3GB machine and it was running fine with
    -Xms512m -Xmx1024m PermSize=128m -XX:MaxPermSize=512m
    Then I have installed 11.1.1.4.0 and statred getting 'could not allocate heap memory to JVM' so I have chnaged the setting to
    -Xms512m -Xmx768m PermSize=128m -XX:MaxPermSize=512m
    Then I got 'premgen-space' issue repetedly so change to
    -Xms512m -Xmx768m PermSize=512m -XX:MaxPermSize=512m
    or -Xms512m -Xmx768m PermSize=256m -XX:MaxPermSize=512m
    But still I am getting this premgen-space issue after every 10-15 minutes hence unable to work.
    Guru's pleas suggest for best JVM memory setting.
    Thanks,
    Biltu

    When configuring PermGenSpace you must be aware that this is taken from the HeapSize (physical RAM does not count). Things get difficult if the PermGenSpace equals the MaxheapSize. A good setting is -Xmx2048m -XX:MaxPermSize=512m.
    Since you run the Sun JDK, you could give jvisualvm a try. My tip is to get the plugins and use the VisualGC one to monitor the memory.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Spaces Issues

    I was reading through the posts tonight looking for a hopeful solution to my answer, but it's not happening! I use spaces ALL the time. Yes, I have the Microsoft word annoyance, but I've learned that when you have all spaces on the screen at the same time, you can drag from one space to another. Took a long time to learn that one! Anyway, tonight I was using itunes and spaces stopped working. I have mine set up that when I hit the center button on my mouse, all the windows appear on the screen. Using itunes however, it wasn't happening. I'm not sure if it's an itunes or spaces issue, but since I opened itunes, my center button to activate spaces no longer works, but the key commands do. I need it to work with my mouse again. Any suggestions would be greatly appreciated! Thank you!
    Oh, by the way. I have since quit itunes and the center button to activate spaces still does not work!

    It is the one thing in Leopard that is going to cause me to lose my mind. I tried Spaces but really do not find that it is helpful to me. Thus, I turned it off. Now when I work in with multiple apps (let's say Mail and Firefox) an app window - let's say Mail - will suddenly disappear and no amount of clicking or restarting the app will bring it back The only thing I can do is turn Spaces back on and - VOILA- the Mail window re-appears. This is incredibly annoying. It is forcing me to keep Spaces on even though I hate it.

  • TS4431 Hi after trying to update my iPhone 5s while connected to iTunes on the Mac I got a notice saying it could not update the phone (error message: (-1)). Any idea what this error message means? Is it a space issue?

    Hi after trying to update my iPhone 5s while connected to iTunes on the Mac I got a notice saying it could not update the phone (error message: (-1)). Any idea what this error message means? Is it a space issue?

    Resolve iOS update and restore errors

  • My iphone plus is bending, what does Apple offer regarding this issue?   I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is u

    My iphone plus is bending, what does Apple offer regarding this issue?
    I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is under Slovenian ownership. This means that the original warranty comes from Slovenia, bit complicated but still I would like to get an urgent answer how to proceed with this issue, thanks

    Maybe i should have only asked if anyone is aware on apple's policy
    regarding bending. I took the point that this seems not a proper forum to
    pose Q's to apple thanks to both
    On Wednesday, November 5, 2014, Apple Support Communities Updates <

  • I have over 300 pictures on my phone...my question to someone iphone savvy is why, when I plug my phone into the computer is iPhoto showing no pictures?  I want to delete them for space issues.  Thanks

    I have over 300 pictures on my phone...my question to someone iphone savvy is why, when I plug my phone into the computer is iPhoto showing no pictures?  I want to delete them for space issues.  Thanks

    I've seen this happen when the phone was encrypted... Other than calling apple/deleting passcodes I don't know of any solution.
    If you're keen on waiting, upload your photos to dropbox, that's the way I do it.

  • I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.

    I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.
    I dont know how to check my particulars during filling up my registration in apple store support.
    Hope u could give us advice. Thanks...
    CandidoSG
    <Edited by Host>

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.
    http://support.apple.com/kb/HT5699

Maybe you are looking for

  • Multiple record in one row..

    Hi experts, I want to merge multiple row from same table into one row... is it possible? if so then how?? Regards, SKP

  • Contents of page not displaying in IE 7&8

    I'm having trouble understanding why contents after the Spry Menu won't display in IE 8, and the page won't display at all in IE 7. Seems http://nowagenewmedia.com/organica/ CSS     vertical-align: baseline;     font-weight: inherit;     font-family:

  • How to convert hex into a string value

    hei evryone! can anyone please help me on how to convert a hex value into a string suppose.. Example i want to convert 4275646479 which is a hex value, into a string "BUDDY"? how will i do that??? Any suggestion, tutorial site would be appreciated? T

  • DME file format lenght specification

    Hi All, I have e problem with the DME file format length specification..So far as I know the field lenght is fixed when we create the structure. But I have a requirement wherein they want to make the lenght of the field as dynamic. Like for example T

  • Can weblogic run serializer classes created by wscompile tool

    Hi, I am trying to deploy a webservice on weblogic. This webservice implements a given wsdl. I have created type mapping classes from 'wscompile' tool and not by 'autotype' provided by weblogic as i want my code to follow JAX-RPC standards and it sho