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

A user named Arren is executing this query:   select table_name,operation,undo_sql  from  flashback_transaction_query t,  (select versions_xid as xid  from employees versions between scn minvalue and maxvalue  where employee_id = 123) e  where t.xid = e.xid;   When the query runs,he receives an ORA-01031: insufficient privileges error. Since the user owns the employees table,you know that it is not the problem.  Which of the following SQL statements will correct this problem?()

A、 GRANT SELECT ANY TRANSACTION TO ARREN

B、 GRANT SELECT ON FLASHBACK_TRANSACTION_QUERY TO ARREN

C、 GRANT SELECT_ANY_TRANSACTION TO ARREN

D、 GRANT FLASHBACK TO ARREN

E、 GRANT SELECT ANY VIEW TO ARREN

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

相关问题推荐

  • You issue the following RMAN command to set a retention policy on a database: RMAN>CONFIGURE RETENTION POLICY TO REDUNDANCY 2; What will be the outcome of issuing this command?()

    A、After two days, a backup will be marked obsolete

    B、After two days, a backup will be deleted from the media

    C、If the RMAN repository has records of two or more recent backups of a file, then older backups will be deleted from the media.

    D、If the RMAN repository has records of two or more recent backups of a file, then older backups will be marked obsolete.

  • 任何个人和组织有权对危害网络安全的行为进行()。

    A、对抗

    B、破坏

    C、举报

    D、攻击

  • 采用CRC进行差错校验,生成多项式为G(X)=X4+X+1,信息码字为10110,则计算出的CRC校验码是(18)。

    A.0000

    B.0100

    C.0010

    D.1111

  • 信息安全保障是要在信息系统的整个生命周期中,对信息系统的风险分析。

    A、对

    B、错

  • 某IP网络连接如下图所示,主机PC1发出一个全局广播消息,无法收到该广播消息的是(32)。

    A.PC2

    B.PC3

    C.PC4

    D.PC5

联系客服 会员中心
TOP