Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I find all the database on the machine?

Re: How can I find all the database on the machine?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 23 Apr 2002 06:19:22 -0700
Message-ID: <a20d28ee.0204230519.70854bd5@posting.google.com>


"Debuger" <z_yikai_at_www.163.net> wrote in message news:<aa39qp$f8$1_at_mail.cn99.com>...
> I create many database on the machine( SCO Unixware+ Oracle8.1.5) use
> script, but when I want to delete it use dbassist, I only see the database
> when I install Oracle, how can I see all the database use SQL or other way

ps -ef | grep pmon

or
pg /etc/oratab

(That is, if you followed the proper procedures, by including them in the oratab)

Hth

Sybrand Bakker
Senior Oracle DBA Received on Tue Apr 23 2002 - 08:19:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US