0% found this document useful (0 votes)
11 views1 page

Snapshot Mode

Uploaded by

rahul tambe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Snapshot Mode

Uploaded by

rahul tambe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

========================================

SNAPSHOT MODE
========================================
set lines 1111 set pages 1111
col name for a30
col value for a30
Command: select
name,database_role,open_mode,controlfile_type,to_char(current_scn),flashback_on
from v$database;
Command: select name,value from v$parameter where name in
('db_recovery_file_dest','db_recovery_file_dest_size','db_flashback_retention_targe
t');

@asm_dg

PROD-Command: alter system archive log current;


PROD-Command: alter system set log_archive_dest_state_2='DEFER' scope=both;

DR

Command: alter database recover managed standby database cancel;


Command: alter database flashback on;
Command: create restore point before_open_standby_25AUG2022 guarantee flashback
database;
Command: select name from v$restore_point;

Command: alter database activate physical standby database;


Command: alter database open;
Command: select
name,database_role,open_mode,controlfile_type,to_char(current_scn),flashback_on
from v$database;
Command: alter system set log_archive_dest_state_2=DEFER scope=BOTH;

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy