Skip to content

Instantly share code, notes, and snippets.

@gunith
Created January 22, 2012 13:39
Show Gist options
  • Save gunith/1657102 to your computer and use it in GitHub Desktop.
Save gunith/1657102 to your computer and use it in GitHub Desktop.
How do I restart Oracle service in Linux?
su - oracle # Login as Oracle. Actually, its better to login to the machine as Oracle than this
lsnrctl start # lsnrctl manages the Oracle listener processes. Start it
dbshut $ORACLE_HOME # Shutdown Oracle
dbstart $ORACLE_HOME # Start Oracle
lsnrctl stop # Stop lsnrctl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment