SQL Developerを使用してパスワードを更新するための正しい構文 は:
alter user
user_name
identified by
new_password
replace
old_password
;
このコマンドのその他のオプションは、ALTER USER-Oracle DOCS
で確認できます。SQL Developerを使用してパスワードを更新するための正しい構文 は:
alter user
user_name
identified by
new_password
replace
old_password
;
このコマンドのその他のオプションは、ALTER USER-Oracle DOCS
で確認できます。