How to Monitor a Schema Growth in a Database?

Hi,
I am Using Oracle 11g Database Release 1 OS is Windows 2003 Server SP2 R2 and i want to Monitor My Oracle Schema growth in my Database on Daily Basis.Please Advice.
Thank You
Shan

If you're licensed for AWR then you can look at DBA_HIST_SEG_STAT & DBA_HIST_SEG_STAT_OBJ - that will give you a certain window depending on your AWR retention settings.
Then again, you can also sample dba_segments, etc - you just need to put this sampled data somewhere.
Here's a general article on capturing trends from statspack/awr. Although the particular segment size information you're after is not in statspack/awr, it may give general ideas.
http://jonathanlewis.wordpress.com/2007/03/07/analysing-statspack-4/
http://www.jlcomp.demon.co.uk/statspack_trend.html

Similar Messages

  • How to import a schema into the Oracle Database -

    Hi
    I have downloaded schema (spatial MVDemo schema) from oracle. To implement a functionality in obiee 11g i need to import the downloaded schema in to Oracle database.
    some one please give me step by step commands to acheve the same by using sql plus.
    Please let me know if you need any information.
    TIA.
    Regards

    Pl post exact OS and database versions, along with a link to where you downloaded this demo from. Did that link not provide any details on how to import ?
    HTH
    Srini

  • How to monitor the database growth?

    Dear All,
    How to monitor the database growth in SAP.
    Is there any t.code available to check the same.
    advance thanks,
    Sundar  C
    Note: suitable answers will get maximum reward points.

    Hai,
          You can check the database growth using tcode -db02.
    and also use tcode-db02old(if the SAP is Netweaver2004s version)  and click on space statistics for monitoring the datbase growth,
    Thanks and Regards,

  • How do I monitor  Potential VM growth in DirectoryService ??

    greetings
    i have a 10.4.10 Mail server ( postfix/cyrus/squirellmail ) connected to a directory system.
    occasionally the system reports
    <code>Potential VM growth in DirectoryService since client PID: 0, has 1150 open references when the warning limit is 500.</code>
    if i don't kick start mail services ( serveradmin stop/start mail ) the open references will climb and cause the system to die.
    where is this number coming from and how can I put a tail on it ie " monitor the open references if it reaches *threshhold restart "
    I know this doesn't solve the issue. It has gotten better with load balancing and more replicas. I have plans to migrate this server to a new machine with clean install. But in the mean time I need to keep it up.
    any insight would be helpful.
    thanks

    Did you ever figure out how to fix this VM growth?

  • HSRP- How to monitoring Interfaces

    Hi,
    I still learning and I have a few questions,
    I'm trying to prepare the infrastructure:
    2x Router – 2911
    2x Switch – 2960G
    I configured HSRP, router R1 is active and R2 is the standby.
    Everything works and and when I do shoutdown interface Gi0 / 1 on router R1 HSRP runs and switches route on router R2.
    The problem is when I simulate a crash on the side of the ISP and I will shutdown the interface Gi0 / 0 on Router R1
    Then HSRP does not work. How do I fix this? How to monitoring the status of all Interface? Whether this is IP SLA? but I found examples showing how IP SLA switches routing on a router connected to two ISPs or can I use this with a version of the two routers? how to do it? and maybe use something else ? what I read?
    R1
    interface GigabitEthernet0/0
     description do ISP_1
     ip address XXX.XXX.XXX.XX 255.255.255.248
     ip nat outside
     ip virtual-reassembly in
     duplex auto
     speed auto
    interface GigabitEthernet0/1
     description do CoreSW1
     ip address 192.168.1.101 255.255.255.0
     ip nat inside
     ip virtual-reassembly in
     standby version 2
     standby 1 ip 192.168.1.100
     standby 1 priority 150
     standby 1 preempt
     duplex auto
     speed auto
    interface GigabitEthernet0/2
     description do R2
     ip address 10.0.0.1 255.255.255.252
     duplex auto
     speed auto
    ip default-gateway XXX.XXX.XXX.XX
    ip nat inside source list 1 interface GigabitEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 XXX.XXX.XXX.XX
    ip route 192.168.1.0 255.255.255.0 GigabitEthernet0/1
    R2
    interface GigabitEthernet0/0
     description do ISP_2
     ip address YY.YY.YYY.YYY 255.255.255.252
     ip nat outside
     ip virtual-reassembly in
     duplex auto
     speed auto
    interface GigabitEthernet0/1
     description do CoreSW2
     ip address 192.168.1.102 255.255.255.0
     ip nat inside
     ip virtual-reassembly in
     standby version 2
     standby 1 ip 192.168.1.100
     standby 1 preempt
     duplex auto
     speed auto
    interface GigabitEthernet0/2
     description do R1
     ip address 10.0.0.2 255.255.255.252
     duplex auto
     speed auto
    ip default-gateway YY.YY.YYY.YYY
    ip nat inside source list 1 interface GigabitEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 YY.YY.YYY.YYY
    ip route 192.168.1.0 255.255.255.0 GigabitEthernet0/1
    IP SLA example - one router
    ip route 0.0.0.0 0.0.0.0 2.2.2.1 2 track 1
    ip route 0.0.0.0 0.0.0.0 1.1.1.1 3 track 2
    ip route 0.0.0.0 0.0.0.0 2.2.2.1 5
    no ip http server
    no ip http secure-server
    ip sla 11
    icmp-echo 2.2.2.10
    frequency 10
    ip sla schedule 11 life forever start-time now
    ip sla 22
    icmp-echo 1.1.1.10
    frequency 10
    ip sla schedule 22 life forever start-time now
    regards
    weles

    Hi,
    correct scheme:
    failure of a router or connected R1 - SW1 - HSRP works,
    no internet (connection - ISP_1 - R1) - HSRP did not work
    regards
    weles

  • How to monitor DROP USER

    Hi Guys,
    Would anybody suggest me how to monitor the DROP USER command?
    OS: AIX, Oracle: 11.2.0.2
    CSM

    CSM.DBA wrote:
    I'm extremely sorry for not framing the question properly.
    I mean, Is there any way I can monitor the progress of the DROP USER command.
    To give more details, I have a schema with 500G+ data and I want to drop that schema. No doubt it'll take significant time but how to monitor how it's progressing?
    Using v$session_longops ?
    Aman....

  • How to monitor a specific transaction in Solution Manager ?

    Hi all,
    I have configured the Service Level Reporting and it works correctly.
    But i don't know how to monitor a specific transaction like SM21, DB02, FB01N etc... ?
    In the SL Reports configuration steps, we can configure this option : Select Business Processes For SL Report. I did a lot of tests but it does not work.
    Have i to configure the Business Process Monitoring ?
    Thanks.

    Hello,
    it depends a little on what you want to do. If you use the pure CCMS monitoring with the table ALTRAMONI you get average response time per instance and you only get new measurements once the status changes from green to yellow or red.
    In order to get continuous measurements you should look into Business Process Monitoring and the different documentations under https://service.sap.com/bpm --> Media Libary --> Technical Information. E.g. the PDF Setup Guide for Application Monitoring describes this "newer" dialog performance monitor. Probably you have to click on the calendar sheet in the Media Libary to also see older documents as well. As the Business Process Monitoring integrates with BW (there is also a BI Setup Guide in the Media LIbrary) you can get trendlines there. This BW integration also integrates back with SL Reporting.
    Some guidance for SL Reporting is probably given under https://service.sap.com/rkt-solman but I am not 100% sure.
    Best Regards
    Volker

  • How to monitor an application using JMX

    Hi,
    How can I monitor the portal application running on  portal server by using MBeans (JMX)? For this I need to make a connection between my portal application and  MBean class, How to monitor operations? How can I do that? If anybody has come across the same requirement pls explain me with the implementation details.

    Hello,
    I have done that in a project (not Portal, but pure Java Application, should be no difference), working fine.
    The steps are as follows:
    - create MBean Server (e.g. MBeanServerFactory.createMBeanServer("test");)
    - create your MBeans
    - make them accessible to clients (register the MBeans in the server)
    - query them from clients
    see http://java.sun.com/developer/technicalArticles/J2SE/jmx.html
    for very good explanation including sample source code.
    CSY

  • Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the rows? Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the records?
    Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    The Oracle documentation has a good overview of the options available
    Generating XML Data from the Database
    Without knowing your version, I just picked 11.2, so you made need to look for that chapter in the documentation for your version to find applicable information.
    You can also find some information in XML DB FAQ

  • How to monitor OSD TS failure and get alert or report?

    How to monitor OSD TS failure and get some alert or generate an report?
    We have SCCM 2012 R2 CU1 with MDT 2013.
    I have checked the OSD reports in SCCM and everyone is emty, where do SCCM get data to the what to activate?
    (I thinking of "Task Sequence - Deployment Status" reports)
    I am not sure people read report manually or lock at the MDT monitor view. So best I think that generate an email or incident in Service Manager when an TS fails.
    We do have SCOM, SCSM, SCO.
    Is there anyone that can point what way or what option I have?
    /SaiTech

    Specifically you could use this Status Message Query syntax to monitor your Task Sequences for errors:
    select stat.*, ins.*, att1.*, att1.AttributeTime from SMS_StatusMessage as stat left join SMS_StatMsgInsStrings as ins on stat.RecordID = ins.RecordID left join SMS_StatMsgAttributes as att1 on stat.RecordID = att1.RecordID inner join SMS_StatMsgAttributes
    as att2 on stat.RecordID = att2.RecordID where att2.AttributeID = 401 and att2.AttributeValue = "DOJ200A1" and stat.SiteCode = "DOJ" and att2.AttributeTime >= ##PRM:SMS_StatMsgAttributes.AttributeTime## order by att1.AttributeTime desc
    Just replace DOJ200A1 with the Deployment ID of your Task Sequence and DOJ with your SiteCode.
    If you want to generate an alert if the TS fails then you could run a script that calls a utility (or similar) which sends a pre-configured email to a specified address (as an alternative to Torten's response). This could be placed in the built in error
    logging section of the SCCM integrated MDT Task Sequence when it fails which I assume you are using (right at the bottom, called Gather Logs and StateStore on failure).
    There are heaps of ways of generating an email from a TS and controlling error logging just do a search - as you have Service Manager you could even use your instance of Orchestrator and call a run book in your TS which does the email?
    Cheers
    Damon

  • How to monitor disk space in BW

    can some body help me out on the following issues.
    1)How to monitor disk space in BW?
    2)How can I delete Application logs in BW?

    When I research with DB02 transaction code in BW, I encountered following tables having lot of log , please some body can help me, how to delete the following log data?
    ARFCSDATA     ARFC Call Data (Callers)          
    BALDAT          Application Log: Log data     
    BSRWBSTORE     Storage for binary large objects (Excel)

  • How many monitors can you use on a new imac with GEForce 780m?

    My husband bought a new 27" iMac with the optional GEForce 780m with 4 gig of video ram. He wants to know how many monitors he can run simultaneously, and at what resolutions. He would obviously be using the Thunderbolt ports to do this. I thought this information should be easily found in the technical specs for either the iMac or the video card itself on the NVidia site, but it is not.

    Catherine Gramze wrote:
    Ok, rkaufman. Can he use two 4k monitors in addition to his iMac display? He wants to know what his options are in terms of number of monitors and the resolution. Yes, I know which monitor you buy will be the limiting factor for the actual display, but he has not yet purchased these additional monitors. If thunderbolt allows him to run 3840x2160, how many of them can he run at once at 32 bpp? How many if he chooses 2560x1600 instead?
    To be honest I don't know how many Thunderbolt displays he can run, I would STRONGLY recommend contacting Apple to ask. You can ask the online store (phone number is in upper right of it's home page) or if you have an Apple Store in your area, making an appointment with a business specialist and asking that question.

  • How to get the schema in a windows machine?

    In Active Directory, we can see the schema using AD schema snap-in.The following link gives the step to be done to view AD schema :
    http://technet.microsoft.com/en-us/library/cc732110.aspx
    Similar to this how can we see the schema of local users and groups of a local windows machine?

    Hi,
    >>
    Similar to this how can we see the schema of a local windows machine?
    As far as I know, the schema is the Active Directory component that defines all the objects and attributes that the directory service uses to store
    data. The physical structure of the schema consists of the object definitions. The schema itself is stored in the directory.
    Regarding Schema, the following articles can be referred to for more information.
    How the Active Directory Schema Works
    http://technet.microsoft.com/en-us/library/cc773309(v=WS.10).aspx
    Schema
    http://technet.microsoft.com/en-us/library/cc756876(v=WS.10).aspx
    Best regards,
    Frank Shen

  • How to monitor all SAP Server through solution Manager?

    Dear Friends,
    How to monitor all SAP Server through solution Manager?
    Is it possible if yes then how? Please forward configuration and transaction also.
    Please help me as early as possible..
    Thanks,
    Regards,
    Sachin

    Hi sachin,
    You can monitor your sattilite systems through solution manager.
    If you want to monitor systems in solution manager means you need to configure those systems in solution manager.
    Before including the systems in solution manager we need to create a solution using tcode <b>DSWP</b>.
    After that you can include the systems using tcode <b>SMSY</b>.
    For configuring the systems we have lot of phases its very difficult to explain here.
    Try to login to<b> service.sap.com</b> and <b>help.sap.com</b> find the helpfull guides.
    i hope it will help you.
    any issues post it.
    kiran kumar.v

  • How to monitor oracle 11g database sessions on Windows 2008 server?

    Hi Experts
    How to monitor the Oracle 11g database sessions on Windows 2008 server (other than SQL Developer tool), which procedure or query is taking more time with Java application.

    Recently i found this tool- myorasql on the net to monitor the performence of database, easy to setup and check the performence.  i never tested it but seems impresive.  It is free and i think it would be use ful to you.
    http://myorasql.com/
    You can also use Quest - Toad or sqlplus if you are very good at sql commands and all dictionary tables or OEM/EM grid if it is configured .

Maybe you are looking for

  • Zen Vision M 30GB Problems

    Zen Vision M 30GB Problems? I have a used Zen Vision M 30 GB. I have?a few questions, along with some problems. My player has to "rebuild" at least twice a day, is that normal? When a song is playing, is the song name, length of song, etc supposed to

  • I can no longer share my songs as e-mail attachments. What happened?

    I can no longer share my songs as e-mail attachments. The only sharing options I have are for Facebook, YouTube, Soundcloud, iTunes, and as Ringtone. What happened? I'm using the Garageband App 1.4(180.6) This happened once before, and by the time I'

  • Invalid URL Link in Content Area

    Hi, When I create a URL item which display directly on the Content Area. If I enter a invalid URL addres, the system will show an error when I view the folder, which is fine. However, it will disable me to see other item on the same folder and there

  • Bank Book or Bank Statement Report

    I am looking for bank statement standard SAP report or bank - book report. Is there any standard report in Sap for the same

  • Document library authorization

    Hello everybody !  I've a problem regarding to the Sharepoint authorization system, I've a folder inside a document library and users can upload documents inside, but the content of this folder must be invisible, only files that the user has uploaded