What query tells you how much space a tablespace named
"test" is taking up, and how much space is remaining?
Answer / jaleel
TO CHECK TAKINGUP SPACE
SQL> select sum(bytes)/1024/1024 "TABLESPACESIZE:MB"
from dba_segments where tablespace_name='TEST';
TO CHECK FREE SPACE
SQL> select sum(bytes)/1024/1024 "TABLESPACESIZE:MB"
from dba_free_space where tablespace_name='TEST';
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain the concept of the DUAL table.
What is the difference between LMT & DLT?
What the different topologies in which replication can be configured? : sql server DBA
Where would you look for errors from the database engine?
one datafile is lost in standy side how can you recover that??
What is RAID and what are different types of RAID configurations?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
Hot backup procedure?
how can you enable flashback feature?
how can you find out if a table can be redefined?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)