1、scottユーザーの作成、ロック解除、パスワード変更について
446 ワード
scottユーザーの作成:
scottユーザーのロックを解除し、パスワードを変更します.
SQL> conn / as sysdba
Connected.
SQL> @%oracle_home%\rdbms\admin\utlsampl.sql
sqlplus, .
sqlplus /nolog
SQL> conn scott/tiger
scottユーザーのロックを解除し、パスワードを変更します.
SQL> conn / as sysdba
Connected.
SQL> alter user scott account unlock identified by tiger;
User altered.