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。
我创建了两个模式但忘记了密码 - 有没有办法解锁它们?
非常简单的问题....以 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