|
| Total Answers and Comments: 3 |
Last Update: March 22, 2009 Asked by: IMDAD |
|
| | |
|
Submitted by: parthokonar1 for ques 1. The size of the database is the total size of the datafiles that make up the tablespaces of the database. These details are found in the dba_extents view. type the following lines at the SQL-PLUS prompt:
select sum(bytes/1048576) from dba_extents; This will give the total number of Mb used by your database.
2. yes but more clarification is needed
3. No. First full backup is needed
Above answer was rated as good by the following members: sumandba | Go To Top
|