Extents would be managed by the freelists.
The segment would be managed by bitmaps.
The segment would be managed by the freelists.
Free space would be managed by the data dictionary.
第1题:
As a database administrator you spend a lot of time observing and setting various storage parameter values for your application tables in order to gain performance benefits. Which task would you perform to reduce this overhead?()
第2题:
Which two are the prerequisites to enable Flashback Data Archive?() (Choose two.)
第3题:
You are trying to alter the initial segment size given to a table in a dictionary-managed tablespace. Which of the following keywords would be used as part of this process?()
第4题:
You executed the following command to create a tablespace called SALES_DATA: SQL> CREATE TABLESPACE sales_data DATAFILE SIZE 100M SEGMENT SPACE MANAGEMENT AUTO; Which two statements are true about the SALES_DATA tablespace()
第5题:
Examine the statement: SQL> CREATE TABLESPACE user_data 2> EXTENT MANAGEMENT LOCAL 3> SEGMENT SPACE MANAGEMENT AUTO; Which twp assumptions must be true for this statement to execute successfully?()
第6题:
You specified extent management as local for a tablespace. How will it affect space management in the tablespace?()
第7题:
It readily responds to dynamic changes for concurrent access.
It improves performance and space utilization in a multiple-instance environment.
It requires fewer space related options then freelist managed structures.
It improves performance for SYSTEM tablespaces where a high degree of concurrency is required.
第8题:
Oracle Managed Files are used for this instance.
The USER_DATA tablespace is managed using FET$/UET$ tables.
The COMPATIBLE initialization parameter must be 9.0.0 or higher.
Space within segments in the USER_DATA tablespace is managed with freelists.
第9题:
Decreasing PCTUSED
Decreasing PCTFREE
Increasing the number of DBWN process
Using Automatic Segment Space Management (ASSM)
Increasing db_buffer_cache based on the V$DB_CACHE_ADVICE recommendation
第10题:
It may advise the use of online table redefinition for tables in dictionary managed tablespace.
It may advise the use of segment shrink for tables in dictionary managed tablespaces it the no chained rows.
It may advise the use of online table redefinition for tables in locally managed tablespaces
It will detect and advise about chained rows.
It may advise the use of segment shrink for free list managed tables.
第11题:
Database must be running in archivelog mode.
Automatic undo management must be enabled.
Undo retention guarantee must be enabled.
The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM).
第12题:
Coalesce the application tables at a regular interval.
Export and Import the application tables a regular interval.
Drop and recreate the application tables at a regular interval.
Move the application tables to a tablespace with less space usage.
Distribute the application tables across multiple tablespaces depending on usage.
Move the application tables to automatic segment space management tablespace.
第13题:
You specified segment space management as automatic for a tablespace. What effect would this have on space management?()
第14题:
You use the segment advisor to help determine objects for which space may be reclaimed. Which three statements are true about the advisor given by the segment advisor?()
第15题:
Using a bitmap structure to manage database object space has several benefits over using freelist structures. Which three are benefits of managing space using automatic-segment-space managed objects?()
第16题:
You work as a database administrator for Certkiller .com. Because of space constraints, you decided to manually shrink the table. You executed the ALTER TABLE ....SHRINK SPACE statement to shrink the space and you receive an error as follows: ERROR at Line 1: ORA-10635: Invalid segment ortablespacetype What could be the reason?()
第17题:
In a recent Automatic Workload Repository (AWR) report for your database, you notice a high number of buffer busy waits. The database consists of locally managed tablespaces with free list managed segments. On further investigation, you find that buffer busy waits is caused by contention on data blocks. Which option would you consider first to decrease the wait event immediately?()
第18题:
Which two are the prerequisites to enable Flashback Data Archive?()
第19题:
All the extents will be of the same size.
Bitmap will be used to record free and allocated extents.
Free extents will be managed by the data dictionary tables.
The tablespace will be system managed and the users cannot specify the extent size.
第20题:
The database automatically determines the extent-sizing policy for the tablespace.
The segments are automatically shrunk when the contents are removed from them.
The allocation of extents within the tablespace is managed through the dictionary tables.
The space utilization description of the data blocks in segments is recorded inbitmapblocks.
The space utilization description of the data blocks in segments is managed through free lists.MANUAL
第21题:
DROP TABLE
ALTER TABLE
RESIZE
COALESCE
第22题:
The bigfile tablespace have only one data file.
The segment space management is automatic.
The extent management is dictionary managed.
The database can have only one bigfile tablespace.
The bigfile tablespace can be converted to a smallfile tablespace.
第23题:
Database must be running in archivelog mode.
Automatic undo management must be enabled.
Undo retention guarantee must be enabled.
The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM).