Operationsmanager database is consuming lot of space

Hi All,
I have a issue, My operations manager database is of 40GB and out of which 19 GB was always free.
From the past 1 - 2 weeks my database is occupying lot of space and currently i have only 9GB free.
When i ran a SQL query to pull what data  of what is consuming lot of space below is the report.
SQL Query what i used:
SELECT so.name, 
8 * Sum(CASE WHEN si.indid IN (0, 1) THEN si.reserved END) AS data_kb, 
Coalesce(8 * Sum(CASE WHEN si.indid NOT IN (0, 1, 255) THEN si.reserved END), 0) AS index_kb, 
Coalesce(8 * Sum(CASE WHEN si.indid IN (255) THEN si.reserved END), 0) AS blob_kb 
FROM dbo.sysobjects AS so JOIN dbo.sysindexes AS si ON (si.id = so.id) 
WHERE 'U' = so.type GROUP BY so.name  ORDER BY data_kb DESC
Output:
Last 5 days back the report (When the space came to 12GB)
name
data_kb
index_kb
StateChangeEvent
7347832
753376
PerformanceSource
4001200
1783192
PerformanceData_40
2310000
671704
PerformanceData_38
2240256
648800
PerformanceData_42
2063936
596704
AlertHistory
1412752
177984
PerformanceData_36
1390320
406616
Alert
1369984
162984
PerformanceData_44
764976
224600
RecursiveMembership
482152
176856
Event_40
420400
5912
Event_42
313984
4320
Event_36
290688
4000
Event_38
289600
3808
Event_34
252976
3352
In last 3 days the new report (Currently when the space came to 9GB)
name
data_kb
index_kb
blob_kb
StateChangeEvent
7417272
764896
0
PerformanceSource
4009712
1786904
0
PerformanceData_46
3626432
1042144
0
PerformanceData_40
2310000
671704
0
PerformanceData_38
2240256
648800
0
PerformanceData_42
2063936
596704
0
PerformanceData_44
1873840
548888
0
AlertHistory
1468880
182208
0
Alert
1399576
152832
0
Event_46
526832
6936
0
RecursiveMembership
482728
177240
0
Event_40
420400
5912
0
Event_42
313984
4320
0
Event_44
306608
4184
0
Event_36
290688
4000
0
My Current grooming settings for Operationsmanager DB are as below.
Can any one help me in how do i reduce this space occupation please ?
Gautam.75801

1) You may refer to the following SQL statement to find out the lare table query of operations Manager Database and Operations manager DataWarehouse.
SELECT TOP 1000
a2.name AS [tablename], (a1.reserved + ISNULL(a4.reserved,0))* 8 AS reserved,
a1.rows as row_count, a1.data * 8 AS data,
(CASE WHEN (a1.used + ISNULL(a4.used,0)) > a1.data THEN (a1.used + ISNULL(a4.used,0)) - a1.data ELSE 0 END) * 8 AS index_size,
(CASE WHEN (a1.reserved + ISNULL(a4.reserved,0)) > a1.used THEN (a1.reserved + ISNULL(a4.reserved,0)) - a1.used ELSE 0 END) * 8 AS unused,
(row_number() over(order by (a1.reserved + ISNULL(a4.reserved,0)) desc))%2 as l1,
a3.name AS [schemaname]
FROM (SELECT ps.object_id, SUM (CASE WHEN (ps.index_id < 2) THEN row_count ELSE 0 END) AS [rows],
SUM (ps.reserved_page_count) AS reserved,
SUM (CASE WHEN (ps.index_id < 2) THEN (ps.in_row_data_page_count + ps.lob_used_page_count + ps.row_overflow_used_page_count)
ELSE (ps.lob_used_page_count + ps.row_overflow_used_page_count) END ) AS data,
SUM (ps.used_page_count) AS used
FROM sys.dm_db_partition_stats ps
GROUP BY ps.object_id) AS a1
LEFT OUTER JOIN (SELECT it.parent_id,
SUM(ps.reserved_page_count) AS reserved,
SUM(ps.used_page_count) AS used
FROM sys.dm_db_partition_stats ps
INNER JOIN sys.internal_tables it ON (it.object_id = ps.object_id)
WHERE it.internal_type IN (202,204)
GROUP BY it.parent_id) AS a4 ON (a4.parent_id = a1.object_id)
INNER JOIN sys.all_objects a2  ON ( a1.object_id = a2.object_id )
INNER JOIN sys.schemas a3 ON (a2.schema_id = a3.schema_id)
WHERE a2.type <> N'S' and a2.type <> N'IT'  
2) Moreover, your query return that the suddndly increase of DB siza came from performance data and you may use the following queryto find out which rule generated a hugh mount of performance data.
select r.rulename, count(*) from performancedataallview pv
inner join performancesource ps on pv.performancesourceinternalid=ps.performancesourceinternalid
inner join rules r on r.ruleid=ps.ruleid
group by r.rulename
order by count(*) desc
http://blogs.technet.com/b/kevinholman/archive/2007/10/18/useful-operations-manager-2007-sql-queries.aspx
Roger

Similar Messages

  • How do I clean out the "other" category, it is consuming lots of space and I dont know what is in there

    I am hitting the upper limit on storage on my Iphone 5s; after music the greatest usage is in the category "other" and I can't figure out what is in it so that I can reduce it or otherwise clean it out. help?

    Texas Mac Man post (2/10/2012) on "Other" data on iOS device - https://discussions.apple.com/message/19861751
    https://discussions.apple.com/message/20053939 - "If it is much more than a gb or so, then it indicates corrupt files.  A restore should resolve." "If restoring using your backup didn't work, you'll have to save as much of your data as you can (import your photos to your computer, sync your contacts and other data with iCloud, email things like Notes and Voice Memos to yourself, sync with iTunes to transfer all your purchases, etc.) and then restore it as new without using your backup." - https://discussions.apple.com/message/20054011

  • Consuming more swap space after upgrade from 10.2.0.1 to 10,2.0.4 on Solari

    Hi,
    After upgrading 10.2.0.1 to 10.2.0.4. Out of four database in one database is consuming more swap space. and in another database while executing catupgrd.sql, it is coming out with error ORa-04030 out of process memory error.
    thanks in adavance
    Anil Pinto

    For your ORA-04030 error, pl see if MOS Doc 414237.1 (ORA-00600 [kksCallPopCallback] ORA-04030 (kxs-heap-c,kdbmal allocation) While Upgrading The Database From 9.2.0 To 10.2.0, With ORA-03113 Errors Halting The Execution Of catupgrd.sql on UNIX platforms) can help
    HTH
    Srini

  • A table "CMP3$111448" appears in DB replicating a big table and spending a lot of space in database

    We have a web application which manages digital documents,
    its main table is named "DOC_ADJUNTO", this table has a column "DOCUMENTO" of type BLOB and some other columns.
    Also there is an Oracle Text Index for the BLOB column of the table "DOC_ADJUNTO"; its definition as follow:
        CREATE INDEX IDX_DOC_ADJUNTO_DOCUMENTO ON DOC_ADJUNTO (DOCUMENTO) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('Sync (on commit)') NOPARALLEL;
    Just a week ago, a new table "CMP3$111448" appeared in database.
    The table "CMP3$111448" replicates the structure of table "DOC_ADJUNTO" and its Oracle Text Index, so it is spending a lot of space for the tablespace and backups for whole database.
    One difference between the two tables is that "DOC_ADJUNTO" table has 136.782 rows, and "CMP3$111448" only has 107.380 rows.
    I have the following questions about this fact:
        a) Why the table "CMP3$111448" appeared?
        b) Can I just drop the table "CMP3$111448" to reclaim back the space? ¿Will not materialize a negative effect?
        c) If I drop the table "CMP3$111448", will a similar table appear again? If yes, how can I avoid it happens?
    I really would appreciate a little of feedback before I take an action to get back the space.   
    Regards   

    I've got a similar mystery table that appears structurally identical to a table with some LOB columns.  Same owner.  The shadow/copy/mystery table has far fewer rows.
    CMP3$160860 has  12193 rows, the "real" table, fatal_error_log, has  109589 rows.
    I also would like to drop this table to reclaim space ...  but I wonder if it is somehow being used by Oracle in some transient shadow kind of way.  Maybe it is left over from an incomplete shutdown/startup where this table wasn't completely flushed or something.
    We're also on 11.2.0.4 RDBMS.  Running on Sun Solaris.  Not using Toplink nor any java features (also of course Oracle is probably using some java in the db.)
    If you learn anything about it, please share!
    Thanks.

  • Whay application data folder in local settings is consuming a lot of space?

    Why application data folder located in local settings is consuming lot of data?

    The Cache, Offline Cache, Startup Cache, and anti-phishing / anti-malware database ''(urlclassifier3.sqlite)'' are stored there.

  • Database consuming lot of Physical memory

    Hi ,
    My database is on version 11.1.0.7.0 and on SUN SOLARIS SPARC.
    My server admin just informed me that my database is using lot of physical memory , which i understand is RAM.
    I am looking on google also but i am not able to find a way in which i can check on it and see how it can be controlled.
    Any help/suggestion would be highly appreciated.
    Regards
    Kk

    There are 2 basic methods that Oracle uses memory.
    Statically. Oracle allocates memory (for the SGA) when it starts. This memory remains fixed in size.
    Dynamically. In order to service a client, memory is needed for that client session. Oracle dynamically allocates memory for such sessions (called the PGA).
    When Oracle memory consumptions grows, it must be dynamically allocated memory. Static memory is just that - static. It does not grow in size.
    The usual reason for PGA memory consumption to grow is incorrectly designed and coded bulk processing. A single Oracle server process can easily consume all available free memory on the server as Oracle dynamically increases the size of the PGA of the process running the flawed PL/SQL code.
    However, one should not be looking at o/s command line commands to determine Oracle processes's memory utilisation. The output of such commands are often incorrectly interpreted.. as shared memory can be (and often is) included to provide a process's memory utilisation. There are notes on Metalink (mysupport.oracle.com) on the topic and how to correctly use CLI commands to view Oracle process memory utilisation.
    An easier, and more accurate, view of Oracle memory utilisation can be obtained from Oracle's virtual performance views.
    So, a sysadmin e-mailing a ps (Unix/Linux process listing) showing a particular Oracle process "+using too much memory+" is not really solid enough evidence that memory is being abused. One needs to look closer at the type of memory used by the process.

  • TS3899 After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.

    After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.
    I use @me.com and @hotmail.com

    Hi,
    >>A CHAR datatype and VARCHAR2 datatype are stored identically (eg: the word 'WORD' stored in a CHAR(4) and a varchar2(4) consume exactly the same amount of space on disk, both have leading byte counts).
    Ok, but on the other hands:
    SGMS@ORACLE10> create table x (name char(10), name2 varchar2(10));
    Table created.
    SGMS@ORACLE10> insert into  x values ('hello','hello');
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> select vsize(name),vsize(name2) from x;
    VSIZE(NAME) VSIZE(NAME2)
             10            5
    SGMS@ORACLE10> select dump(name),dump(name2) from x;
    DUMP(NAME)                                         DUMP(NAME2)
    Typ=96 Len=10: 104,101,108,108,111,32,32,32,32,32  Typ=1 Len=5: 104,101,108,108,111Cheers

  • Same table in LMT consume 10% more space than in DMT

    We have a table in DMT with pct_free=10, the size is 3,891,200 block, after I use impdp import it to another database with LMT manually management extents tablespace(table has the same pct_free), the size is 4,141,059. I hope the new table should be smaller than the old one, but the fact is opposite. There is nearly no update to the table, so it seems the difference is because using LMT.
    Does LMT has a much higher overhead than DMT?

    It has a much lower overhead, in fact, in terms of better coping with segments which frequently extend (no ST enqueue waits, for example).
    But if you specify mad uniform sizes when creating LMTs, you will end up with mad results! There's not enough information in your post to know if that's happening here or not, but if you do:
    create tablespace TB1 datafile 'tb1.dbf' size 10m extent management local uniform size 1M;
    and then create a table which only stores 48KB of data in that tablespace, the table will nevertheless consume 1MB of space and look very inefficient, because that large uniform size is being applied.
    How, specifically, did you create your LMT? If you said, 'uniform size 1GB', for example, then you're bound to end up with whole gig extents, and thus forced to consume 32GB when your table (say) only really wanted to occupy 31.01GB
    If you let autoallocate determine the extent sizes, the same sort of effect is going to happen, but it might not be so noticeable.
    I'm not convinced in any case that the difference between a table occupying 29.6GB and one occupying 31.6GB is worth worrying about: 2GB of disk space seems to me to be the least of your concerns. For the total elimination of tablespace fragmentation and ST enqueue waits, 2GB seems to me a small price to pay!

  • SCOM OperationsManager database login error 34502 and 4513

    Hi!
    At a customer I get a lot of events in the SCOM log about that the scom_dw account can not login into OperationsManager db.
    I get first one 34502 event:
    An error related to user rights was detected during the database connection process.
    Exception: Cannot open database "OperationsManager" requested by the login. The login failed.
    Login failed for user 'SCOM\scom_dw'.
    Workflow name: Microsoft.SystemCenter.Apm.DataTransferRule
    one minutes after that i get e 4513 event:
    The callback method DeliverDataToModule failed with exception "Cannot open database "OperationsManager" requested by the login. The login failed." in the module Microsoft.EnterpriseManagement.Modules.Apm.ServerModules.APMComputerSynchronizer.
    Workflow: Microsoft.SystemCenter.Apm.APMComputerSynchronizerRule
    Instance: Operations Manager Management Group
    Instance ID: {6B1D1BE8-EBB4-B425-08DC-2385C5930B04}
    Management Group: SCOM
    Full Exception Text:
     System.Data.OleDb.OleDbException (0x80004005): Cannot open database "OperationsManager" requested by the login. The login failed.
    The account 'SCOM\scom_dw' can login into OperationsManager database and this event we only get from the
    Microsoft.SystemCenter.Apm.DataTransferRule and
    Microsoft.SystemCenter.Apm.APMComputerSynchronizerRule. How can i resolved this problem? I don't want to have all this errors in the SCOM log.
    //Mats A

    Hi,
    It is recommended to analyze SQL bottle neck.
    Please also check under Operations Manager - > Security -> Schemas -> APM -> Properties ->
    apm_datareader and apm_datawriter database roles
    Please try grant the following permissions to those roles:
    OperationsManager
    apm_datareader - Execute, Select
    apm_datawriter - Delete, Insert, Update
    OperationsManagerDW
    apm_datareader - Execute, Select
    apm_datawriter - Delete, Insert, Update
    Notice, before changing the database, please first backup your database.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Does any one know , how to delete the others in itunes. it takes lot of space

    does any one know , how to delete the others in itunes. it takes lot of space, i wanna delete that... Actually what it contains

    Those are the data of the installed apps. Don't listen if someone says that it's an iOS, because it is not. On your iPhone, go to general > usage. It will show you all the programs installed on your iPhone. If you click any of them you will see how much of "others" it has (documents and data)
    There's no way to delete it if you want to still have those apps. You can reinstal those which has the most "others" but after some time of usage, it will raise again.

  • My iPhone 4s notified me that I had to manage my storage  so I deleted  apps that used a lot of space I deleted almost all my picture and it still keeps telling me  I don't have enough storage  is there any other way I can make room on my phone ?

    My iPhone 4s notified me that I had to manage my storage  so I deleted  apps that used a lot of space I deleted almost all my picture and it still keeps telling me  I don't have enough storage  is there any other way I can make room on my phone ?  Were it shows how much storage  I have available it still says 9.9 even after all that I have done so I don't know if I need to change my storage plan or what but anything will help I guess

    Check for 'others' in iTunes against your iPhone.
    Restore from a previous backup to reclaim some of it.
    Still want more, Restore in iTunes, setup as New.

  • I can't install Snow leopard on my hard disk which has 10.4.11 on and lots of space.

    I can't install Snow leopard on my hard disk which has 10.4.11 on it and lots of space, I run the snow Leopard install disk and it says it cant be installed on my hard disk, which has 160 GB of space.

    Which iMac? If it's a G5, the highest OS you can run is Leopard. Are you using the full retail copy of Snow, or a grey, machine specific disc from another computer? If it's the latter, that's the reason.
    Message was edited by: WZZZ

  • How can you retrieve information from a iCloud backup on a previous iPhone? Backup from old phone is taking up a lot of space, would like to save pics to computer before deleting. How can I open up the backup from previous phone that is now on the iCloud?

    I originally had an iPhone 4 but switched service carriers back in June.  When I bought the new iPhone 4s, all my information from the iPhone 4 was saved as a backup on the iCloud.  On my new phone in the iCloud settings, Storage & Backup, it shows the backup from the iPhone 4.  This backup is taking up a lot of space on my phone and I would like to delete to avoid having to purchase more space.  However, I know I have pictures on this backup from the iPhone 4 that I would like to view and save on my computer if at all possible before deleting.  Is it possible to view the photos from this backup? If so, how? Thank you in advance for any assistance.  I hope this makes sense, lol, I'm not very computer literate.

    Unfortunately with the issues I mentioned above I don't even think I have enough space for that on the computer!  I have literally moved all moy pictures, music, etc. to another drive and all that's left are some small docs and applications.  I don't know how to find any more space on the thing and can't get things updated until I fix this...

  • When I plug in my iPod nano 4th gen to iTunes, a lot of space is taken up by 'other'. What is this and how can I get rid of it to free up some space?

    When I plug in my iPod nano 4th gen to iTunes and click on my iPod, I can see a graph showing how much space is available on my iPod and what it is being taken up by.  A lot of space is taken up by 'other'. What is this? I have a big iTunes library, with about 2000 songs, so I don't want all this space taken up by something I don't know what it is. How can I get rid of it?

    OmniDiskSweeper is a good program to see what's taking up space: http://www.omnigroup.com/products/omnidisksweeper/

  • How to find out the reasion that database have a lot of archivelog files?

    Hi All
    Yesterday and Today , my database have a lot of archivelog files. So much so that I set remove archive every 2 hours in crontab. I don't know the reason.
    I just set audit the user but I set noaudit this user later.
    I made the AWR for 2 days but I didn't find any unsual things.
    Somebody please help me because my database is a production
    Thanks

    924728 wrote:
    Hi All
    Yesterday and Today , my database have a lot of archivelog files. So much so that I set remove archive every 2 hours in crontab. I don't know the reason.I hope you backed them up before removing!
    >
    I just set audit the user but I set noaudit this user later.Which user? If you know which, you can investigate what he is doing
    >
    I made the AWR for 2 days but I didn't find any unsual things.The AWR report will tell you at the top the redo generated per second, and lower in the body of the report the redo generated throughout the entire period. Have these figures changed from what is "usual"?
    >
    Somebody please help me because my database is a productionDo you actually have a problem? Have any users complained about anything?
    >
    Thanks

Maybe you are looking for

  • Photoshop CC won't initialize

    I've called Adobe about this issue and not understanding the tech the only thing I got out of the call was to establish another user profile on my new iMac.  I did this and can run Photoshop CC under the other user but this is terribly inconvenient. 

  • Firefox closes when I try to view a pdf file

    when I try to view a pdf file a warning comes up and firefox closes

  • Line Item Dimension in a Infocube

    Hi, What is a Line Item Dimension in BI and How can/based on What factors we can decide declare a Infoobject as a Line Item dimension in Cube How to measure size of the fact table Thanks

  • Product cost by sales order cost analysis

    hi exports, my client want a  in customization  report sales order line item wise  sales order number , item,sales order value, production order number, material number, orderactual material cost, actual activity cost and actual oh, how to prepare fu

  • Why will my iPad mini not turn on FaceTime in settings?

    Seriously, I can't use FaceTime at all on my iPad mini, because it thinks that I have FaceTime turned off in settings, but I don't!