how to find full database size
Answer / sudipta santra
select sum(bytes / (1024*1024)) "DB Size in MB" from
dba_data_files;
If u have the access of the table dba_data_files
| Is This Answer Correct ? | 3 Yes | 0 No |
How to create an oracle database manually?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
How would you go about verifying the network name that the local_listener is currently using?
What are privileges and grants?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
What are the predefined tablespaces in a database?
How to revoke create session privilege from a user in oracle?
what is the syntax of CREATE command?
How to rename an index in oracle?
How to define a data source name (dsn) in odbc manager?
Explain the use of tables option in exp command.
What is archive log in Oracle?