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 |
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How to count duplicated values in a column in oracle?
What is the simplest tool to run commands on oracle servers?
What is Hash Cluster ?
how to retrive xml data for using sql query?
How to create a stored function in oracle?
How to write date and time literals in oracle?
How to find out what privileges a user currently has in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
how to get last monday of a month?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?