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: shutdown normal not shutting down

Re: shutdown normal not shutting down

From: Patrox <_at_in->
Date: Wed, 31 Mar 2004 17:40:30 +0200
Message-ID: <6gpl60hecq2udrm852jgtdkm1aon64n7uj@4ax.com>


instead of using internal use :

sqlplus "sys_at_your_tnsname as sysdba"
shutdown immediate

It probably comes from bad Unix environment variables, check your ORACLE_SID and ORACLE_HOME variables

On Tue, 30 Mar 2004 20:36:33 +0100, "Dave Dudiek" <dd_at_dd.com> wrote:

>I have a problem shutting down an oracle database. The oracle version is
>8.1.7.2 running on a solaris 8 system. Basically I have tried shutting down
>the database with "shutdown normal" but it will not close as there are
>connections to the database. These connections are not active , the users
>have long since terminated their sessions leaving some old connections
>hanging around not doing anything.
>
>I have tried "connect internal", "shutdown immediate" but am unable to do
>this as "The Database is not available". I have also tried starting the
>database but this fails as a shutdown in progress. I would very much like
>to shut down the database cleanly.
>
>Is it safe to kill the users processes at operating system level and if I do
>so will this enable the database to close cleanly ? Otherwise is "shutdown
>abort" or "startup force" safe or will I be causing more problems.
>
>Generally speaking what is the best way to get oracle to close under these
>circumstances.
>
>I feel that this must be a fairly common problem and if I knew the first
>thing about oracle I should be able to sort it out but, you guessed it, I
>don't know the first thing about oracle.
>
>Regards
>
>Dave
>
Received on Wed Mar 31 2004 - 09:40:30 CST

Original text of this message

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