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 |
1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
What's dateware house and what's clustor with practicle example
What is ordinary table in oracle?
The join defined by the default data link is an outer join yes or no ?
How to initialize variables with default values?
What is oracle database 10g express edition?
What are the uses of Database Trigger ?
What is a Data Segment ?
What is a sub query? Describe its types?
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)
How can we create the complete backup of data in the oracle.
0 Answers IPEC, Satyam, SunTec,
What is where clause in oracle?