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: How to find out an Oracle DB is up and running?

Re: How to find out an Oracle DB is up and running?

From: Andy Johnson <andyj_at_mailhost.accesscom.net>
Date: Mon, 06 Jul 1998 23:07:07 -0500
Message-ID: <35A19EEB.A43D6CF2@mailhost.accesscom.net>


If you don't like plaintext passwords (and who does), you could resort to OS authentication. Also, we all agree what an 'up' database is, but I have seen occasions where 'show sga' responded as expected, but the database was down because of a corrupted rollback segment (full archive destination disk will do likewise). Instead of 'show sga' try 'select sysdate from dual;'. Since dual is a real table (defined in sql.bsq) in the system tablespace, this requires greater 'upness' to work correctly.

Andy Johnson
Jack of all trades, master of some. Received on Mon Jul 06 1998 - 23:07:07 CDT

Original text of this message

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