Database growth

Hello
AIX OS
DB 9.2 / 10g
EBS 12.0.4

How can I check size of weekly and monthly database growth.

Thank you
MAAN

Try this query...

SQL> select to_char(creation_time, 'RRRR Month') "Month", b.name,
sum(bytes)/1024/1024 "Growth in Meg"
from v$datafile a, v$tablespace b
where a.ts# = b.ts#
group by to_char(creation_time, 'RRRR Month'), b.name
order by 1;

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Oracle database growth

    Hi guys,.

    I'm in Oracle Database 10 g Enterprise Edition Release 10.2.0.5.0 - Production on RHEL5 64 bit.

    I want to get the growth of the database by month or week.

    Is there a script that I can use for this information?

    Help, please!

    Thanks in advance.

    user11979518 wrote:
    Hi guys,.

    I'm in Oracle Database 10 g Enterprise Edition Release 10.2.0.5.0 - Production on RHEL5 64 bit.

    I want to get the growth of the database by month or week.

    Is there a script that I can use for this information?

    Help, please!

    Thanks in advance.

    check out the link for the growth of the database below...
    http://Neeraj-DBA.blogspot.com/2011/04/tracking-Oracle-database-growth.html

    hope this can help you

    Neeraj-

  • Report of database growth

    Hello

    We have a mixture of Oracle and SQL Server databases, and we bought Toad DBA suite last year. Asked me to provide monthly trend reports, capacity database and appear a growth. Can anyone tell if this information can be obtained using Toad DBA suite?

    It seems that there is growth company reports available in Spotlight, but it seems that the version of Spotlight we have are not undertaken. Foglight is another option.

    All opinions are appreciated.

    Best regards

    Joanna

    Down load this Pack at the bottom of the link: -.

    http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-for-databases/m/DB-downloads/20439152

  • Daily or weekly control database growth

    Hi people,

    How to check the growth of the database on a weekly or daily basis, please provide me with the sql query to check.

    Concerning

    Younus

    Something along the lines of her below will show you the current use. I recommend putting in a dbms_scheduler job, schedule to run every week, and insert the results into a table. You can use this to calculate the growth over time.

    To do a quick check on the calculation of free space (knowing look at dba_free_space, dba_data_files, dba_segments etc.) are you satisfied with the result:

    Select dfs.tablespace_name, round(sum(dfs.bytes/1024/1024),0).

    Round(DDF.tot_bytes-sum(DFS.bytes/1024/1024),0),

    DDF.tot_bytes,

    DDF.max_bytes,

    trunc (sysdate)

    from dba_free_space dfs.

    (select nom_tablespace,

    Round (Sum (bytes) / 1024/1024,0) tot_bytes,.

    Round (Sum (MaxBytes) / 1024/1024,0) max_bytes

    from dba_data_files

    DDF group by tablespace_name)

    where dfs.tablespace_name = ddf.tablespace_name

    Group of dfs.tablespace_name, ddf.tot_bytes, ddf.max_bytes, sysdate

  • Database for monthly growth monitoring

    Guys,

    DB = 10.2.0.5.
    OS = RHEL 3

    I need to monitor the growth of database oracle (db size) for each month. So, when necessary we can get growth of db and opt for a capacity planning.

    Do you have any custom for this script?

    Thank you
    Hari

    Salvation;

    Mention of similar question here several times, please use mechanisim of research:

    Search:

    Re: OEM Database analysis scripts
    Salvation;

    Please see:
    http://docs.Oracle.com/CD/B16240_01/doc/EM.102/e10954/sizing.htm< from="">

    I suggest you also please see below thread
    DB growth per month for the last 7 months
    How to monitor the growth of the database?
    % Of database growth
    database growth
    How to monitor growth of schema in a database?

    Respect of
    HELIOS

  • Automatic monitoring and deleting the service of the automation of job logs

    Anyone know of a way integrated or automated tracking and automation service job deleting connects ALUI 6.1 MP1 instead of having to go to the displacement Automation Service manually delete on a given date?

    Thank you.

    Maybe I'm getting rusty, I have never seen this screen.

    I thought that job logs was moved upward through weekly household work.

    http://www.function1.com/site/2008/09/crazy-database-growth-check-yo.html

  • Specific database srom growth monthly from date


    Hi all

    Database: Oracle database 11g Enterprise 11.2.0.4

    Can someone help me get the growth monthlywise of database specific date

    Ex: Start Date: April 10, 2015

    Growth (Size) until 10 may 2015

    Next Growth (size) 10 June 2015

    What is your (DBA_HIST_WR_CONTROL) AWR retention period?

    If it is 7 days, then you have to extend that, or take regular steps or perhaps OEM there somewhere.

  • How the predicate by a trend in the growth of the database space?

    Hi all

    I'm trying to look at this holistic way and out of the box.

    What is the absolute best way to face to predict a "growth Database?

    Can you please recommend some software or methods that I might be able to 'pull' of...

    I'm totally open to suggestions...

    Thank you...

    Every month, I have a report on demand in Enterprise Manager sent to me that gives me measures such as the growth of the database, use CPU/memory/disk. Then unload the numbers in an Excel spreadsheet for the pretty pictures of product like this for management:

    There is no magic about that... at least not for me. Just create reports to capture the settings I want to trend and then add to Excel charts.

    See you soon,.
    Brian

  • Growth of database problem

    We have a problem with HFM by which the database increases each month.  We notice that
    most of the scenarios where we might have to do a force to translate or to consolidate
    with data and sometimes a consolidate all this.  I know that consolidate it all the
    is not good, but it is sometimes necessary for some scenarios.  I expect to
    growth of this with things based on dormant entities,
    etc, but not insofar as I see in the DB.  Doing some more
    investigation, it seems that we have a significant amount of zeros in these tables
    where we see growth.  For example, our scenario scheduled for 2014 has 7.4
    millions of documents of which 5.5 million
    are zeros (tran type 32) hard.  I have
    don't know much about these hard or derivative zeros, beyond because they do
    no result I think that actually enter zeros.  If I do an extract from the data
    of the whole of the year and the scenario, I get a few zeros but not anywhere nearby
    from what I can see in the database.  No one knows what might happen?  Help or direction would be so appreciated. Thank you.

    Hello

    Please check if you have accounts for the calculation of the zeros.

    You can limit the flight of zeros in your application by using the HFM rules file.

    Let me know if you need more information.

    Kind regards

    Hanane

  • How to check the growth of the database for a database on ASM?

    Hello

    I have been using the following script to check the growth of the database (for DBs on file system):
    SELECT b.tsname tablespace_name ,
      MAX(b.used_size_mb) cur_used_size_mb ,
      ROUND(AVG(inc_used_size_mb),2)avg_increas_mb
    FROM
      (SELECT a.days,
        a.tsname ,
        used_size_mb ,
        used_size_mb - LAG (used_size_mb,1) OVER ( PARTITION BY a.tsname ORDER BY a.tsname,a.days) inc_used_size_mb
      FROM
        (SELECT TO_CHAR(sp.begin_interval_time,'MM-DD-YYYY') days ,
          ts.tsname ,
          MAX(ROUND((tsu.tablespace_usedsize* dt.block_size )/(1024*1024),2)) used_size_mb
        FROM dba_hist_tbspc_space_usage tsu ,
          dba_hist_tablespace_stat ts ,
          dba_hist_snapshot sp,
          dba_tablespaces dt
        WHERE tsu.tablespace_id    = ts.ts#
        AND tsu.snap_id            = sp.snap_id
        AND ts.tsname              = dt.tablespace_name
        AND sp.begin_interval_time > sysdate-7
        GROUP BY TO_CHAR(sp.begin_interval_time,'MM-DD-YYYY'),
          ts.tsname
        ORDER BY ts.tsname,
          days
        ) a
      ) b
    GROUP BY b.tsname
    ORDER BY b.tsname;
    And I think that he always gave me good results until I ran this script on a database (10.2.0.5) on ASM.

    Is it because the databases on the ASM are maintaied differently, OR do most proabbly there was no activity on this database in the last 7 days? I even ran this query for last 90/180 / day and it is me again after results:
    TABLESPACE_NAME                CUR_USED_SIZE_MB AVG_INCREAS_MB
    ------------------------------ ---------------- --------------
    SYSAUX                                   574.38            .36
    SYSTEM                                   514.69              0
    DATA                                    1593.25              0
    IDX                                         .06              0
    UNDOTBS1                                  69.06          -3.84
    USERS                                     96.13              0
    Thanks in advance!

    I have no reason to believe tablespaces under ASM are maintained differently, so the most likely explanation is the change in the activity of the DB.

    What is your AWR retention? The default value is 7 days, so if yours is set to the default value, and then by running the query for 90/180 days you would not give more information.

    If you want to get the output of your scripts, you may need to adjust the AWR retention and your tablespace SYSAUX respectively.

    If the DB is managed by Oracle Enterprise Manager (OEM), you can make tablespace forecast based on the measurements taken by the OEM. I did a presentation on this (NYOUG, VirtaThon) just now:
    http://iiotzov.files.WordPress.com/2011/08/iotzov_oem_repository.PDF
    http://iiotzov.files.WordPress.com/2012/05/OEM-repository-a-second-look.doc

    Lordane Iotzov

  • Growth of database by minune

    Hi experts,

    I just want to follow the growth of the database (tablespace/datafile) per minute.
    Is there any method/question to do?

    AWR collects information and I can use 'dba_hist_tbspc_space_usage' to follow the growth of the tablespace.
    But I would like to follow per minute.

    993705 wrote:
    Yes, I want to generate a forecast with a notification as report
    "After... minutes, the database will be complete.

    The reason for this is to prevent the incident when the database develops abnormally.

    If you are worried about the occasion when "the database grows abnormally", write a script that checks the percentage of free space for all your storage space and warns you if the percentage of free space for any tablespace falls below a certain level. It's much better than having to follow the growth of minute by minute.

    Edit: Also, Oracle has built in Faculty of alerts especially designed for this purpose.

    Published by: Justin Mungal on 14 March 2013 07:43

  • How do we calculate the growth of the database?

    I have the situation where I have to calculate the growth of the database. I'm new to this business. We have implemented new indexes on the database of production where it took freespace all that remains. So, we have increased tablespace because we still have a few clues more to compile. Unfortunately, we ran out of space on the server. I asked for more space on the server that is to say 50% of the current database size. Of course, there are other databases on the same server and management wants to know why I need that a lot of space. Now my question is

    1. How do we calculate the growth of the database?
    2. How do we know how much table space is necessary for the given index.
    3. while maintaining growth increased from DB in calculating how we predict future growth.

    Any help much appreciated. Thank you.

    Hello

    Please visit the following link.

    http://www.DBA-Oracle.com/t_database_growth_reports.htm

    I hope this will help you.

    Thank you

  • Monthly growth of database since the creation.

    Hello

    Can anyone help me please with a standard script that does not calculate the growth of the database in a certain period of time?

    Thanks in advance.

    more that 90 percent of all questions here are issues of doc and do not have people make any attempt to read the docs.
    More than 80 percent of the questions have a version 99.9 percent of all the people asking questions here and full load do not mention their version, even if they have been updated with the display of a version.
    It is a voluntary forum. You can't wait for answers to the different versions.
    And no, nobody keeps track of your version.

    --------------------
    Sybrand Bakker
    Senior Oracle DBA

  • Growth of database for 6 months in the grid control

    Hello

    We have need of my team needs growth of the database for the last 6 months or every month for 6 months.

    I have not used before grid control. Can you please guide me how to set up to collect the necessary information.

    Thanks in advance.

    Target database size is indicated on the database Instance 'home' Page in the section "summary of the space. If you click on Size (GB) of data, you get a graph called the use of space based on historical data. In the upper area, you can set the 'time set' to be your 6 months.

    You can get this information from the sysman schema repository database´s as well.

    Best regards
    Martin Decker
    www.ora-solutions.NET

  • Need to check the growth of the database per month

    Hi all

    How can I identify the wise data/tablespase growth monthly as; wise, tablespase wise, etc...

    I'm usging 11g

    Need a sql query where I can find all believed in basic data on a monthly basis;

    Thank you;

    I use this query:

    SELECT

    DBAT.tablespace_name,

    (DECODE (total.mb, NULL, 0, NVL (ROUND ((total.mb-free.mb)/(total.mb)*100,2),100))) pct_used,))

    total_mb (total.mb),

    (NVL(free.mb,0)), free_mb,

    (NVL (total.mb - free.mb, total.mb)) used_mb,.

    max_next (next.max_next),

    DECODE (dbat.allocation_type, "UNIFORM", "UNIFORM",

    DECODE (next.max_next, null, "AUTOEXTEND",

    'OTHER')

    ) alloc_type

    Of

    (SELECT ts tablespace_name, SUM (bytes) / 1024/1024 mb)

    OF sys.dba_data_files GROUP BY tablespace_name

    ), total

    (SELECT ts tablespace_name, sum (bytes) / 1024/1024 mb)

    OF sys.dba_free_space GROUP BY tablespace_name

    ) free,.

    (SELECT tablespace_name ts, (max (next_extent) / 1024 / 1024) max_next)

    OF sys.dba_segments GROUP BY tablespace_name

    ) next,.

    dbat sys.dba_tablespaces

    WHERE dbat.tablespace_name = free.ts (+)

    AND dbat.tablespace_name = total.ts (+)

    AND dbat.tablespace_name = next.ts

    AND dbat.contents = 'PERMANENT '.

    ORDER BY alloc_type DESC, pct_used DESC;

    concerning

    Gaelle

Maybe you are looking for

  • Deletion of Contacts

    I have several Apple devices which are all synchronized and whenever I have delete/update my contact list on one of them, he reappears as its original list. Must it be carried out via my iCloud account, rather than on an individual device, that is to

  • someone at - it their finger at the bottom of the wand of phone button

    someone at - it their finger at the bottom of the wand of phone button

  • Hard drive dead - reinstall operating system without CD?

    Hello I have a HP Pavilion DV6-6024TX, who has recently had the hard disk matrix. The laptop is out of warranty. I purhcased a new hard drive and installed shortly, but I have no copy of the sytem (windows 7 32-bit) OS to install on the new drive. As

  • Automatically remove emails?

    My Inbox emails, somehow, automatically have themselves deleted for the third time in a few months. I have no idea why they were deleted? Sent box is correct.

  • Setting up the VPN for ACS5.5 group

    I'm trying a group in the ACS5.5 which allows users to connect. I created a network called ASA - VPN group and he put in ray and Ganymede. The ACS is linked to AD. I am lost on what to do next as rules of extreme ass or attributes. I do business with