Which statement is true regarding virtual private catalogs?()A. A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.B. The virtual private catalog owner cannot create and modify the stored

题目
Which statement is true regarding virtual private catalogs?()

A. A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.

B. The virtual private catalog owner cannot create and modify the stored scripts.

C. The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner.

D. To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database


相似考题
参考答案和解析
参考答案:D
更多“Which statement is true regarding virtual private catalogs?() ”相关问题
  • 第1题:

    Import for the first three months this year is larger than that for the__________period last year.


    A.relating

    B.concerning

    C.corresponding

    D.regarding

    答案:C
    解析:
    考查词义辨析。句意为“今年前三个月的进口量比上一年同期多”。relating to“相关的”,concerning“关于”,corresponding“相当的,对应的”,regarding“关于;就……而论”。根据句意可知是今年前三个月和去年相对应的前三个月做对比.故选C。

  • 第2题:

    有关继承需要用的关键字说法不正确的是()。

    A.virtual用于修饰方法、属性或索引器,并使它们可以在派生类中被重写

    B.virtual可以和static、abstract、private、override修饰符一起使用

    C.override关键字提供从基类继承的成员的新的实现,重写的基类方法必须是virtual、abstract、或override关键字修饰的

    D.Sealed用于修饰类时,将会阻止其他类从该类派生


    extends

  • 第3题:

    3.下列选项中,关于Statement描述错误的是() A: Statement是用来执行SQL语句的 B: Statement是PreparedStatement的子接口 C: 获取Statement实现需要使用Connection的createStatement()方法 D: PreparedStatement能使用参数占位符,而Statement不行

    A.A B C D

    B.A B C D

    C.A B C D

    D.A B C D


    Statement 是 PreparedStatement 的子接口

  • 第4题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第5题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第6题:

    有关继承需要用的关键字说法不正确的是()。

    A.virtual用于修饰方法、属性、索引器或事件声明,并使它们可以在派生类中被重写

    B.virtual可以和static、abstract、private、override修饰符一起使用

    C.override关键字提供从基类继承的成员的新的实现,重写的基类方法必须是virtual、abstract、或override关键字修饰的

    D.Sealed用于修饰类时,将会阻止其他类从该类派生


    extends