TRUE
FALSE
There is no default. It must be defined at creation time.
PENDING
NULL
第1题:
RSTLNE
NLSRTL
LISTENER
NLSSORT
Linguistic sorts
第2题:
Compression can be enabled at the table, tablespace, or partition level for direct loads only.
Compression can be enabled only at the table level for both direct loads and conventional DML.
Compression can be enabled at the table, tablespace, or partition level for conventional DML only.
Compression can be enabled at the table, tablespace, or partition level for both direct loads and conventional DML.
第3题:
set Flash Recovery Area
enable Flashback logging
create FLASHBACK tablespace
start the database in the ARCHIVELOG mode
start the database in the NOARCHIVELOG mode
第4题:
The materialized view should have a complete refresh performed after the online table redefinition is completed.
The materialized view should have a fast refresh performed after the online table redefinition is completed.
The materialized view,materialized log,and the index should be dropped and re-created after the online table redefinition is complete.
The materialized view and materialized log should be dropped and all constraints disabled and re-created after the online table redefinition is complete.
第5题:
All objects in the database
Tables owned by SYS and SYSTEM
Data dictionary tables
NCHAR columns
CHAR columns
第6题:
The plan will work as is.
The plan needs to be modified to allow for an archive-log switch after step 3.
The plan needs to be modified so that a backup of the archived redo logs occurs before step 1.
The plan needs to be adjusted to shut down the database after step 1 and to restart the database after step 2.
The plan cannot work as presented.
第7题:
ORBn
OSMB
RBAL
ASMn
第8题:
Reclaims space above and below the high-water mark without using additional space
Moves rows to a new physical location,resetting the high-water mark,but uses additional space during the operation
Deallocates space above the high-water mark that is currently not in use
None of the above
第9题:
Recover the online redo log from backup.
Delete and re-create the log file.
Use the alter database clear logfile command to clear the log file.
Shut down the database and restart it.
Shut down the database and then mount it. Clear the log file with the alter database clear logfile command and then restart the database with alter database open resetlogs.
第10题:
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING
第11题:
The entire backup will fail.It will not be usable for recovery.
The entire backup will failbut any datafile successfully backed up will be usable for recovery.
If this backup fails,subsequent backups will prioritize datafiles not backed up.
If this backup fails,an error will be raised and any other commands will not be executed.
If this backup fails,no error will be raised and any other commands will be executed.
第12题:
V$VALID_NLS_VALUES
NLS_VALID_VALUES
NLS_VALUE_OPTIONS
V$NLS_VALUE_OPTIONS
V$NLS_VALID_VALUES
第13题:
SQL statements that are part of the AWR baseline only
SQL statements based on the AWR top SQL identification
SQL statements that are part of the available SQL Tuning Set (STS) only
SQL statements that are available in the cursor cache and executed by a user other than SYS
第14题:
The next time you back up the database when you are also connected to the recovery catalog and the target database
The next time you are connected to the target database and the recovery catalog database and issue the resync command
The next time you connect RMAN to just the recovery catalog
The next time you connect to the recovery catalog and the target database with RMAN
Connecting to the recovery catalog and issuing the resync all databases command
第15题:
The audit trail is stored in an operating system file.
Auditing is disabled for all privileges.
The audit trail is stored in the database.
Auditing is enabled for all privileges.
Auditing is enabled for certain privileges related to database security.
第16题:
The LOB values are automatically compressed.
The LOB values are cached by default in the buffer cache.
The LOB values are automatically stored in encrypted mode.
All LOB data that is identical in two or more rows in a LOB column share the same data blocks.
第17题:
After two days, a backup will be marked obsolete
After two days, a backup will be deleted from the media
If the RMAN repository has records of two or more recent backups of a file, then older backups will be deleted from the media.
If the RMAN repository has records of two or more recent backups of a file, then older backups will be marked obsolete.
第18题:
A must contain all of the characters defined in B
A must be Unicode
The encoded values in A must match the encoded values in B for all characters defined in B
A must be a multibyte character set
The encoded values in A must match the encoded values in B for all numeric and alphabetic character
第19题:
flashback query
distributed transactions
logging in and logging out of sessions
all DDL statements having bind variables
direct path load of data from external files
第20题:
The databases configured to use the ASM instance are mounted
The disk groups are mounted as per the ASM_DISKGROUPS initialization parameter
ASM starts the Oracle Cluster Synchronization Services (CSS) daemon if it is not started
ASM discovers and examines the contents of all files that are in the paths specified in the ASM_DISKGROUPS initialization parameters
第21题:
selection of SQL plan baselines
partitioning of tables and indexes
creation of index-organized tables
creation of bitmap, function-based,and B-tree indexes
optimization of materialized views for maximum query usage and fast refresh
第22题:
Recover database datafiles from physical disk backup sets.
Recover required incremental backups from physical disk backup sets.
Recover required archived redo logs from physical disk backup sets.
Apply incremental backups to recover the database.
Apply archived redo logs to recover the database.
第23题:
The plans can be manually loaded to the SQL plan baseline.
The plans in the SQL plan baseline are verified and accepted plans.
The plans generated for every SQL statement are stored in the SQL plan baseline by default.
The plan baselines are stored temporarily in the memory as long as the database instance is running.
For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.
第24题:
Control files
Password files
Inactive online redo log file
Archived log files required to perform recovery
Newly created tablespace which is not backed up