zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-299题

     

    299.In your database, the LDAP_DIRECTORY_SYSAUTH initialization parameter has been set to YES

    and the users who need to access the database as DBAs have been granted SYSDBA enterprise role in

    Oracle Internet Directory (OID). SSL and the password file have been configured. A user SCOTT with the

    SYSDBA privilege tries to connect to the database instance from a remote machine using the command:

    $ SQLPLUS scott/tiger@DB01 AS SYSDBA

    where DB01 is the net service name.

    Which authentication method would be used first?

    A. authentication by password file

    B. authentication by using certificates over SSL

    C. authentication by using the Oracle Internet Directory

    D. authentication by using the local OS of the database server

    Answer: A

    答案解析:

    $ SQLPLUS scott/tiger@DB01 AS SYSDBA,是使用密码验证的,明显看到scott账户的密码就是tiger

    LDAP_DIRECTORY_SYSAUTH enables or disables directory-based authorization for SYSDBA and SYSOPER.

  • 相关阅读:
    2017-5-2 对话框控件
    2017-4-28 ListView控件
    2017-4-27 WinForm 布局及容器控件
    jQuery与Aiax应用
    jQuery中的动画
    jQuery中的事件
    jQuery中的DOM操作
    认识jQuery
    h5
    js动画效果
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316478.html
Copyright © 2011-2022 走看看