Which databases are running on the machine

From dbawiki
Revision as of 22:25, 22 November 2011 by Shb (talk | contribs) (Created page with "==From Unix== ps -ef|grep [o]ra_smon|sed -e 's/.*_//'|sort|uniq ==From Windows== services.msc Look through list for services beginning with OracleService<SID> ==How to see ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From Unix

ps -ef|grep [o]ra_smon|sed -e 's/.*_//'|sort|uniq


From Windows

services.msc

Look through list for services beginning with OracleService<SID>


How to see what databases have been defined (running or not)

cat /var/opt/oracle/oratab (Solaris)
cat /etc/oratab (others)