Skip to content

Instantly share code, notes, and snippets.

@altitdb
Created July 11, 2013 11:19
Show Gist options
  • Save altitdb/5974611 to your computer and use it in GitHub Desktop.
Save altitdb/5974611 to your computer and use it in GitHub Desktop.
Adicionar/Retirar "lock" ao user
@Oracle
Adicionar/Retirar "lock" ao user
alter user MY_USER account lock;
alter user MY_USER account unlock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment