Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: force oracle database shutdown
"maxim2k" <maxim2k_at_gmail.com> wrote in message
news:4275ebdf$0$22134$afc38c87_at_news.easynet.it...
> Hi,
>
> I am running Oracle Database 10g on RHEL4 x86_64.
>
> The database is in use by a couple of web applications running on
> ColdFusion and Tomcat application servers (on another host).
>
> I created the '/etc/init.d/dbora script' to automatically shutdown the
> database (lsnrctl stop and dbshut) when rebooting the Linux server, but
> the database won't shut down, until I stop the applications servers first.
>
> Is there any way to force the database to close the connections with the
> application servers and shutdown?
>
> Thanks.
change dbshut in oracle-home/bin to be shutdown immediate
but it is good practise to stop your applications first Received on Mon May 02 2005 - 05:25:50 CDT
![]() |
![]() |