How to Set/Update/Modify Oracle DataBase Instance property: REMOTE_LOGIN_PASSWORDFILE
REMOTE_LOGIN_PASSWORDFILE: is the property that specifies whether oracle uses password file for user authentication and also controls how many databases can use the password file. Know the REMOTE_LOGIN_PASSWORDFILE property status: SQL> show parameter remote_login_passwordfile NAME TYPE VALUE ———————————— ——- —————————— remote_login_passwordfile string EXCLUSIVE SQL> OR SQL> show parameter password NAME TYPE VALUE ———————————— ——- —————————— remote_login_passwordfile string EXCLUSIVE SQL> By Default Oracle sets the property to EXCLUSIVE value that means the password file is being used exclusively only by one database. With this default value, if you attempt to bring up a different database in current instance, then […]
Read more