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.
有没有办法可以将代码写入批处理文件,以解锁指定数据库中的特定帐户?
ALTER USER username ACCOUNT UNLOCK;
从批处理文件中调用 SQL*Plus(作为具有解锁帐户权限的用户)并发出 DDL 以直接从那里解锁用户。
这是您正在寻找的答案还是我匆忙错过了什么?