Until last commit
Until the time you perform recovery
Until the time the date file got corrupted
Until the point where the last transaction begun
You cannot recover the SYSTEMtablespaceand must re-create the database.
第1题:
Your Certkiller .com database is in ARCHIVELOG mode. The data file that belongs to the SYSTEMtablespacehas become corrupted. Up to what point can you recover the database?()
第2题:
Your Supportcenter.cn database is in ARCHIVELOG mode. The data file that belongs to the SYSTEM tablespace has become corrupted. Up to what point can you recover the database?()
第3题:
The database is running in NOARCHIVELOG mode. A data file is lost. Which two are valid options for recover?()
第4题:
Using the command shown here, what time format must you specify to recover the database until a point-in-time?() SQL> RECOVER DATABASE UNTIL TIME ’
第5题:
The database Is configured in ARCHIVELOG mode. The database needs to be up 24 X 7. You want to perform user managed backup for the data files of the HR_DATA tablespace.To accomplish the task, you issued the following command: SQL> ALTER TABLESPACE hi_data BEGIN BACKUP; Which two statements are true in this scenario? ()
第6题:
Data file DF1 belongs to tablespace TS1.,and the database is in ARCHIVELOG mode. You did an incomplete recover in the following steps: 1. Take data file DF1 offline. 2. Copy a backup copy of DF1 into the current DF1 location. 3. Execute RECOVER DATAFILE UNTIL TIME sometime in the past. 4. Bring DF1 online. 5. Execute ALTER DATABASE OPEN RESETLOGS. To guarantee that the database is recoverable in the future, what is the least amount of work needed?()
第7题:
There is a problem with one of the disks used for your database and your system administrator informs you that the disk needs to be replaced. The replacement disk will not be available until tomorrow. There was only one data file on this disk; it belongs to the USERS tablespace in your PROD database. Your PROD database runs in ARCHIVELOG mode and nightly online backups are taken. The users need to be able to access the data in the USERS tablespace before the replacement disk arrives. You have already taken the USERS tablespace offline and have restored the data file from last night’s backup to a new disk. Which additional steps are required in order to make the USERS tablespace available?()
第8题:
until the last commit
cannot be recovered
until the last offline backup
until the beginning of the last transaction
第9题:
backup database plus archivelog
backup database plus archivlog until time ‘10:00‘
backup database plus archivelog timeout ‘10:00‘
backup database plus archivelog duration 10:00
第10题:
YYYY-DD-MM:HH24:SS:MI
YYYY-DD-MM:HH24:SS:MM
YYYY-MM-DD:HH24:MI:SS
YYYY-DD-MM:SS:MI:HH24
第11题:
b, d, e
b, d, f
c, a, b, d, e
c, a, b, d, f
a, b, d, e
第12题:
until Thursday morning
until that point in time when the database is opened
until that point in time when the recovery is performed
until last Sunday’s backup
until that point in time when the table is dropped and purged
until Wednesday evening
第13题:
In your database, you discovered that a tempfile in a locally managed temporary tablespace has been deleted at the operating system level. How would you recover the tablespace?()
第14题:
You work as a database administrator for Certkiller .com. Your database is configured for automatic undo management. UNDO_RETENTION is set to 3 hours. You want to flash back a table that was created last year. How far back can the flashback query go? ()
第15题:
You need to restore your database back to 9/30/2008 at 18:00. In what order would you run the following commands to compete this task?() a. restore controlfile until time `09/30/2008:18:00:00’ b. restore database until time `09/30/2008:18:00:00’ c. restore spfile until time `09/30/2008:18:00:00’ d. recover database until time `09/30/2008:18:00:00’ e. alter database open resetlogs f. alter database open
第16题:
You work as a database administrator for Supportcenter.cn. Your database is configured for automatic undo management. UNDO_RETENTION is set to 3 hours. You want to flash back a table that was created last year. How far back can the flashback query go?()
第17题:
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?()
第18题:
You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()
第19题:
You work as a database administrator for Supportcenter.cn. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database. Which method would you use to recover the data file?()
第20题:
Restore all the data files and open the database
Create the data file and performtablespacerecovery
No need to restore any file, just recover the database
Restore only the system data file and recover the database
Restore only lost date file and performtablespacerecovery
第21题:
Back up the data file.
Bring tablespace TS1 online.
Copy redo logs to the backup directory.
Make a complete backup right after opening the database.
第22题:
Until last commit
Until the time you perform recovery
Until the time the date file got corrupted
Until the point where the last transaction begun
You cannot recover the SYSTEMtablespaceand must re-create the database.
第23题:
Only bring the tablespace back online.
Only recover the tablespace and then bring the tablespace back online.
Shut down the database, recover the data file and then start up the database.
Issue the ALTER DATABASE RENAME FILE command, recover the tablespace, and then bring the tablespace online.
Recover the tablespace, issue the ALTER DATABASE RENAME FILE command, and then bring the tablespace online.