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: 9i Enterprise manager - no db restart

Re: 9i Enterprise manager - no db restart

From: Ron Reidy <ron_at_indra.com>
Date: Thu, 04 Oct 2001 05:49:02 -0600
Message-ID: <3BBC4CAE.C819E841@indra.com>


pklosky wrote:
>
> In Oracle 8.1.6, I've been very happy with DBA Studio providing a
> mechanism to stop and start a DB. However, in Oracle 9i, the renamed DBA
> Studio, now Oracle Enterprise Manager (OEM), will only stop the DB. When
> you try to start it, it says "the db is not running," roughly. The only
> workaround I've found is to reboot the host to get the DB running again.
> This is a significant inconvenience. Anyone know how to start a Windows
> DB by any mechanism, including OEM?
>
> Peter
>
> --
> Posted via dBforums
> http://dbforums.com

How about (from cmd.exe):

  1. sqlplus /nolog
  2. connect ys as sysdba
  3. startup -- Ron Reidy Oracle DBA Reidy Consulting, L.L.C.
Received on Thu Oct 04 2001 - 06:49:02 CDT

Original text of this message

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