单项选择题

You have lost all members of your current redo log file group. You issue this query: SQL> select * from v$log; 
GROUP#    SEQ#     BYTES        ARC STATUS            FIRST_NAME 
1                  60           153600        NO INACTIVE            01-03-09:19:34 
2                  61           153600        NO CURRENT            01-03-09:19:50 
You then perform an incomplete recover. You receive this message: ORA-00279: 
change 309141...03/09/01 19:50:14 Needed for thread 1 
ORA-00289: suggestion : /disk1/archive/arch_61.rdo ORA-00280: change 309043 for thread 1 is in  sequence #61 Specify log: {=suggested | filename | AUTO | CANCEL} How should you respond to this message?()

A.Enter the keyword AUTO.
B.Enter the keyword CANCEL.
C.Press the Enter or Return key.
D.Enter the filename ’/disk1/archive/log2a.rdo’.


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

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?()

A.Only bring the tablespace back online.
B.Only recover the tablespace and then bring the tablespace back online.
C.Shut down the database, recover the data file and then start up the database.
D.Issue the ALTER DATABASE RENAME FILE command, recover the tablespace, and then bring the tablespace online.
E.Recover the tablespace, issue the ALTER DATABASE RENAME FILE command, and then bring the tablespace online.

2.多项选择题Which two are characteristics of user-managed backup and recovery operations?()

A.Recovery is initiated using SQL*Plus.
B.Database files are backed up using SQL commands.
C.Database files are backed up with Recovery Manager.
D.Database files are restored using Recovery Manager.
E.Database files are backed up using operating system commands.

4.多项选择题SQ L*Loader is a utility that can perform which two tasks?()

A.Load data from a disk, tape, or named pipes.
B.Load data into an Oracle database using DML statements.
C.Extract, reorganize, and insert data within an Oracle database.
D.Load data from external files into tables in an Oracle database.
E.Load data into an Oracle database using operating system commands.
F.Load data directly from a non-Oracle database to an Oracle database.

5.多项选择题In which three situations is incomplete recovery required?()

A.After a shutdown abort.
B.When recovering to an SCN.
C.When recovering until a specific time.
D.When a required archived log is missing.

6.单项选择题After running the CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS command, what has been accomplished?()

A.Retain the data file backup for 7 days.
B.Run the recover process every 7 days.
C.Destroy the physical backup files every 7 days.
D.Destroy the physical backup files older than 7 days.
E.Retain one backup of each data file for at least 7 days.
F.Keep the catalog information in the control file for 7 days.

9.单项选择题

You issue these LSNRCTL commands: 
LSNRCTL> SET CURRENT_LISTENER listener01 LSNRCTL> START listener02 
What is the result of issuing these commands?()

A.A listener named LISTENER is started.
B.A listener named LISTENER01 is started.
C.A listener named LISTENER02 is started.
D.The START command fails and no listener is started.

10.单项选择题Examine the RMAN command: SWITCH DATAFILE ’/DISK3/user_data01.dbf’; Which command do you need to issue before you issue the above command, so that RMAN finds the file in the restored location of ’DISK2/user_data01.dbf’? ()

A.RESTORE DATAFILE ’/DISK2/user_data01.dbf’
B.RESTORE DATAFILE ’/DISK3/user_data01.dbf’
C.SET NEWNAME FOR ’/DISK3/user_data01.dbf’ TO’/DISK2/user_data01.dbf’
D.SET NEWNAME FOR ’/DISK2/user_data01.dbf’ TO’/DISK3/user_data01.dbf’

最新试题

Where can you obtain information about full database backup set created using RMAN, if the control file was used as the repository?()

题型:单项选择题

Which of the following commands must be issued to remove a stored script from the recovery catalog?()

题型:单项选择题

Which one of the following files includes the parameter NAMES.DIRECTORY_PATH(hostname)?()

题型:单项选择题

Which of the following steps is incorrect in the following sequence of enabling the ARCHIVELOG mode of a database?()

题型:单项选择题

The three tasks shown have been completed in order to configure a naming method: Task 1: Installed on server and client: Oracle Net Services, TCP/IP, TCP/IP protocol adaptor Task 2: Started default listener on port 1521 Task 3: Added global database name to the listener.ora file. Which naming method was configured?()

题型:单项选择题

After a number of days set by the parameter CONTROL_FILE_RECORD_KEEP_TIME, the information in the control file is overwritten by RMAN. What is this parameter’s default value?()

题型:单项选择题

Which server stack communication layer corresponds to the client application layer in a distributed environment?()

题型:单项选择题

Which Oracle background process is responsible for providing information about the instance name associated with the service handlers and services to the listener?()

题型:单项选择题

Which of the following environment variables specifies a non-default location for the listener configuration file?()

题型:单项选择题

Which one of the following parameters must be specified when exporting objects that has integrity constraints referencing objects that are currently being accessed by other users?()

题型:单项选择题