Home » RDBMS Server » Server Administration » How to know DB size increase per day? (Oracle 10G, Solaris 10)
How to know DB size increase per day? [message #492408] Mon, 31 January 2011 00:45 Go to next message
Tlg13team
Messages: 100
Registered: June 2008
Location: MGL
Senior Member
hi all,

How to know DB size increase per hour or day on the Oracle?

thx.
Re: How to know DB size increase per day? [message #492413 is a reply to message #492408] Mon, 31 January 2011 01:06 Go to previous messageGo to next message
Michel Cadot
Messages: 68648
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
DBA_HIST_TBSPC_SPACE_USAGE if you have the license to use it.

How to follow the growth of your database otherwise.

Regards
Michel
Re: How to know DB size increase per day? [message #492513 is a reply to message #492413] Mon, 31 January 2011 19:36 Go to previous messageGo to next message
Tlg13team
Messages: 100
Registered: June 2008
Location: MGL
Senior Member
hi Michel,

I'm using above table but can't see any growth DB size!

SQL:

select rtime, sum(tablespace_usedsize), sum(tablespace_size)
from DBA_HIST_TBSPC_SPACE_USAGE
group by rtime
order by 1



Result:
RTIME	SUM(TABLESPACE_USEDSIZE)	SUM(TABLESPACE_SIZE)
"01/31/2011 05:00:15"	18537736	29517312
"01/31/2011 06:00:26"	18537736	29517312
"01/31/2011 07:00:39"	18537736	29517312
"01/31/2011 08:00:51"	18537736	29517312
"01/31/2011 09:01:03"	18537736	29517312
"01/31/2011 10:00:17"	18537736	29517312
"01/31/2011 11:00:29"	18537736	29517312
"01/31/2011 12:00:43"	18537736	29517312
"01/31/2011 13:00:54"	18537736	29517312
"01/31/2011 14:01:07"	18537736	29517312
"01/31/2011 15:00:22"	18537736	29517312
"01/31/2011 16:00:41"	18537736	29517312
"01/31/2011 17:00:52"	18537736	29517312
"01/31/2011 18:01:05"	18537736	29517312
"01/31/2011 19:00:18"	18537736	29517312
"01/31/2011 20:00:31"	18537736	29517312
"01/31/2011 21:00:42"	18537736	29517312
"01/31/2011 22:00:53"	18537736	29517312
"01/31/2011 23:01:05"	18537736	29517312
"02/01/2011 00:00:16"	18537736	29517312
"02/01/2011 01:00:28"	18537736	29517312
"02/01/2011 02:00:40"	18537736	29517312
"02/01/2011 03:00:52"	18537736	29517312
"02/01/2011 04:01:05"	18537736	29517312
"02/01/2011 05:00:16"	18537736	29517312
"02/01/2011 06:00:28"	18537736	29517312
"02/01/2011 07:00:40"	18537736	29517312
"02/01/2011 08:00:52"	18537736	29517312
"02/01/2011 09:01:07"	18537736	29517312


Re: How to know DB size increase per day? [message #492531 is a reply to message #492513] Tue, 01 February 2011 01:01 Go to previous message
Michel Cadot
Messages: 68648
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Because it does not grow!

Regards
Michel
Previous Topic: Help me with this error when DBCA ORA-02236: invalid file name
Next Topic: Contents of redo log files
Goto Forum:
  


Current Time: Wed May 08 21:09:42 CDT 2024