Skip to content

Instantly share code, notes, and snippets.

@grenade
Created August 23, 2013 11:16
Show Gist options
  • Select an option

  • Save grenade/6318163 to your computer and use it in GitHub Desktop.

Select an option

Save grenade/6318163 to your computer and use it in GitHub Desktop.
Database shutdown and restart for Oracle XE
sqlplus / as sysdba <<EOF
shutdown immediate
startup mount
alter database open;
shutdown immediate
startup
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment