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)

  • 相关阅读:
    CentOS7.0安装Nginx 1.7.4
    Java If ... Else
    Java 布尔运算
    Java Math
    Java 运算符
    Java 数据类型
    Java 变量
    Java 注释
    Java 基本语法
    Java 简介
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10783606.html
Copyright © 2011-2022 走看看