#12c Release 2
Ordenar por:
Categoría:

Bloquear y desbloquear usuarios de Oracle
Bloquear usuario de Oracle: SQL> ALTER USER username ACCOUNT LOCK; SQL> commit; Desbloquear usuario de Oracle: SQL> ALTER USER username ACCOUNT UNLOCK; SQL> commit;
0
0

Bloquear usuario de Oracle: SQL> ALTER USER username ACCOUNT LOCK; SQL> commit; Desbloquear usuario de Oracle: SQL> ALTER USER username ACCOUNT UNLOCK; SQL> commit;