FORMAT
NAME
TAG
FORMAT U%
第1题:
b, d, e, a, c
e, a, b, c, d
d, c, b, e, a
a, b, d, c, e
d, c, b, a, e
第2题:
Backup compression should be enabled
Parallelism for the channel should be set to 2
All the files must be backed up as backup sets
The backup may be stored either on disk or on media with media manager
第3题:
issuing the ALTER SYSTEM ENABLE RESUMABLE; statement
issuing the ALTER SESSION ENABLE RESUMABLE; statement
modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value
issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=<nonzero value>; statement
第4题:
Restore the latest whole backup, perform complete recovery, and open the database normally
Restore the latest whole backup, perform incomplete recovery, and open the database with the RESETLOGS option
Restore the latest backups control file, perform complete recovery, and open the database with the RESETLOGS option
Restore the latest backup control file, perform incomplete recovery using backup control file, and open the database with the RESETLOG option
第5题:
Open the database in NORMAL mode
Open the database in read-only mode
Open the database in RESTRICTED mode
Open the database with the RESETLOGS option
第6题:
The BZIP2 compression algorithm consumes more CPU resources than the ZLIB compression algorithm.
The ZLIB compression algorithm consumes more CPU resources than the BZIP2 compression algorithm.
The ZLIB compression algorithm provides maximum compression and produces smaller backups than the BZIP2 compression algorithm.
Only the BZIP2 compression algorithm can be used to make compressed backups to disk.
第7题:
It can be used to allow the access privilege settings for users but not roles.
It can be used to allow the access privilege settings for users as well as roles.
It can be used to control the time interval for which the access privilege is available to a user.
It can be used to selectively restrict the access for each user in a database to different host computers.
It can be used to selectively restrict a user's access to different applications in a specific host computer.
第8题:
PLSQL_BLOCK
JAVA_STORED_PROCEDURE
STORED_PROCEDURE
EXECUTABLE
None of the above are invalid settings.
第9题:
The block change tracking data will be used only from the next incremental 0 backup.
The incremental backup will use change tracking data for accomplishing the backup.
The incremental backup will not use change tracking data for accomplishing the backup.
The block track file will scan all the blocks and create bitmap for all the blocks backed up in the level 0 backup.
第10题:
Synonyms can be created only for a table
Synonyms are used to reference only those tables that are owned by another user
A public synonym and a private synonym can exist with the same name for the same table
The DROP SYNONYM statement removes the synonym, and the table on which the synonym has been created becomes invalid
第11题:
Perform Export before TSPITR and Import after TSPITR
Move objects to another schema that has the same tablespace assigned
Perform Incomplete Recovery before TSPITR with the Log Sequence Number (LSN)
Perform Incomplete Recovery before TSPITR with the System Change Number (SCN)
第12题:
SET_JOB_ARGUMENT_VALUE
SET_JOB_VALUE_ANYDATA
SET_JOB_ANYDATA_VALUE
SET_SPECIAL_JOB_VALUE
SET_JOB_ANYTYPE_VALUE
第13题:
ASM_POWER_LIMIT
ASM_DISKSTRING
ASM_DISKGROUPS
INSTANCE_TYPE
第14题:
It cancels all pending disk drops within the disk group.
It restores disks that are being dropped as the result of a DROP DISKGROUP operation
It mounts disks in the disk group for which the drop-disk operation has already been co pleted
It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed
It adds previously dropped disks back into the disk group
第15题:
alter database backup controlfile
alter database backup controlfile to trace
alter database controlfile backup
alter database controlfile backup to ’/ora01/oracle/ctrl_backup.ctl’
alter database begin controlfile backup
第16题:
partitioning recommendations
statistics collection recommendations
index creation recommendations
materialized view recommendations
materialized view log recommendations
第17题:
Flashback queries
Shared server requests
Login and logoff activities of sessions
Direct path load of data from external files by using utilities such as SQL *loader
Data definition language (DDL) and data manipulation language (DML) operations
第18题:
Update job log when a job completes
Spawn and remove job slaves
Write/read job info to/from memory cache
Query job table
Pass job information to job slaves
第19题:
It updates the existing SQL profiles with current statistics
It makes the statistics information available to GATHER_STATS_JOB
It initiates the statistics collection process by running GATHER_STATS_JOB
It logs a warning message in the alert log so that the DBA can perform statistics collection manually
第20题:
Opening the database in RESTRICTED mode
Opening the database with the RESETLOGS option
Setting a new DBID for the newly restored database
Restoring the server parameter file (SPFILE) to the new host
第21题:
The command produces an error because the retention time cannot be reduced.
All historical data is retained but the subsequent flashback data archives are maintained for only three years.
All historical data is purged and the new flashback data archives are maintained for three years.
All historical data older than three years is purged from the flashback archive FLA1.
第22题:
The collection level for the AWR should be set to BASIC
The moving window size must be less than Undo Retention
The moving window size should be greater than the Automatic Workload Repository (AWR) retention period
The moving window size should be equal to or less than the Automatic Workload Repository (AWR) retention period
第23题:
Only one I/O calibration process can run at a time.
It automates the resource allocation for the Automated Maintenance Tasks.
It improves the performance of the performance-critical sessions while running.
It can be used to estimate the maximum number of I/Os and maximum latency time for the system.
The latency time is computed only when the TIMED_STATISTICS initialization parameter is set to TRUE.
第24题:
PLSQL_BLOCK
JAVA_STORED_PROCEDURE
STORED_PROCEDURE
EXECUTABLE
None of the above are invalid settings.