当前位置:1Z0-053题库

问题:

[单选]

Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one
redo member. When you attempt to start the database, you receive the following errors:
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: 'D:\REDO01.LOG'
You discover that the online redo log file of the current redo group is corrupted.
Which statement should you use to resolve this issue?()

A . ALTER DATABASE DROP LOGFILE GROUP 1;
B . ALTER DATABASE CLEAR LOGFILE GROUP 1;
C . ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
D . ALTER DATABASE DROP LOGFILE MEMBER 'D:\REDO01.LOG

Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) DEPARTMENT_ID NUMBER SALARY NUMBER What is the correct syntax for an inline view? () SELECT a.last_name, a.salary, a.department_id, b.maxsal FROM employees a, (SELECT department_id, max(salary)maxsal FROM employees GROUP BY department_id) b WHERE a.department_id = b.department_id AND a.salary < b.maxsal;。 SELECT a.last name, a.salary, a.department_id FROM employees a WHERE a.department_id IN (SELECT department_id FROM employees b GROUP BY department_id having salary = (SELECT max(salary) from employees))。 SELECT a.last_name, a.salary, a.department_id FROM employees a WHERE a.salary = (SELECT max(salary) FROM employees b WHERE a.department _ id = b.department _ id);。 SELECT a.last_name, a.salary, a.department_id FROM employees a WHERE (a.department_id, a.salary) IN (SELECT department_id, a.salary) IN (SELECT department_id max(salary) FROM employees b GROUP BY department_id ORDER BY department _ id)。 影响房地产价格的因素通常可以划分为()。 一般因素。 环境因素。 个别因素。 经济因素。 You are managing an Oracle Database 11g database with the ASM storage. The database is having big file tablespaces. You want files to open faster and less memory to be used in the shared pool to manage the extent maps.  What configuration would you effect to achieve your objective?()    Set the ASM compatibility attribute for the ASM disk group to 11.1.0.。  Set the RDBMS compatibility attribute for the ASM disk group to 11.1.0.。  Set the COMPATIBLE initialization parameter for the ASM instance to 11.1.0.。  Set the COMPATIBLE initialization parameter for the database instance to 11.1.0.。 选择特许经营项目的时候应当注意哪些事项? 简述噬菌体的用途。

Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one
redo member. When you attempt to start the database, you receive the following errors:
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: 'D:\REDO01.LOG'
You discover that the online redo log file of the current redo group is corrupted.
Which statement should you use to resolve this issue?()

参考答案:

  参考解析

本题暂无解析

在线 客服