|
Question:
How to connect sys as sysdba with password? Answer: Creating a Password File and Adding New Users to It Use the following procedure to create a password and add new users to it: Follow the instructions for creating a password file as explained in "Using ORAPWD". Set the REMOTE_LOGIN_PASSWORDFILE initialization parameter to EXCLUSIVE. (This is the default.) Note: REMOTE_LOGIN_PASSWORDFILE is a static
initialization parameter
Connect with SYSDBA privileges as shown
in the following example,
CONNECT SYS AS SYSDBA Note: After that, if you try to connect 'sqlplus / as sysdba' Above only works when connecting to local database.
|
|