Skip to content

Instantly share code, notes, and snippets.

@altitdb
Created August 21, 2012 16:49
Show Gist options
  • Save altitdb/3417212 to your computer and use it in GitHub Desktop.
Save altitdb/3417212 to your computer and use it in GitHub Desktop.
@Oracle
Alterar senha usuário.
1.
alter user my_user identified by my_password;
2.
alter user my_user identified by values 'code_hash_generated_by_oracle';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment