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: Fourth shutdown option

Re: Fourth shutdown option

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Mon, 6 Nov 2000 22:07:18 -0000
Message-ID: <973544702.18838.0.nnrp-09.9e984b29@news.demon.co.uk>

It seems a little unlikely (.. Oracle 9 perhaps) as

    shutdown transactional
puts a share enqueue (mode 4) on each of the TX locks in turn until is terminates as a way of being notified at low cost that transactions are complete. Since there is no public facility for the same thing (select for update or wait 2 minutes for the lock) I suspect that the OEM thing is probably a double session:

    shutdown transactional in session 1
    shutdown immediate after N minutes in session 2.

I don't have OEM installed anywhere convenient to test this though.

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Practical Oracle 8i:  Building Efficient Databases
Publishers:  Addison Wesley Longman
Book bound date now 1st Dec 2000

Van Messner wrote in message ...

>What made me think there was a timing element is the message in OEM when
you
>select this option.
>
>Van
>
>
Received on Mon Nov 06 2000 - 16:07:18 CST

Original text of this message

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