a, b, c, d, e
e, d, a, b, c
a, c, b, d, e
d, b, c, a, e
a, c, b, e, d
第1题:
You are working on a database that must be functioning 24 hours a day, 7 days a week. The databaseis configured in ARCHIVELOG mode. Which two options do you have for performing user-managed backups()
第2题:
You have lost all your SYSTEM tablespace datafiles (system_01.dbf and system_02.dbf) nd the database has crashed. What would be the appropriate order of operations to correct the situation?() a. Mount the database with the startup mount command. b. Take the SYSTEM datafile offline with the alter database command. c. Restore the SYSTEM_01.dbf datafile from backup media with the required archived redo logs. d. Restore all SYSTEM tablespace-related datafiles from backup media. e. Issue the recover tablespace SYSTEM command. f. Issue the recover datafile SYSTEM_01.dbf command. g. Open the database with the alter database open command. h. Open the database with the alter database open resetlogs command.
第3题:
Which are the correct steps, in order, to deal with the loss of an online redo log if the database has not yet crashed?() a. Issue a checkpoint. b. Shut down the database. c. Issue an alter database open command to open the database. d. Startup mount the database. e. Issue an alter database clear logfile command. f. Recover all database datafiles.
第4题:
Which is the correct command to back up the database, back up the archived redo logs, and then remove the backed-up archived redo logs?()
第5题:
backup database
backup database and archivelogs
backup database plus archivelogs
backup database plus archivelog delete input
backup database and archivelog delete input
第6题:
You can perform consistent backups only.
You can perform a complete database backup without shutting down the database instance.
You can back up data files only when all data files have the same SCN recorded in the control file.
You can back up only those data files whose headers are frozen by using ALTER TABLESPACE BEGINBACKUP or ALTER DATABASE BEGIN BACKUP commands
第7题:
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
第8题:
a, f, e, d, g
f, e, d
f, b, c, g
a, f, c
The database cannot be recovered.
第9题:
a, b, c, d, e
e, d, a, b, c
a, c, b, d, e
d, b, c, a, e
a, c, b, e, d
第10题:
You can perform consistent backups only.
You can perform a complete database backup without shutting down the database instance.
You can back up data files only when all data files have the same SCN recorded in the control file.
You can back up only those data files whose headers are frozen by using ALTER TABLESPACE BEGINBACKUP or ALTER DATABASE BEGIN BACKUP commands.
第11题:
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.
第12题:
2, 5, 3, 1, 7, 6, 4
1, 7, 6, 5, 4, 3, 2
5, 1, 2, 7, 4, 6, 3
7, 3, 1, 5, 6, 2, 4
第13题:
Your database is in NOARCHIVELOG mode. You start to do a backup, but your users complain that they dont want you to shut down the database to perform the backup. What options are available to you?()
第14题:
When performing an online backup,what is the proper order of the following steps?() a. Issue the alter database end backup command. b. Back up the archived redo logs. c. Issue the alter database begin backup command. d. Back up the database files. e. Determine the beginning log sequence number. f. Determine the ending log sequence number. g. Force a log switch with the alter system switch logfile command.
第15题:
Which command will result in a trace file being created with the create controlfile command contained in it?()
第16题:
What is the correct order of steps to perform an online database backup?() a. alter database begin backup b. alter database end backup c. Back up the database datafiles d. Back up the archive log files e. alter system switch logfile
第17题:
a, b, c, d, e, f, g
c, d, a, b, e, g, f
f, d, b, g, a, c, e
e, c, d, a, g, f, b
a, f, b, g, e, c, d
第18题:
a, f, e, d, g
f, e, d
f, b, c, g
a, f, c
The database cannot be recovered.
第19题:
a, c, f, g
b, d, e, h
a, b, c, f, g
d, a, e, g
b, c, f, e, g
第20题:
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
第21题:
a, b, c, d
b, d, e, c
a, b, d, e, c
b, f, d, f, c
b, d, a, c
第22题:
a, b, c, d, e, f, g
c, d, a, b, e, g, f
f, d, b, g, a, c, e
e, c, d, a, g, f, b
a, f, b, g, e, c, d
第23题:
a, b, c, d, e
e, d, a, b, c
a, c, b, d, e
d, b, c, a, e
a, c, b, e, d
第24题:
Put the database in hot backup mode and perform an online backup,including backing up the archived redo logs.
Just back up the database datafiles without shutting down the database.
You will have to wait until you can shut down the database to perform the backup.
Mark each datafile as backup in progress, back them up individually,and then mark them as backup not in progress. No archived redo logs will need to be backed up.
Only back up the datafiles that the user will not be touching. Once the user has finished what they were doing,you can shut down the database and back up the datafiles the user changed during the course of the remaining backup