Connecting Using Password File Authentication

erp

Using password file authentication, administrative users can be connected and authenticated to a local or remote database by using the SQL*Plus CONNECT command. By default, passwords are case-sensitive.

feature

To connect using password file authentication:

  • In SQL*Plus, execute the CONNECT command with a valid username and password and the AS SYSDBAAS SYSOPERAS SYSBACKUPAS SYSDG, or AS SYSKM clause.

financial

For example, if user mydba has been granted the SYSDBA privilege, then mydba can connect as follows: CONNECT mydba AS SYSDBA

However, if user mydba has not been granted the SYSOPER privilege, then the following command fails:

CONNECT mydba AS SYSOPER

hrms

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *