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: SQL PLUS

Re: SQL PLUS

From: Sandy Thrasher <sandra.thrasher_at_MCI2000.com>
Date: 1998/01/14
Message-ID: <brTu.1955$412.439208@news.internetMCI.com>#1/1

Oracle error 1033 occurrs when a shut down of the database is in progress. This also occurrs if someone attempted a shutdown then rebooted or killed the connection before the shutdown could finish.

You need to log in as the Oracle Owner and run svrmgrl. At the prompt, force a shutdown of the database then restart.

For example,

SVRMGRL> connect internal;
shutdown abort;
startup; Received on Wed Jan 14 1998 - 00:00:00 CST

Original text of this message

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