What are the ways tablespaces can be managed and how do they
differ?
Answers were Sorted based on User's Feedback
Answer / ram
tablespaces can be managed in 2 ways 1) Dictionary Managed
2) Locally managed
in DMT data dictionary tables stores the information of free and used extents, for used extents information in dmt tablespace uses sys.uet$ view and free extents information in DMT tablespace stored in sys.fet$
in LMT tablespace, tablespace datafiles maintains own bitmaps @ datafile headers these store the used extents and free extents information.
LMT is preferable, because it won't generate any rollbacks,
dictionary contention is reduced, space wastage removed & fragmentation removed
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kittu
tablespaces can be managed in 2 ways 1) Dictionary Managed
2) Locally managed
In dictionary managed tablespace oracle will take care of tablespace
In locally managed tablespace we need to take care of tablespace
| Is This Answer Correct ? | 1 Yes | 3 No |
What are the recovery models for a database? : sql server DBA
how to copy(migrate) the database one server to another server without using expdp/impdp how it is possible.
How would you go about increasing the buffer cache hit ratio?
How can you control the amount of free space in your index pages? : sql server DBA
Which environment variables are absolutely critical in order to run the OUI?
deleted of control file how will u recover control file?
Describe what redo logs are.
In what script is "snap$" created? In what script is the "scott/tiger" schema created?
the process of adding a cpu in sql server is called..?
Query processing is slow(eg select query)how will u solve that
How do you troubleshoot errors in a sql server agent job? : sql server DBA
why do we give pctfree and pctused in create table statement?
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)