TO MAKE BW REPORT ON DB SPACE MONITORING (DB02)

Hello,Gurus
I am working on project where user wants DB Monitor (Transactin code-DB02)Data to be avilable on BW reports as he want to see consumption of DB size and he want it to be on BW report,I found so many Tables on DB02 ex psapods2/psapfact2  etc....,when i tried to browse in SE16 its giving error OBJECT IS INACTIVE IN DICTIONARY,
Help me on this and also suggest what are the various fesible alternative avilable to make DB02 data avilable in BW report.
thanks

Hi Mansoori,
You can generate similar (or even better - for example alert when table space is less than daily required for next x days etc.) report by accessing dba specific tables (assuming your database is Oracle) like dba_tablespaces, dba_data_files and dba_segments. However, these tables are only accesible to DAB (user id SYS). Also you will have to build a logic to use the information from these dba tables.
Hope it helps.
Cheers,
Yogesh
Message was edited by: Yogesh Baviskar

Similar Messages

  • Need to separate drive alerts with Logical Disk Free Space monitoring in SCOM 2012

    I have an interesting need here to separate our SCOM alerts for Logical Disk Free space so that one alert is for OSSystem drives ONLY (C:/D:) and the other monitor alerts on all APP drives only (E:, etc). So far we have had great success using Kevin Holman's
    blog post.
    http://blogs.technet.com/b/kevinholman/archive/2009/11/24/writing-monitors-to-target-logical-or-physical-disks.aspx
    We have overrides set so that the monitors report ONLY the percentage of free space left and ignores any MB threshold. So far so good, the alert comes in that host A reports low disk space on D: at 2.345...% free or host B reports low disk space on F: at
    4.567...% free space etc. Now that we have our monitors working within the Windows Server classes Logical Disk, we need to set these monitors so that one is just for C or D drives with the alert named system Logical Disk Free Space OS Disk Warn and the other
    monitor just reports on E - Z drives (excluding C or D) with the alert named Logical Disk Free Space APP Disk Warn.
    We are very new to SCOM so I made the rookie mistake of creating a dynamic group for all Windows Server 2003 Logical Disk class that only includes Device Name = C or D. But found out too late you cant point a monitor to a group, it has to target a class.
    And using the current monitors we set up with the above blog uses the correct logical disk class, but it doesnt care what instance (device Id = value), it will report low disk space on ANY logical drive. How in the world can we separate and exclude these monitors
    so that one alerts only on OS disks (C and D) and the other only alerts on app disks (E through Z)?

    Hi Kevsharp,
    Quite confusing after reading your question.
    So based on your requirement, What i understand is you need separate alerts for all the drives of the disk is running at low or out of space right ?
    For the above just create a simple performance counter monitor and use the same counters as kevin has used in his blog.
    Now Target: Use Windows server operating system (This will target all the Windows operating system agents in your SCOM. If the specified discovery MP's are installed).
    Set a threshold Below 10% is critical or what ever. You will get the alerts in your console.
    Gautam.75801

  • Volume erase failed: Media kit reports not enough space on device

    I was having problems with the external drive where I store my Time Machine backups, so I tried plugging and unplugging the drive (per earlier advice, and something that had worked in the past), but could not mount the drive. I ran Disk Utility and tried to verify the disk, which told me the disk needed to be repaired. I tried to repair the disk only to get an error message that Disk Utility could not repair the disk and it needed to be reformatted. So I tried to erase the disk with Disk Utility only to get the error message "Volume erase failed: Media kit reports not enough space on this device for requested operation". I am not sure what else to try at this point and could not find any similar questions here.
    The drive in question is a 3TB USB Seagate Backup + Desk Media, formatted as Mac OS Extended (Journaled). It's divided into two partitions, one of which (2.2 TB) holds only Time Machine backups of my desktop and laptop and the other of which (800GB) is formatted similarly with some files stored on it. I was able to verify and repair this other partition. I'm running Disk Utility 13 on an iMac (2.8 GHz Intel Core 2 Duo) running OSX 10.8.5
    Any suggestions for what to try next would be appreciated.

    Just to let you know I appear to have the *exact* same problem, even down to the 3TB hard-drive in question.
    I read recently that a time machine backup should have its own physical hard disk, not a separate partition on an otherwise-used disk. I wish I'd known that in advance of buying the external drive, as I would not have invested in a 3TB one if I had known I could only use it for Time Machine alone.
    Dianeoforegon does make a fair point, though, in saying that all backups in one place is asking for problems down the line.
    Incidentally, this Time Machine problem first started occurring when I upgraded to Mavericks. 9 times out of 10 my Time Machine partition would go corrupt for no reason. This definitely hadn't been happening at all before Mavericks. That same upgrade also killed off my entire Boot Camp partition, which caused me major headaches and I eventually had to simply reformat that partition and start again.

  • Standard report that will allow monitoring of purchasing procedures

    Hello SAP Gurus,
    I am looking for any reports that will allow monitoring of our purchasing procedures for example:
    Reports identifying date of invoice v's date of order / requisition
    Thanks

    Hello,
    If the standard reports are not going to suffice your requirements, you can crete your own reports.
    Create a form using FSI4 - Refer standard forms available in FSI5 and FSI6.
    Create a report by using FSI1 (assign the form that you have created FSI4) - Refer standard reports available in FSI2 and FSI3.
    Please make sure that you have completed your Fiscal Year Variant in all respects.
    Regards,

  • Logical Disk Free Space Monitor - Slow to detect low free space

    We are using the built in two trigger (MB and %) logical disk free space monitor in SCOM 2012 R2. We have setup overrides for MB warning and critical for both system and non-system drives and for a group containing disks we do not want monitored. The monitor
    actually works fine, triggering an alert when both the MB and % free criteria are met. The problem is that it takes almost an hour for the initial alert to fire. After the initial alert, if I further fill the disk to push it from warning to critical, the alert
    changes within the specifiec interval, which we have left at 15 minutes. The alert also clears using the 15 minute interval.
    Has anyone else seen this behavior with this monitor? A disk monitor that takes an hour to fire is not going to be very useful.

    I wanted to see for myself if there was anything else that I might be missing, so I opened up the Windows 2008 Logical Disk Free Space monitor XML and noticed that there is a NumSamples configuration that is set to 4. So, if the interval is 15 minutes, the
    disk would have to exceed both threshold types for 4 consecutive intervals in order to change state and generate alert. This would be a minimum of 1 hour before an alert is raised with the default 15 minutes interval.
    Unfortunately, NumSamples is not overrideable in the monitor type, which is too bad... The only way to get an alert sooner than one hour is to override interval. For example, if you want an alert within 20 minutes, override interval to 300 seconds (5 minutes).
    Here is the code - see for yourself:
    <UnitMonitor ID="Microsoft.Windows.Server.2008.LogicalDisk.FreeSpace" Accessibility="Public" Enabled="true" Target="Server2008!Microsoft.Windows.Server.2008.LogicalDisk" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.2008.FreeSpace.Monitortype" ConfirmDelivery="true">
    <Category>Custom</Category>
    <AlertSettings AlertMessage="Microsoft.Windows.Server.2008.LogicalDisk.FreeSpace.AlertMessage">
    <AlertOnState>Warning</AlertOnState>
    <AutoResolve>true</AutoResolve>
    <AlertPriority>Normal</AlertPriority>
    <AlertSeverity>MatchMonitorHealth</AlertSeverity>
    <AlertParameters>
    <AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</AlertParameter1>
    <AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
    </AlertParameters>
    </AlertSettings>
    <OperationalStates>
    <OperationalState ID="UnderWarningThresholds" MonitorTypeStateID="UnderWarningThresholds" HealthState="Success" />
    <OperationalState ID="OverWarningUnderErrorThresholds" MonitorTypeStateID="OverWarningUnderErrorThresholds" HealthState="Warning" />
    <OperationalState ID="OverErrorThresholds" MonitorTypeStateID="OverErrorThresholds" HealthState="Error" />
    </OperationalStates>
    <Configuration>
    <ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
    <DiskLabel>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</DiskLabel>
    <IntervalSeconds>900</IntervalSeconds>
    <SystemDriveWarningMBytesThreshold>500</SystemDriveWarningMBytesThreshold>
    <SystemDriveWarningPercentThreshold>10</SystemDriveWarningPercentThreshold>
    <SystemDriveErrorMBytesThreshold>300</SystemDriveErrorMBytesThreshold>
    <SystemDriveErrorPercentThreshold>5</SystemDriveErrorPercentThreshold>
    <NonSystemDriveWarningMBytesThreshold>2000</NonSystemDriveWarningMBytesThreshold>
    <NonSystemDriveWarningPercentThreshold>10</NonSystemDriveWarningPercentThreshold>
    <NonSystemDriveErrorMBytesThreshold>1000</NonSystemDriveErrorMBytesThreshold>
    <NonSystemDriveErrorPercentThreshold>5</NonSystemDriveErrorPercentThreshold>
    <NumSamples>4</NumSamples>
    </Configuration>
    </UnitMonitor>
    This proves 2 things:
    1. Your testing proved that the monitor is working as designed - you got an alert in about an hour
    2. This is a bad design at best, or a bug if you wish, as NumSamples should not be a hidden configuration - it should be exposed in override parameters in the console.
    This should be fixed by Microsoft.
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • I want to make my report a excel file

    My Dear:
    I want make my report no display data in Pdf but when I call it make A excel file
    how this??
    I use Developer 10g R2
    thanks
    Edited by: user222 on 18/01/2011 01:40 م

    Hi,
    To get excel output from Oracle Reports without coding, you should please try the Rep2excel tool.
    For more information, please see http://www.lv2000.com/rx/

  • How to make slow reports fast?

    Hi all,
    How to make slow reports fast? What could be the various reasons and optimizations/solutions?
    Thanks,
    Charles.
    ++++++++++++++++++++++++++++++

    Its an on going process. Couple of steps you will have to follow: Did you perform any SQL trace ..?
            Did you perform any ABAP trace...?
            How much business data these reports are processing.Is there a possibility you can do some changes.
    SQL Trace ( SAP in built tool) will give you a fair idea about each and every SQL statements in your report. And you can anlyze bad ones. And also propse optimized SQL or
    index if needed.
    ABAP Trace(SAP in bulit tool), you can find out amount of ABAP run time thats being elapsed by each and individual abap module.
    Also the amount of business data is every  important. While designing the report alogorithm this is very important factor.

  • Is there any report On Goods Movement Monitoring in Standard SAP ?

    Is there any report On Goods Movement Monitoring in Standard SAP ?
    Please send me.

    Hi,
    You can use MB5B for checking goods movement in a particular plant.
    Regards
    Noopur

  • Finder is not correctly reporting available disk space

    finder is not correctly reporting available disk space
    my drive is 50% full but finder shows there is only @ 35% left
    the difference is more than anything needed by the system
    any ideas on what is causing the problem?

    Try this:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • How to make RDLC report two column

    Hello. I have a simple report which is supposed to be used for printing stickers. The sticker paper is A4 size and it has two columns. I successfully managed to print data to left column. I also want to print data to right column too. My current report looks
    like this :
    [Title]
    [NameLastName]
    [Address]
    How can I make my report to fill data to two columns? Thanks in advance.

    Thank you for your response. Here is what I have :
    Here is what I need :
    Thank you very much.

  • How to make OBIEE reports available during the DB tables data refresh?

    Experts,
    We have our production ETL run for 2.5 days every month. OBIEE reports will not be available during the run. We have a requirement to make the reports available all 24 hrs 365 days. So, what we are trying is to copy all the fact/Dim tables to the new schema running in the same or different DB server and amend the connection pool to point this schema during the run. Here are my questions. Is this a workabale solution (or) is there better approach for meeting our requirement
    Regards,
    Sarvan

    I would suggest this option:
    Store the following connection pool values in a table and call them in your connection pool using Connection Pool Scripts
    Data Source Name
    User ID
    Pwd
    when ever you want to change db just you need to edit these values that would help your bi with no downtime.
    You might have to tweak it little bit if needed.
    More or less we have use sometime back to a client where they want to switch dbs dev to test to etc
    Try it out.
    BTW: 2.5 days load time for Full load or Incr?
    Edited by: Srini VEERAVALLI on Feb 1, 2013 8:40 AM

  • Can we make standard  report to z report

    Hi
    Friends,
    can we make standard  report to z report
    Many thanks
    MvNr

    Hi
    ur  right   in standard programme  there is Enhancements are there  , we are going to use this Z  report
    To third part tool   ,third party tool doesnt take this enhancement  \
    Plz help me on this  ....   how can we trace without this enhancements

  • Disk Space Monitor

    hi
    I have set up a logical disk space monitor for windows 2012 servers on my Operations manager 2012. The threshold value is 500MB. However, No alert is generated even when my disk has exceeded 500MB. It works when i set the threshold below 100 MB. Can you
    please help out on this?  Is it because of the wrong instance ?
    The object has been specified as "Logical Disk"
    Counter is %free space and the instance is the C:\ drive. 

    Does you using Logical Disk Free Space, from Windows Server OS Management  Pack, in monitoring the free disk space?
    Case 1 Logical disk Free Space Monitor:
    It will generate alert if both the conditions, disk free space and % of free disk space, are below threshold.
    Recommendation: You may enable another monitor ,Disk Free Space (MB) Low, which is disable by default.
    Case 2 you own custom monitor:
    Please dump your setting for troubleshooting
    Roger

  • How can i make a Report in OBIEE, Start From Physical and Business, etc...

    What's Different Between Physical Layer And Business Model, and Presentation ?
    I'm New In OBIEE and i want to make a Report But i didn't understand how can i make a Physical layer and how can i make a Relationship between a Table ?

    Hi User,
    OBIEE is not a difficult tool to understand.You have plenty of materials available in google,
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/tutorials/obiee10g-453439.html
    Make sure to do some hands on by following the tutorials and then post your queries in the forum.
    Rgds,
    Dpka

  • Combine to queries to make one report

    Hello,
    Is it possible to combine to queries to make one report?
    I have been asked to create a report to shows the settlement status of a mileage report for the last two months and also in the same report show everything that has to be settled.
    I have created two queries u2013 one that shows restricts by last two months and another that restricts settlement by u201Cto be settledu201D.
    I would now like to combine these two queries to create one report. However in report designer when I insert the two queries it does not allow incorporating the two to make one report. It just allows you to leave one below the other.
    Is there a way I can combine the two or is there something I can do in the query designer, because as far as I know you canu2019t use dimensions twice in the columns.
    Thanks
    Forhad

    HI  Forhad Hussain,
    Create a new query by adding all required keyfigures(settled & to be settled) using restricted key figures, instead of global restrictions.
    Or enhance any of existing report by changing global restricting and adding new RKF's.
    Hope it Helps
    Srini

Maybe you are looking for

  • Help me in selection screen

    Hi,     I have req callled ,I have two parameters statements. If I givr wrong entry in first parameter statement it has to show error messag and other option should go for display mode. With warm regards, khadar.

  • Transfer posting against purchase order in MIGO transaction

    Dear all, How can we make the settings in MIGO transaction code for Transfer posting with reference to Purchase order. Other wise, i want to do the transfer posting of my goods to my sub contractor with refernce to PO number in MIGO Tcode Any config

  • How do I change the default language for the spell checker? - solved, sort of...

    As the previous thread was closed without actual resolution - https://support.mozilla.org/en-US/questions/941350?esab=a&s=&r=0&as=s I managed to solve this on my end by just reinstalling firefox using the localisation of the default dictionary langua

  • Error Me683

    Hi, One of my client is facing a problem very frequently.He creates a PO with 100 to 150 items from the Purchase requisitions once he completes the PO the user saves and he could see the PO number.then after words when he try to see the PO he gets th

  • Package in PL/SQL

    I wrote a package in PL/SQL that based on an Oracle table and some java-script variables that the user enters (Month and Year), changes the value of one of the columns of the table. I wrote a javascript method that sends the value of Month, Year and