| |
GeekInterview.com > Tech FAQs > Oracle > Database Administration
| Print | |
Question: How do you find the total database size in the database, is there any command to see the database size or in os level? 2.can we unload the data by using sql*loader? 3.can we take incremental backup with out taking complete backup?
|
| March 03, 2009 12:37:32 |
#3 |
| sumer77 |
Member Since: October 2008 Total Comments: 4 |
RE: How do you find the total database size in the database, is there any command to see the database size or in os level?2.can we unload the data by using sql*loader?3.can we take incremental backup with out taking complete backup? |
| Sum of bytes from dba_extents will provide the database size. |
| |
Back To Question | |