单项选择题
In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure.
How would you recover the lost redo log member?()
A.import the database from the last export
B.restore all the members in the group from the last backup
C.drop the lost member from the database, and then add a new member to the group
D.restore all the database files from the backup, and then perform a complete recovery
E.restore all the database files from the backup, and then perform an incomplete recovery
相关考题
-
单项选择题
A user executes a query on the EMP table, which contains thousands of rows, to get details about employees in one of the departments. The user receives the following error: SQL> SELECT ename FROM emp WHERE deptno=10 ORDER BY sal SELECT ename FROM emp WHERE deptno=10 ORDER BY sal * ERROR at line 1: ORA01157: cannot identify/lock data file 201 see DBWR trace file ORA01110: data file 201: ’/u01/app/oracle/oradata/orcl/temp01.dbf’ What is a possible reason?()
A.The tempfile belonging to the default temporary tablespace is missing.
B.The database is opened in restricted mode, so queries are not allowed.
C.The default temporary tablespace required to execute the query is offline.
D.The default temporary tablespace required to execute the query is dropped.
E.The default temporary tablespace required to execute the query is readonly. -
多项选择题
Lastnight,amediafailurecausedthelossofatemporaryfilethatbelongstoyourdatabase.Whichtwothingsmayhappenthismorningwhenyoutrytoopenyourdatabase?()
A.The database opens normally.
B.The database prompts for a database recovery.
C.The database writer writes to a trace file, indicating that the temporary file is not found.
D.The database gets mounted and throws an error indicating that the temporary file requires recovery. -
单项选择题
Whilesettingupthethresholdsfortablespacespaceusagemetricsforoneofyourtablespaces,youdefinethecriticalthresholdas60%andwarningthresholdas75%.Whatwouldbetheresultofthissetting?()
A.It would result in an error because the warning threshold cannot be more than the critical threshold.
B.The warning threshold is ignored and alerts would be generated when space usage exceeds the critical threshold.
C.The critical threshold is ignored and alerts would be generated when space usage exceeds the warning threshold.
D.Both threshold values are used and alerts are generated when space usage exceeds the respective threshold values.
