Re: Query Database while shutdown in progress
- From: "Jared Still" <jkstill@xxxxxxxxx>
- To: andrew.kerber@xxxxxxxxx
- Date: Wed, 27 Jun 2007 13:42:33 -0700
On 6/27/07, Andrew Kerber <andrew.kerber@xxxxxxxxx> wrote:
What happens if you have datafiles in backup mode and you try and do a
startup force?
select
'alter database datafile ' || '''' || f.name || '''' || ' end
backup;'
from v$datafile f, v$backup b
where b.status = 'ACTIVE'
and f.file# = b.file#
/
run the generated SQL.
--
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
- Follow-Ups:
- RE: Query Database while shutdown in progress
- From: Robert Freeman
- RE: Query Database while shutdown in progress
- From: Randy Johnson
- References:
- Re: Query Database while shutdown in progress
- From: Jared Still
- RE: Query Database while shutdown in progress
- From: Robert Freeman
- Re: Query Database while shutdown in progress
- From: Andrew Kerber
Other related posts:
- » Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » Re: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
- » RE: Query Database while shutdown in progress
What happens if you have datafiles in backup mode and you try and do a startup force?
- RE: Query Database while shutdown in progress
- From: Robert Freeman
- RE: Query Database while shutdown in progress
- From: Randy Johnson
- Re: Query Database while shutdown in progress
- From: Jared Still
- RE: Query Database while shutdown in progress
- From: Robert Freeman
- Re: Query Database while shutdown in progress
- From: Andrew Kerber