Skip to content

Instantly share code, notes, and snippets.

@jeverington
Created September 17, 2012 10:13
Show Gist options
  • Save jeverington/3736564 to your computer and use it in GitHub Desktop.
Save jeverington/3736564 to your computer and use it in GitHub Desktop.
Oracle: Reset forgotten/unknown SYSTEM password
For Oracle SQL Express
Commandline : sqlplus / as sysdba
Then run "alter user system identified by NewPasswordHere;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment