» IT tipps and howto's
How To: Stop and start Oracle server on Linux/Unix
1. Login as user under which the Oracle DB is running
su - oracle
2. Start the Oracle Server Manager Program and connect to the DB
svrmgrl
connect internal
3. Stop and start the Oracle DB Server
shutdown immediate
startup
4. Disconnect and you’re done!
disconnect
|