I have an Oracle database running on Linux, oracle user is the owner for Oracle. How can I check to be sure all of the services which related to Oracle are shutdown???
Processes associated with the Oracle database generally have names that start with "ora". If you don't see any of these processes then your database is shut down.
Those are all good tips.
You may want to use an init script to startup/shutdown Oracle on any Unix machine which will make sure these services are all stopped/started properly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.