Do nothing.
Restart the database.
Perform recovery on the database.
Restore the alert log from the last backup.
第1题:
You are working on the Certkiller database. What is the default name of the alert log file in this database?()
第2题:
A redo log file is corrupted while the database is open; as a consequence, database operations are stopped because archiving cannot continue. What would you do to solve the problem?()
第3题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a SQL Server 7.0 database. You upgrade the database to the SQL Server instance. According to the company requirement, you must make sure that suspect pages can be detected in the database. So what action should you perform to achieve this goal?()
第4题:
You are a database administrator for your company. The company uses a SQL Server 2005 database. A full backup of the database is made each night. Transaction log backups are made each morning and each afternoon. You notice that the database transaction log file grows very large throughout the day. You need to minimize the size of the transaction log file. You also need to minimize data loss in the event of a failure. What should you do?()
第5题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. On DB1, quite few logged operations are performed. Now according to the requirement of the company CIO, you must validate that the database can be restored to a specific point in time. So what action should you perform to achieve this goal? ()
第6题:
You should verify that the simple recovery model is used by the database.
You should verify that the full recovery model is used by the database.
You should verify that the checksum page verify option is used by the database.
You should verify that the bulk-logged recovery model is used by the database.
第7题:
LOG_ARCHIVE_DEST was not set in the parameter file.
LOG_ARCHIVE_START was not set in the parameter file.
alter database archivelog; was not executed in MOUNT mode.
LOG_ARCHIVE_MAX processes were not set in the parameter file.
第8题:
You should perform a log switch
You should make a backup of the database
You should switch the database to the NONARCHIVELOG mode
You should shut down the database instance and perform a complete database recovery
第9题:
alert_ Certkiller .log
alertlog_ Certkiller .log
alert_log_ Certkiller .log
Certkiller _alert_log.log
log_alert_: Certkiller .log
trace_alert_ Certkiller .log
第10题:
only case 1
only case 2
only case 3
case 1 and 2
case 2 and 3
case 1 and 3
all cases: case 1, case 2 and case 3
第11题:
For the database, you should turn on the TRUSTWORTHY database option
For the database, the PAGE_VERIFY database option should be set to CHECKSUM
For the database, the database compatibility level option should be set to 10
For the model database, the PAGE_VERIFY database option should be set to TORN_PAGE_DETECTION.
第12题:
You should recreate the indexes.
You should compress the log file backups
You should make the Dworks database use the Full recovery mode
You should make the Dworks database use the Simple recovery mode.
第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题:
Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you notice that the data file belonging to the SYSTEM tablespace has become corrupted. You also notice that there have been 15 log switches during the day. Which solution should you use to recover as much committed data as possible?()
第15题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance which is named Instance01. Instance01 contains a database which is named Dworks. The bulk-logged recovery mode is used by the Dworks database. You log ship the Dworks database through a WAN link. A scheduled job rebuilds the indexes of the Dworks database. You find that the size of the log backups for log shipping has been enlarged by the job. Now you have to reduce the size of the log backup. So what action should you perform to achieve this goal?()
第16题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. Now you get an order from your company CIO, you have to identify whether a database integrity check (DBCC CHECKDB) was run for a particular database. Which log file should you examine?()
第17题:
You configured automatic archive logging for the database. On the next startup the database runs for a while, but then hangs. After checking the alert log, you determine that all the online redo logs need archiving. Which step was skipped when you set up automatic archive log?()
第18题:
Do nothing.
Restart the database.
Perform recovery on the database.
Restore the alert log from the last backup.
第19题:
Decrease the amount of time between transaction log backups.
Configure the database to use the simple recovery model.
Configure the RECOVERY INTERVAL option to be a smaller value.
Run DBCC SHRINKFILE on the transaction log file.
第20题:
Use a flashback query to retrieve the rows that were deleted
Useconventialincremental export and then import the affected object
Shutdown the database inNORMALmode and restart the database instance
Use DBMS_META package to reconstruct the object using undo segments
UseTablespacePoint in Time Recovery (TSPITR) method to recover the table and the data
Use Oracle DataPumptwithflashback_timeoption toentableflashback export and then import the affected object.
第21题:
online redo log files
alert log files
control file
datafiles associated with the SYSTEM tablespace
第22题:
clear the redo log group
perform redo log file import
perform an incomplete recovery
perform a redo log recovery using Recovery Manager (RMAN)
shut down the database and open the database in the NOARCHIVELOG mode
第23题:
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
第24题:
You should perform a log switch
You should make a backup of the database
You should switch the database to the NONARCHIVELOG mode
You should shut down the database instance and perform a complete database recovery