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: TIMEOUT ON CONTROL FILE ENQUEUE

Re: TIMEOUT ON CONTROL FILE ENQUEUE

From: Stan Brown <stanb_at_panix.com>
Date: Fri, 9 Sep 2005 16:28:14 +0000 (UTC)
Message-ID: <dfsd6u$8oq$1@reader1.panix.com>


In <1126279871.743116.258320_at_g49g2000cwa.googlegroups.com> jkstill_at_gmail.com writes:

>To answer question #3:

>You may startup the database in mount mode and run the following SQL
>to generate SQL that may be used to take datafiles out of backup mode.

>select 'alter database datafile ' || '''' || f.name || '''' || ' end
>backup;'
>from v$datafile f, v$backup b
>where b.status = 'ACTIVE'
>and f.file# = b.file#;

>This can be done before or after the backup.

Thanks, and 2 follwoup questions.

1, Is it safe to do this before making the backups? 2. Since I only dealy with DBA'ing every couple of years, when something goes wrong, I am very weak on this side of thisgs :-(. So, having admited my ignorance :-), How do I "startup the database in mount mode" ?

Thanks for bbeing patient with me.

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
						-- Benjamin Franklin
Received on Fri Sep 09 2005 - 11:28:14 CDT

Original text of this message

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