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 |
How would you go about increasing the buffer cache hit ratio?
what are the differences of where and if in SAS?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
why we use cursors
What command would you use to encrypt a PL/SQL application?
What is the default port no on which sql server listens? : sql server DBA
what r the types of backup?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How do you open a cluster administrator? : sql server DBA
1)how to Take Backup in sql server 2005 from Flash Drive
What is database replicaion? What are the different types of replication you can set up in SQL Server?
What purpose does the model database server? : sql server DBA
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)