Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Oracle 11g Express Edition をインストールし、SQL Developer を使用しています。
2 つのスキーマを作成しましたが、パスワードを忘れてしまいました。ロックを解除する方法はありますか?
非常に単純な質問....sysdbaとしてログイン
sql>connect / AS sysdba sql>alter user <use_name> identified by <Password> ex:alter user xyz identified by stackover --don't enclose by quatos