What view would you use to determine free space in a tablespace?
Answers were Sorted based on User's Feedback
Answer / guest
It is dba_free_space which gives u the info about free
space in any tablespace
Regards
Abhinav
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
by issuing "alter tablespace begin backup;" what happens to tablespace?
Explain how you would restore a database using RMAN to Point in Time?
how can you connect from 10g user to 11g user??
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
Describe what redo logs are.
Can you redefine a table online?
How can we know the exact updation date of a particular database?
What is a system database and what is a user database? : sql server DBA
How many packages we have in db
How would you determine the time zone under which a database was operating?
how to copy(migrate) the database one server to another server without using expdp/impdp how it is possible.
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
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)