alter system set remote_login_passwordfile=none scope=spfile;
system預設:manager
sys預設:change_on_install
使用pl/sql plus登入資料庫時,system使用者使用密碼manager可直接登入。
但如果是sys使用者,密碼必須加上as sysdba,即sys使用者使用密碼change_on_install as sysdba才可登入。
alter system set remote_login_passwordfile=none scope=spfile;
system預設:manager
sys預設:change_on_install
使用pl/sql plus登入資料庫時,system使用者使用密碼manager可直接登入。
但如果是sys使用者,密碼必須加上as sysdba,即sys使用者使用密碼change_on_install as sysdba才可登入。