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

Home -> Community -> Usenet -> c.d.o.server -> Re: identified databases on sun solaris 5.3

Re: identified databases on sun solaris 5.3

From: Ana C. Dent <anacedent_at_hotmail.com>
Date: Sat, 06 Jan 2007 18:25:38 GMT
Message-ID: <Xns98B06A1259407anacedenthotmailcom@69.28.173.184>


"oracle dba" <aoracledba_at_gmail.com> wrote in news:1167890609.115324.308960@ 42g2000cwt.googlegroups.com:

> Hi All,
> Databases are no sun solaris 5.3. But all are down. I don't know
> oracle_home, oracle_sid as well as oratab file is not in etc slice.
> please tell me how to identified how many databases are there and what
> are there oracle_home.
>

$ find / -name init\*ora -print
$ find / -name spfile\* -print
$ find / -name dbs -print | grep init.ora
Received on Sat Jan 06 2007 - 12:25:38 CST

Original text of this message

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