zoukankan      html  css  js  c++  java
  • 052-211(新增70题2018)

    You have a listener process, L1, currently listening for the connections to the PROD and ADMIN databases. You create a new database, PAY, using CREATE DATABASE ... command. You have not enabled dynamic instance registration. You modified the LISTENER.ORA file manually to include PAY database for L1 listener process.

    Which command of Listener control utility (LSNRCTL) would you use to enable L1 process to start listening for the

    connections to the PAY database without disrupting any existing database communications?

    A. START

    B. RELOAD

    C. RESTART

    D. REFRESH

    E. START L1

    F. RELOAD L1

    G. RESTART L1

    H. REFRESH L1

    Answer: F

    RELOAD

    Purpose

    To reread the listener.ora file. This command enables you to add or change statically configured services without actually stopping the listener.

    In addition, the database services, instances, service handlers, and listening endpoints that were dynamically registered with the listener are unregistered and subsequently registered again.

    Syntax

    From the operating system:

    lsnrctl RELOAD listener_name
    

    From the Listener Control utility:

    LSNRCTL> RELOAD listener_name
    

    Arguments

    listener_name: The listener name, if the default name of LISTENER is not used.

  • 相关阅读:
    博客作业03--栈和队列
    博客作业02---线性表
    博客作业01-抽象数据类型
    C语言最后一次作业--总结报告
    C语言博客作业--函数嵌套调用
    java课程设计——2048
    博客作业06--图
    博客作业05--查找
    博客作业04--树
    博客作业03--栈和队列
  • 原文地址:https://www.cnblogs.com/Babylon/p/8607703.html
Copyright © 2011-2022 走看看