Pular para o conteúdo

Fóruns Banco de dados Oracle select * from v$pwfile_users não retorna linhas 9i select * from v$pwfile_users não retorna linhas 9i

#93687
Ishii
Participante

    Olá,

    Pelo que eu vi até agora:

    1) O Arquivo de Senhas foi recriado
    2) O parâmetro remote_login_passwordfile era EXCLUSIVE

    Documentação da Oracle 9i

    Caution:
    Do not remove or modify the password file if you have a database or instance mounted using REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE (or SHARED). If you do, you will be unable to reconnect remotely using the password file. Even if you replace it, you cannot use the new password file, because the timestamps and checksums will be wrong.

    []s Ishii