易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

You are working on an Oracle Database 10g database that operates in the ARCHIVELOG mode. At 06:00 p.m., you discovered that a table in the SYSTEM tablespace that does not belong to the data dictionary was dropped at 03:00 p.m. What would you do to recover the table?()

A、 use the Flashback Transaction Query feature to identify the relevant SQL statement and use it to undrop the table

B、 restore the entire database from the most recent backup and open it

C、 recover the table by using the Flashback Table feature

D、 perform point-in-time recovery to recover the table

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • In your test database, you find that a user’s session is executing a lot of SQL statements, resulting in the generation of a large number of trace files. While investigating the reason, you find that SQL trace has been enabled at the instance level.  You want to disable SQL trace, remotely, only for that user session to reduce the volume of trace data being generated.  How do you achieve this objective?()

    A、by setting the SQL_TRACE parameter to FALSE in the parameter file

    B、by using DBMS_MONITOR.SESSION_TRACE_DISABLE to disable the tracing for the user session

    C、by setting the SQL_TRACE parameter to FALSE by using the ALTER SYSTEM command in the user session

    D、by setting the SQL_TRACE parameter to FALSE by using the ALTER SESSION command in the user session

  • Your database is open and running in ARCHIVELOG mode. You take RMAN full backups every Sunday night. On Monday morning, while querying the user1.employees table, you receive the following error message:  01578: ORACLE data block corrupted (file # 5, block # 51) ORA-01110: data file 5:  ’/u01/app/oracle/oradata/orcl/example01.dbf’  You need to rectify the corruption while ensuring the following: The data file should remain online.  The mean time to recover (MTTR) should be minimal.  You are not using a backup control file, and all the archived logs are accessible.   Which option would you choose?()

    A、flash back the corrupted blocks

    B、use the DBMS_REPAIR package

    C、use the RMAN TSPITR command

    D、use the RMAN BLOCKRECOVER command

    E、use the RESTORE DATABASE and RECOVER DATABASE commands

    F、investigate the time at which the corruption occurred and perform a point-in-time recovery

  • You have a disk group, DGROUP1, with three disks and NORMAL redundancy. You execute the following command to create a template for the disk group:  ALTER DISKGROUP dgroup1  ADD TEMPLATE my_temp  ATTRIBUTES (MIRROR FINE);  Which statement is true?()

    A、When a file is created in DGROUP1 with the template, it would have three­way mirroring. 

    B、When a file is created in DGROUP1, the MY_TEMP template becomes the default template.

    C、When a file is created in DGROUP1 with the template, it would have two­way mirroring and file striping.

    D、When a file is created in DGROUP1 with the template, it would have three­way mirroring and file striping.

    E、When a file is created in DGROUP1 with the template, it would have two­way mirroring but no file striping.

  • Your business has departmental reports that are generated every day. Each department must use the same set of queries, but accesses a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily.  How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()

    A、by having each user run the report generation procedure at the scheduled time, supplying the necessary input variables

    B、by creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB

    C、by having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report

    D、by having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report

    E、by creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER

  • 关于类和对象描述错误的是()。

    A.对象(Object)是现实世界中的客观事物,对象具有确定的属性

    B.类是具有相同属性和行为的一组对象的集合

    C.对象是类的抽象,类是对象的实例

    D.类是对象的抽象,对象是类的实例

联系客服 会员中心
TOP