Pular para o conteúdo

Fóruns Banco de dados Oracle Listener com senha – É possível ? Listener com senha – É possível ?

#86679
Doug
Participante

    [quote=”Doug”:1gkxn03q]Boa noite Thunder.

    Executei os passos e aparentemente foi td ok, apenas qdo digito services ele me retorna uma msn, dizendo que o listener nao reconheceu a senha.

    O meu listener.ora ficou assim :

    PASSWORDS_LISTENER = 20A22647832FB454 # “foobar”[/quote]

    PASSWORDS_LISTENER = 20A22647832FB454 # “foobar”

    SAVE_CONFIG_ON_STOP_

    Tells the listener to save configuration changes to listener.ora when

    it shuts down. Changed parameter values will be written to the file,

    while preserving formatting and comments.

    Default: OFF

    Values: ON/OFF

    #

    SAVE_CONFIG_ON_STOP_LISTENER = ON

    USE_PLUG_AND_PLAY_

    Tells the listener to contact an Onames server and register itself

    and its services with Onames.

    Values: ON/OFF

    Default: OFF

    #

    USE_PLUG_AND_PLAY_LISTENER = ON

    LOG_FILE_

    Sets the name of the listener’s log file. The .log extension

    is added automatically.

    Default=

    #

    LOG_FILE_LISTENER = lsnr

    LOG_DIRECTORY_

    Sets the directory for the listener’s log file.

    Default: /network/log

    #

    LOG_DIRECTORY_LISTENER = /private/app/oracle/product/8.0.3/network/log

    TRACE_LEVEL_

    Specifies desired tracing level.

    Default: OFF

    Values: OFF/USER/ADMIN/SUPPORT/0-16

    #

    TRACE_LEVEL_LISTENER = SUPPORT

    TRACE_FILE_

    Sets the name of the listener’s trace file. The .trc extension

    is added automatically.

    Default:

    #

    TRACE_FILE_LISTENER = lsnr

    TRACE_DIRECTORY_

    Sets the directory for the listener’s trace file.

    Default: /network/trace

    #

    TRACE_DIRECTORY_LISTENER=/private/app/oracle/product/8.0.3/network/trace

    CONNECT_TIMEOUT_

    Sets the number of seconds that the listener waits to get a

    valid database query after it has been started.

    Default: 10

    #

    CONNECT_TIMEOUT_LISTENER=10