添加 '数据库/oracle/oracle账号被锁处理.md'

This commit is contained in:
iProbe 2023-04-28 10:39:28 +08:00
parent 001f78c5f5
commit f75bc9dbba

View file

@ -0,0 +1,3 @@
```sql
ALTER USER xxx ACCOUNT UNLOCK;
```