• 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.

  • 相关阅读:
    【福利】idea最新激活码,绝对可用
    最好用的录屏工具Bandicam (班迪录屏)
    markdown改变字体、颜色和大小
    idea 2020最新破解教程(可激活至2089年)
    解决电脑桌面图标变白消失
    常见排序
    算法
    uWSGI、WSGI和uwsgi
    RabbitMQ
    flask请求和应用上下文
  • 原文地址:https://www.cnblogs.com/Babylon/p/8607703.html
Copyright © 2020-2023  润新知