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 |
Give the stages of instance startup to a usable state where normal users may access it.
Explain the use of setting GLOBAL_NAMES equal to TRUE.
How would you determine who has added a row to a table?
internal architecture
What is the dataguard background process??
Oracle 11g new features?
You have just compiled a PL/SQL package but got errors, how would you view the errors?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
what is a user-defined lock?
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
How many packages we have in db
1. how do you delete duplicate rows in a table? 2. can you disable and enable primary key? 3. how do you move tables from one tablespace to another tablespace?????