setenv ORA_SDTZ ’DB_TZ’
setenv ORA_SDTZ ’+10:00’
setenv ORA_SDTZ ’OS-TZ’
setenv ORA_SDTZ ’Europe/London’
第1题:
You are maintaining your OLTP database in Oracle10g. While observing the performance of the database, you find that the log switch occurs more than once for every 20 minutes, affecting the database performance. Which factor is responsible for frequent log switches?()
第2题:
You are maintaining your database in Oracle10g. You are performing the backup by using the BACKUP AS BACKUPSET command at the RMAN prompt. Which file cannot be backed up by using the BACKUP AS BACKUPSET command?()
第3题:
You are maintaining the PROD database for NetFx Corporation. You have configured controlfile autobackup in your database. At 6:00 P.M. on Monday, you issue the following command: RMAN>BACKUP DATABASE; At 8:00 A.M. on Tuesday, you are unable to start the database because all the control files are missing. You decide to restore the control files from the backup by using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command. Which operation should you perform before using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command?()
第4题:
Every Sunday the Unix system administrator has a job that executes a full backup of the entire Unix system your database is on. Is this backup usable for backup and recovery of your database?()
第5题:
You are maintaining your database in Oracle10g. On Tuesday at 8:00 A.M., while starting the database, you discover that all the control files are missing. The backup of the full database was performed on Sunday at 6:00 P.M. Which type of recovery will you perform?()
第6题:
incomplete recovery
complete recovery
recovery using the Flashback Database feature
recovery using the export/import utility
第7题:
online redo log files
alert log files
control file
datafiles associated with the SYSTEM tablespace
第8题:
LIST command
CROSSCHECK command
REPORT command
SHOW command
第9题:
Yes, if the database is in ARCHIVELOG mode
Yes, if the database is in NOARCHIVELOG mode
No, the backup is not usable in any way
Only if the ENABLE_ONLINE_BACKUP parameter is set to TRUE
第10题:
by using the RMAN utility
by using the export/import utility
by using the ALTER DATABASE command
by enabling the change tracking feature
第11题:
Datafiles
Current control file
Server parameter file (spfile)
Password file
第12题:
the time when the last flashback operation in your database was performed
the time when the first flashback operation in your database was performed
a list of flashback operations performed in your database using SCN and time
the approximate time and the lowest system change number (SCN) to which you can flash back your database
第13题:
You are maintaining your database in Oracle10g. You are not using the recovery catalog to maintain the backup information of your database. Which file can be used as a repository to store information regarding the RMAN backup?()
第14题:
You are maintaining your database in Oracle10g. While performing an incremental backup of the database, you want to back uponly those blocks that have changed since the last backup. Which file will you create to increase the performance of the backup operation while performing the incremental backup of the database?()
第15题:
You are maintaining your database in Oracle10g. You perform a full user-managed backup every Sunday at 8:00 P.M. Your database is running in ARCHIVELOG mode. On Monday, at 9:00 A.M., a tablespace is dropped. You decide to perform incomplete recovery to recover the dropped tablespace. Which two clauses can you use with the RECOVER command?()
第16题:
You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()
第17题:
VERSIONS_STARTSCN
VERSIONS_STARTTIME
VERSIONS_XID
VERSIONS_OPERATION
第18题:
renaming the control files
dropping a user in your database
enabling or disabling redo log archiving
dropping a tablespace in your database
re-creating the control files, after you lost all the control files in your database
第19题:
redo log files
password file
control file
change tracking file
第20题:
The database will not start.
The database will start but will not retain the undo data in the undo segment.
The database will start, and the undo segment will contain the undo data for at least one hour.
The database will start, and the undo segment will retain the undo data for at least 15 minutes.
第21题:
0
1
NONE
DEFAULT
第22题:
Open the database in read-only mode.
Set the retention target with the DB_FLASHBACK_RETENTION_TARGET initialization parameter.
Enable the block change tracking feature.
Execute the ALTER DATABASE FLASHBACK ON statement.
第23题:
Oracle Enterprise Manager
The V$LOG view
The V$LOGFILE view
The V$FLASHBACK_DATABASE_LOGS view