zoukankan      html  css  js  c++  java
  • OCP考试062题库出现大量新题-18

    choose two

    Examine this command executed on a client that is remote from the database server.

    SQL> CONNECT hr/hr@orcl

    Which two are required for this command to connect the SQLPLUS client to a database instance?

    A) A service name must be defined to the listener that matches the service name in the orcl TNS entry.

    B) An orcl TNS entry must be defined in the client-side tnsnames.ora file.

    C) An orcl TNS entry must be defined in the client-side and server-side tnsnames.ora files.

    D) The service name orcl must be defined to the listener.

    E) An orcl TNS entry must be defined in the server-side tnsnames.ora file.

    Answer:AB

    (解析:远程连接,客户端需要配置tns,服务端要配置监听,而且对应的service要匹配。来自3组:1015267481)

  • 相关阅读:
    8-JS闭包、回调实例
    7-闭包、回调
    6-JS函数(二)
    5-JS函数
    4-JS对象
    3-WebPack
    2-Babel
    1-NPM
    25-React事件处理及条件渲染
    java初始化笔记
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10783606.html
Copyright © 2011-2022 走看看