Skip to content

Instantly share code, notes, and snippets.

@GarciaSouza
Created June 18, 2012 19:02
Show Gist options
  • Save GarciaSouza/2950082 to your computer and use it in GitHub Desktop.
Save GarciaSouza/2950082 to your computer and use it in GitHub Desktop.
Oracle Resource Query
SELECT RESOURCE_NAME, LIMIT FROM DBA_PROFILES
WHERE PROFILE='DEFAULT';
ALTER USER [USERNAME] IDENTIFIED BY [PASSWORD] ACCOUNT UNLOCK;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment