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 do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?
What would you do with an "in-doubt" distributed transaction?
How would you determine the time zone under which a database was operating?
what do you understand by flashback feature of oracle?
How would you best determine why your MVIEW couldn't FAST REFRESH?
How do you add a data file to a tablespace?
wat is global index and local indes
Explain the use of table functions.
who owns the operating system files created by the utl_file package?
How can we know the exact updation date of a particular database?
Which types of backups you can take in Oracle? 2. A database is running in NOARCHIVELOG mode then which type of backups you can take? 3. Can you take partial backups if the Database is running in NOARCHIVELOG mode?
how can you implement fine-grained auditing?
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)