What view would you use to determine free space in a tablespace?
Answer Posted / rajesh naidu
SELECT TABLESPACE_NAME,SUM(BYTES/1024/1024) FROM
DBA_FREE_SPACE GROUP BY TABLESPACE_NAME;
AND THE VIEW IS DESC DBA_FREE_SPACE;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is asm?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
how can a session indicate its interest in receiving alerts?
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
what do you understand by flashback feature of oracle?
What are statistics, under what circumstances they go out of date, how do you update them?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
What happens on checkpoint? : sql server DBA
Query processing is slow(eg select query)how will u solve that
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
currently iam working in mnc as a oracleappsdba,please send the EXPERIENCE RESUME those who r worked as a oracle apps dba
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
Why would you use sql agent? : sql server DBA