Topic: Oracle on Unix/Linux >> i want to know the size of my database
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: i want to know the size of my database |
| raj |
Posted: Aug 08, 2007 08:52:58 AM |
Total Post: 15
Joined: Aug, 2007
|
| i want to know the size of my database is it sum(bytes) in dba_data_files |
|
|
Mohammed Taj |
| Posted: Aug 08, 2007 11:28:56 AM | |
|
Total Post: 746
Joined: Jul, 2007
|
Hi,
Database size depands on three files.
Datafiles + Redo log files + Control files = Database size
If your database running in Archive log mode then Archive log files is not including because it is OFFLINE COPY of REDO LOG FILES and also it is not DATABASE FILES.
Regards
Taj
http://dbataj.blogspot.com
|
|
|
|
|
balaji |
| Posted: Jun 27, 2008 02:28:44 PM | |
|
Total Post: 148
Joined: May, 2008
|
use the below command to find out the database size.
select sum(bytes)/1024/1024/1024 from dba_datafiles;
Regards,
Balaji
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 333 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|