Die eingesetzte ORACLE Version ist Oracle Database 10g Enterprise Edition Release

Size: px
Start display at page:

Download "Die eingesetzte ORACLE Version ist Oracle Database 10g Enterprise Edition Release 10.2.0.2"

Transcription

1 25$&/(J'DWD*XDUGDXIGHU.RPPDQGR]HLOH 8ZH+HVVH3ULQFLSDO,QVWUXFWRU25$&/(8QLYHUVLW\ Die folgende Anleitung ist als eine Ergänzung zu dem ORACLE University Kurs Oracle Database 10g: Data Guard Administration entstanden. Sie behandelt die Erzeugung und Verwaltung von Physical und Logical Standby Databases ohne Zuhilfenahme von ORACLE Grid Control. Die Anleitung ist entwickelt worden auf Red Hat Enterprise Linux AS release 4 (Nahant Update 2) Kernel EL on an i686, dürfte aber nahezu identisch auf allen zertifizierten Plattformen funktionieren. Die eingesetzte ORACLE Version ist Oracle Database 10g Enterprise Edition Release Es wird hier auf nur einem Server eine Primary Database, eine Physical und eine Logical Standby Database angelegt. Zu Test- und Demonstrationszwecken ist das gut geeignet; eine realistische Umsetzung würde natürlich 3 Rechner verlangen. Die Anleitung ist dazu aber leicht anpassbar; tatsächlich ist es sogar etwas schwieriger, alles auf einem Rechner anzulegen.

2 (U]HXJXQJGHU3ULPDU\'DWDEDVH (U]HXJXQJGHU3K\VLFDO6WDQGE\'DWDEDVH Kontrolldatei für Physical Standby erzeugen:...3 Standby Logs auf Physical Standby anlegen...3 Auf Primary LOG_ARCHIVE_DEST_2 anpassen:...4 Auf Primary ebenfalls Standby Logs anlegen für ev. SWITCHOVER...4 (U]HXJXQJGHU'DWD*XDUG%URNHU.RQILJXUDWLRQ DMON Hintergrundprozess auf Primary und Standby starten:...5 'ata *uard 0anaJeU /inemode aufrufen und Konfiguration erstellen:...5 bqghuxqjghv3urwhfwlrq/hyhovxqgghu7udqvsruwphwkrgh Maximum Protection; hier sind 2 Standby Datenbanken empfohlen...6 Maximum Availability...6 Maximum Performance mit LGWR-Transport...6 Maximum Performance mit ARCH-Transport (Ausgangslage)...6 (U]HXJXQJGHU/RJLFDO6WDQGE\'DWDEDVH Zuvor sollte man prüfen, ob die Logical Standby Database überhaupt sinnvoll ist...7 Bei welchen Tabellen müssen Primary/Unique Constraints hinzugefügt werden?...7 Zusaetzliches Logging auf der Primary einschalten...7 Verzeichnisse und Passwordfile für Logical Standby anlegen...7 Zunächst wird nun (mit 50$1) eine Physical Standby Database erzeugt....7 Parameter für die neue Standby Database auf der Primary setzen...8 Standby Dictionary anlegen...8 Nun wird die Physical Standby Database in eine Logical Standby Database verwandelt...8 /RJLFDO6WDQGE\LQGLH%URNHU.RQILJXUDWLRQDXIQHKPHQ Maximum Protection mit Logical Standby Database...9 6ZLWFKRYHUXQG)DLORYHU Switchover: Der Rollentausch zw. Primary und Standby...9 Failover: Der Ernstfall ist eingetreten, Primary ist kaputt...9 )ODVKEDFN'DWDEDVH Flashback für alle Datenbanken ermöglichen...10 Physical Standby Flashback ausführen...10 Physical Standby Read Only öffnen...10 Nach Failover alte Primary zur Standby Database machen WDQGE\5HDG:ULWH IIQHQ IODVKEDFN )DVW6WDUW)DLORYHU Broker-Konfiguration anpassen...11 Observer auf anderem Rechner starten...11 $QKDQJ VALID_FOR - Konfigurationen...12 Primary und Physical Standby Primary und Logical Standby Primary, Physical Standby und Logical Standby #initprima.ora...13 #initphyst.ora...13 #initlogst.ora...14 #physt.sh phystcp.sql...14 #logst.sh...15 #dupli.rcv flashbackon.sql...15 #listener.ora...16

3 (U]HXJXQJGHU3ULPDU\'DWDEDVH listener.ora und tnsnames.ora anpassen (mit netmgr oder editor) Wichtig in listener.ora für spätere Data Guard Broker Verwendung: GLOBAL_DBNAME = primab'*0*5/ GLOBAL_DBNAME = physt_dgmgrl cd skripte./prima.sh (U]HXJXQJGHU3K\VLFDO6WDQGE\'DWDEDVH 3ULPDU\'%YRUEHUHLWHQ alter database force logging; shutdown immediate; startup mount alter database archivelog; alter database open; 9HU]HLFKQLVVHDQOHJHQXQG'DWHQGDWHLHQNRSLHUHQ: exit; cd $HOME/skripte./physt.sh.RQWUROOGDWHLI U3K\VLFDO6WDQGE\HU]HXJHQ alter database create standby controlfile as /home/oracle/physt/control01.ctl ; 6WDQGE\'DWDEDVH connect sys/oracle@physt as sysdba create spfile from pfile= /home/oracle/skripte/initphyst.ora ; startup nomount; alter database mount standby database; 6WDQGE\/RJVDXI3K\VLFDO6WDQGE\DQOHJHQ alter database add standby logfile /home/oracle/physt/sblog_g1m1.rdo size 100m; alter database add standby logfile /home/oracle/physt/sblog_g2m1.rdo size 100m; alter database add standby logfile /home/oracle/physt/sblog_g3m1.rdo size 100m; recover managed standby database disconnect;

4 $XI3ULPDU\/2*B$5&+,9(B'(67BDQSDVVHQ alter system set log_archive_dest_2= service=physt valid_for=(online_logfiles,primary_role) db_unique_name=physt ; 7HVWHQ alter system archive log current; 6HVVLRQ tail f $HOME/physt/bdump/ale* $XI3ULPDU\HEHQIDOOV6WDQGE\/RJVDQOHJHQI UHY6:,7&+29(5 alter database add standby logfile '/home/oracle/prima/sblog_g1m1.rdo' size 100m; alter database add standby logfile '/home/oracle/prima/sblog_g2m1.rdo' size 100m; alter database add standby logfile '/home/oracle/prima/sblog_g3m1.rdo' size 100m;

5 (U]HXJXQJGHU'DWD*XDUG%URNHU.RQILJXUDWLRQ '021+LQWHUJUXQGSUR]HVVDXI3ULPDU\XQG6WDQGE\VWDUWHQ alter system set dg_broker_start=true; connect as sysdba alter system set dg_broker_start=true; exit 'DWD*XDUG0DQDJHU/LQHPRGHDXIUXIHQXQG.RQILJXUDWLRQHUVWHOOHQ dgmgrl help connect create configuration myconfig as primary database is prima connect identifier is prima; add database physt as connect identifier is physt maintained as physical; enable configuration;

6 bqghuxqjghv3urwhfwlrq/hyhovxqgghu7udqvsruwphwkrgh dgmgrl> connect show database verbose physt; 0D[LPXP3URWHFWLRQKLHUVLQG6WDQGE\'DWHQEDQNHQHPSIRKOHQ 'LHbQGHUXQJHQZHUGHQI UGHQ)DOOHLQHVHYHQWXHOOHQ6ZLWFKRYHUVVWHWVDQEHLGHQ 'DWHQEDQNHQDXVJHI KUW edit database prima set property LogXptMode=SYNC; edit database physt set property LogXptMode=SYNC; edit configuration set protection mode as maxprotection; 0D[LPXP$YDLODELOLW\ edit database prima set property LogXptMode=SYNC; edit database physt set property LogXptMode=SYNC; edit configuration set protection mode as maxavailability; 0D[LPXP3HUIRUPDQFHPLW/*:57UDQVSRUW )DOOVYRUKHUHLQK KHUHU3URWHFWLRQ/HYHONRQILJXULHUWZDUPX HU]XHUVWDXI 0D[LPXP3HUIRUPDQFHDEJHVHQNWZHUGHQ edit configuration set protection mode as maxperformance; edit database prima set property LogXptMode=ASYNC; edit database physt set property LogXptMode=ASYNC; 0D[LPXP3HUIRUPDQFHPLW$5&+7UDQVSRUW$XVJDQJVODJH )DOOVYRUKHUHLQK KHUHU3URWHFWLRQ/HYHONRQILJXULHUWZDUPX HU]XHUVWDXI 0D[LPXP3HUIRUPDQFHDEJHVHQNWZHUGHQ edit configuration set protection mode as maxperformance; edit database prima set property LogXptMode=ARCH; edit database physt set property LogXptMode=ARCH;

7 (U]HXJXQJGHU/RJLFDO6WDQGE\'DWDEDVH =XYRUVROOWHPDQSU IHQREGLH/RJLFDO6WDQGE\'DWDEDVH EHUKDXSWVLQQYROOLVW select distinct owner,table_name from dba_logstdby_unsupported order by owner,table_name; %HLZHOFKHQ7DEHOOHQP VVHQ3ULPDU\8QLTXH&RQVWUDLQWVKLQ]XJHI JWZHUGHQ" select owner, table_name from dba_logstdby_not_unique where table_name not in (select table_name from dba_logstdby_unsupported); =XVDHW]OLFKHV/RJJLQJDXIGHU3ULPDU\HLQVFKDOWHQ 0HKU,QIRUPDWLRQHQP VVHQLQGLH/RJGDWHLHQGHU3ULPDU\NRPPHQXPGLH=HLOHQ DXIGHU/RJLFDO6WDQGE\HLQGHXWLJ]XRUGQHQ]XNRHQQHQ alter database add supplemental log data (primary key, unique index) columns; 9HU]HLFKQLVVHXQG3DVVZRUGILOHI U/RJLFDO6WDQGE\DQOHJHQ exit./logst.sh VSILOHI U/RJLFDO6WDQGE\DQOHJHQ connect as sysdba create spfile from pfile= /home/oracle/skripte/initlogst.ora ; startup nomount =XQlFKVWZLUGQXQPLW50$1HLQH3K\VLFDO6WDQGE\'DWDEDVHHU]HXJW 'LHVH3K\VLFDO6WDQGE\ZLUGPLWWHOVHLQHV50$12QOLQH%DFNXSVHU]HXJWGLH 3ULPDU\EOHLEWDOVRRIIHQ'LHVHOEH0HWKRGHKlWWHPDQDXFK]XU(U]HXJXQJYRQ SK\VWQHKPHQN QQHQ6RVLQGEHLGH9DULDQWHQGHPRQVWULHUW exit rman cmdfile=dupli.rcv

8 3DUDPHWHUI UGLHQHXH6WDQGE\'DWDEDVHDXIGHU3ULPDU\VHW]HQ alter system set log_archive_dest_3= service=logst valid_for=(online_logfiles, primary_role) db_unique_name=logst ; alter system set undo_retention=3600; 6WDQGE\'LFWLRQDU\DQOHJHQ execute dbms_logstdby.build 1XQZLUGGLH3K\VLFDO6WDQGE\'DWDEDVHLQHLQH/RJLFDO6WDQGE\'DWDEDVH YHUZDQGHOW connect sys/oracle@logst as sysdba alter database recover to logical standby logst; shutdown immediate startup mount alter database open resetlogs; alter database start logical standby apply;

9 /RJLFDO6WDQGE\LQGLH%URNHU.RQILJXUDWLRQDXIQHKPHQ connect as sysdba alter system set dg_broker_start=true; dgmgrl>connect add database logst as connect identifier is logst maintained as logical; enable database logst; 0D[LPXP3URWHFWLRQPLW/RJLFDO6WDQGE\'DWDEDVH 'LHKLHU]XHUIRUGHUOLFKHQ6WDQGE\/RJILOHVP VVHQZLH]XYRUEHLGHU3K\VLFDO 6WDQGE\'DWDEDVH]XQlFKVWDQJHOHJWZHUGHQ$QVFKOLH HQG edit database prima set property LogXptMode=SYNC; edit database physt set property LogXptMode=SYNC; edit database logst set property LogXptMode=SYNC; edit configuration set protection mode as maxprotection; 6ZLWFKRYHUXQG)DLORYHU 6ZLWFKRYHU'HU5ROOHQWDXVFK]Z3ULPDU\XQG6WDQGE\ dgmgrl>connect switchover to physt; )DLORYHU'HU(UQVWIDOOLVWHLQJHWUHWHQ3ULPDU\LVWNDSXWW dgmgrl>connect failover to physt;

10 )ODVKEDFN'DWDEDVH )ODVKEDFNI UDOOH'DWHQEDQNHQHUP 3K\VLFDO6WDQGE\)ODVKEDFNDXVI KUHQ recover managed standby database cancel; flashback database to timestamp to_timestamp( :16:30:00, yyyy-mm-dd:hh24:mi:ss ); 3K\VLFDO6WDQGE\5HDG2QO\ IIQHQ alter database open read only; select...; shutdown immediate startup mount recover managed standby database [using current logfile] disconnect; 1DFK)DLORYHUDOWH3ULPDU\]XU6WDQGE\'DWDEDVHPDFKHQ NewPrimary > select standby_became_primary_scn from v$database; OldPrimary > flashback database to scn <s.o.>; OldPrimary > alter database convert to physical standby; OldPrimary > shutdown immediate OldPrimary > startup mount DGMGRL> reinstate database OldPrimary;!" #

11 6WDQGE\5HDG:ULWH IIQHQ IODVKEDFN Standby > recover managed standby database cancel; Standby > create restore point stehbei guarantee flashback database; Primary > alter system archive log current; Primary > alter system set log_archive_dest_state_2=defer; Standby > alter database set standby database to maximize performance; Standby > alter database activate standby database; Standby > alter database open;... Beliebige Tests mit der jetzt Read Write geöffneten Datenbank... Standby > startup mount force; Standby > flashback database to restore point stehbei; Standby > alter database convert to physical standby; Standby > startup mount force; )DVW6WDUW)DLORYHU %URNHU.RQILJXUDWLRQDQSDVVHQ EDIT DATABASE prima SET PROPERTY FastStartFailoverTarget = physt; EDIT DATABASE physt SET PROPERTY FastStartFailoverTarget = prima; EDIT CONFIGURATION SET PROPERTY FastStartFailoverThreshold = 20; ENABLE FAST_START FAILOVER; 2EVHUYHUDXIDQGHUHP5HFKQHUVWDUWHQ START OBSERVER; $!" #

12 : : : : A A : : A : : E E A H 5 H 5 A B B 8 J A H 5? 8 J A H 5? H H $QKDQJ 9$/,'B)25.RQILJXUDWLRQHQ 3ULPDU\XQG3K\VLFDO6WDQGE\ %'& 798 ()'*,+ -),./( *01.!24365 LOG_ARCHIVE_CONFIG= DG_CONFIG=(prima,physt) LOG_ARCHIVE_DEST_1= LOCATION=/home/oracle/prima/archive/ VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=prima LOG_ARCHIVE_DEST_2=. ;!<=+ >.!2636?$@$A VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=physt STANDBY_ARCHIVE_DEST=/home/oracle/prima/archive/ %,& (),*'+ -)'./( * 0=19.!2636?$@/A LOG_ARCHIVE_CONFIG= DG_CONFIG=(prima,physt) LOG_ARCHIVE_DEST_1= LOCATION=/home/oracle/physt/archive/ VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=physt LOG_ARCHIVE_DEST_2= 798. ;!<=+ >.!26345 VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=prima STANDBY_ARCHIVE_DEST=/home/oracle/physt/archive/ 3ULPDU\XQG/RJLFDO6WDQGE\ %'& 798 ()'*,+ -),./( *01.!24365 LOG_ARCHIVE_CONFIG= DG_CONFIG=(prima,logst) LOG_ARCHIVE_DEST_1= LOCATION=/home/oracle/prima/archive1/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=prima LOG_ARCHIVE_DEST_2= LOCATION=/home/oracle/prima/archive2 VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=prima LOG_ARCHIVE_DEST_3= 6C. ;!<=+ >.!26B VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=logst STANDBY_ARCHIVE_DEST=/home/oracle/prima/archive2 %'& 4C ()'*,+ -),./( *01.!24B LOG_ARCHIVE_CONFIG= DG_CONFIG=(prima,logst) LOG_ARCHIVE_DEST_1= LOCATION=/home/oracle/logst/archive1/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=logst LOG_ARCHIVE_DEST_2= LOCATION=/home/oracle/logst/archive2/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=logst LOG_ARCHIVE_DEST_3= 798. ;<=+ >.!26365 VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=prima STANDBY_ARCHIVE_DEST=/home/oracle/logst/archive2 3ULPDU\3K\VLFDO6WDQGE\XQG/RJLFDO6WDQGE\ %'& 798 %,& ()'*,+ -),./( *01.!24365 (),*,+ -),./(* 01.!2636?/@$A LOG_ARCHIVE_CONFIG= DG_CONFIG=(prima,physt, logst) LOG_ARCHIVE_DEST_1= LOG_ARCHIVE_CONFIG= 'DG_CONFIG=(prima,physt, logst)' LOG_ARCHIVE_DEST_1= LOCATION=/home/oracle/prima/archive/ 'LOCATION=/home/oracle/physt/archive/ VALID_FOR= (ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=prima LOG_ARCHIVE_DEST_2= VALID_FOR= (ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=physt' LOG_ARCHIVE_DEST_2=. ;!<=+ >.!2636?$@$A VALID_FOR= (ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=physt LOG_ARCHIVE_DEST_3= 6C. ;!<=+ >.!26B VALID_FOR= (ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=logst STANDBY_ARCHIVE_DEST= /home/oracle/prima/archive 798. ;<=+ >.!24365 VALID_FOR= (ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=prima' LOG_ARCHIVE_DEST_3= 6C. ;<=+ >.!24B VALID_FOR= (ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=logst STANDBY_ARCHIVE_DEST= /home/oracle/physt/archive %,& 6C (),*'+ -)'./( * 01.!26B LOG_ARCHIVE_CONFIG= 'DG_CONFIG=(prima,physt, logst)' LOG_ARCHIVE_DEST_1= : D E 679 8$J 4C > 0,F + *G2$HI? H B VALID_FOR= (ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=logst' LOG_ARCHIVE_DEST_2= : D E 679 8$J 6C H B / 6 / > 0,F + *G2$HI? VALID_FOR= (STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=logst' STANDBY_ARCHVE_DEST= /home/oracle/logst/archive2!" #

13 LQLWSULPDRUD compatible= db_block_size=8192 db_name= prima db_unique_name= prima instance_name= prima control_files= /home/oracle/prima/control01.ctl sga_target=180m pga_aggregate_target=20m undo_management=auto undo_tablespace=undotbs1 log_archive_config= dg_config=(prima,physt,logst) log_archive_dest_1= location=/home/oracle/prima/archive valid_for=(all_logfiles,all_roles) db_unique_name=prima standby_archive_dest= /home/oracle/prima/archive/ standby_file_management=auto processes=100 db_recovery_file_dest= db_domain= background_dump_dest=/home/oracle/prima/bdump core_dump_dest=/home/oracle/prima/cdump user_dump_dest=/home/oracle/prima/udump remote_login_passwordfile=exclusive LQLWSK\VWRUD compatible= db_block_size=8192 db_name= prima db_unique_name= physt instance_name= physt control_files= /home/oracle/physt/control01.ctl sga_target=180m pga_aggregate_target=20m undo_management=auto undo_tablespace=undotbs1 db_file_name_convert= /home/oracle/prima, /home/oracle/physt log_file_name_convert= /home/oracle/prima, /home/oracle/physt log_archive_config= dg_config=(prima,physt,logst) log_archive_dest_1= location=/home/oracle/physt/archive valid_for=(all_logfiles,all_roles) db_unique_name=physt standby_archive_dest= /home/oracle/physt/archive/ standby_file_management=auto processes=100 db_recovery_file_dest= db_domain= background_dump_dest=/home/oracle/physt/bdump core_dump_dest=/home/oracle/physt/cdump user_dump_dest=/home/oracle/physt/udump remote_login_passwordfile=exclusive!" #

14 LQLWORJVWRUD compatible= db_block_size=8192 db_name= prima db_unique_name= logst instance_name= logst control_files= /home/oracle/logst/control01.ctl sga_target=180m pga_aggregate_target=20m undo_management=auto undo_tablespace=undotbs1 undo_retention=3600 db_file_name_convert= /home/oracle/prima, /home/oracle/logst log_file_name_convert= /home/oracle/prima, /home/oracle/logst log_archive_config= dg_config=(prima,physt,logst) log_archive_dest_1= location=/home/oracle/logst/archive1 valid_for=(online_logfiles,all_roles) db_unique_name=logst log_archive_dest_2= location=/home/oracle/logst/archive2 valid_for=(standby_logfiles,standby_role) db_unique_name=logst standby_archive_dest= /home/oracle/logst/archive2/ standby_file_management=auto processes=100 db_recovery_file_dest= db_domain= background_dump_dest=/home/oracle/logst/bdump core_dump_dest=/home/oracle/logst/cdump user_dump_dest=/home/oracle/logst/udump remote_login_passwordfile=exclusive SK\VWVK mkdir /home/oracle/physt mkdir /home/oracle/physt/bdump mkdir /home/oracle/physt/cdump mkdir /home/oracle/physt/udump mkdir /home/oracle/physt/archive mkdir /home/oracle/physt/flashback export ORACLE_SID=physt rm /u01/app/oracle/product/10.2.0/db_1/dbs/orapwphyst orapwd file=/u01/app/oracle/product/10.2.0/db_1/dbs/orapwphyst password=oracle sqlplus SK\VWFSVTO startup force; shutdown immediate; host echo "Datendateien kopieren..." host cp /home/oracle/prima/*.dbf /home/oracle/physt startup exit K!" #

15 ORJVWVK mkdir /home/oracle/logst mkdir /home/oracle/logst/bdump mkdir /home/oracle/logst/cdump mkdir /home/oracle/logst/udump mkdir /home/oracle/logst/archive export ORACLE_SID=logst rm /u01/app/oracle/product/10.2.0/db_1/dbs/orapwlogst orapwd file=/u01/app/oracle/product/10.2.0/db_1/dbs/orapwlogst password=oracle GXSOLUFY connect target configure channel device type disk format /home/oracle/backup/%u ; backup database; backup current controlfile for standby; connect auxiliary sys/oracle@logst duplicate target database for standby; IODVKEDFNRQVTO alter system set db_recovery_file_dest_size=5g; alter system set db_recovery_file_dest= /home/oracle/prima/flashback ; shutdown immediate startup mount alter database flashback on; alter database open; connect sys/oracle@logst as sysdba alter system set db_recovery_file_dest_size=5g; alter system set db_recovery_file_dest= /home/oracle/logst/flashback ; alter database stop logical standby apply; shutdown immediate startup mount alter database flashback on; alter database open; alter database start logical standby apply immediate; connect sys/oracle@physt as sysdba alter system set db_recovery_file_dest_size=5g; alter system set db_recovery_file_dest= /home/oracle/physt/flashback ; recover managed standby database cancel; alter database flashback on; recover managed standby database using current logfile disconnect;!" #

16 OLVWHQHURUD #Der HOST edd2r7p15 muss durch den jeweiligen Rechnernamen ersetzt werden #GLOBAL_DBNAME=prima_DGMGRL ist erforderlich fuer den Data Guard Broker LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = edd2r7p15)(port = 1521)) ) ) SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1) (PROGRAM = extproc) ) (SID_DESC = (GLOBAL_DBNAME = prima_dgmgrl) (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1) (SID_NAME = prima) ) (SID_DESC = (GLOBAL_DBNAME = physt_dgmgrl) (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1) (SID_NAME = physt) ) (SID_DESC = (GLOBAL_DBNAME = logst_dgmgrl) (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1) (SID_NAME = logst) ) )!" #

Deloitte Solutions Network (SNET) Disaster Recovery POC on Amazon EC2

Deloitte Solutions Network (SNET) Disaster Recovery POC on Amazon EC2 Deloitte Solutions Network (SNET Disaster Recovery POC on Amazon EC2 September 2010 Agenda Solutions Network Profile Oracle E-Business Suite R12 POC Amazon Public Cloud Custom Application POC Hybrid Cloud

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability MAA / Data Guard 10g Setup Guide Creating a Single Instance Physical Standby for a RAC Primary Oracle Maximum Availability Architecture White Paper April 2006 Maximum Availability Architecture Oracle Best

More information

Installation Companion Oracle Data Guard on Amazon EC2 Configuration Guide

Installation Companion Oracle Data Guard on Amazon EC2 Configuration Guide Installation Companion Oracle Data Guard on Amazon EC2 Configuration Guide Solutions Network Narender Akula Navin Mudaliar Shakir Aleem Ahmed Sasin Gnanamoorthy September 2010 Table of contents About this

More information

HOW TO. RMAN Restore for Standby 10gR2

HOW TO. RMAN Restore for Standby 10gR2 Author: Martin Decker Date: 8.10.2008 Subject: RMAN Restore for Standby 10gR2 HOW TO RMAN Restore for Standby 10gR2 1 Preparations The existing database MDDB1 should be duplicated as Standby Database MDSTB1

More information

Recreate Physical Standby Database after Recovery of Primary Database

Recreate Physical Standby Database after Recovery of Primary Database Recreate Physical Standby Database after Recovery of Primary Database In Oracle 11g it is possible to create a Physical Standby Database from the Primary Database using RMAN. Furthermore, the same procedure

More information

Clonación de una Base de Datos Oracle 11gR2 Activa usando RMAN. CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN

Clonación de una Base de Datos Oracle 11gR2 Activa usando RMAN. CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN Autor : Luis Alberto Flores Zapata Creado : 10-Agosto-2015 1 Contenido CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN... 3

More information

HOW TO. Implementierung Oracle 10gR2 DataGuard Physical Standby

HOW TO. Implementierung Oracle 10gR2 DataGuard Physical Standby Author: Martin Decker Date: 08.10.2008 Subject: HOW TO Implementierung Oracle 10gR2 DataGuard Physical Standby Implementierung Oracle 10gR2 DataGuard Physical Standby 1 Einleitung... 3 2 Hardware-Konfiguration...

More information

Oracle Data Guard for High Availability and Disaster Recovery

Oracle Data Guard for High Availability and Disaster Recovery Oracle Data Guard for High Availability and Disaster Recovery John Zhong Senior Technical Specialist Global Database Management Group Citigroup and Vice President of American DBAOnline John_j_zhong@yahoo.com

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Best Practices for Minimal Downtime Migration to ASM Oracle 10g Release 2 Oracle Maximum Availability Architecture White Paper May 2007 Maximum Availability Architecture Oracle Best Practices For High

More information

RMAN for Commando DBAs. By Charles Kim

RMAN for Commando DBAs. By Charles Kim RMAN for Commando DBAs By Charles Kim 1 Charles Kim Oracle Certified DBA Oracle Certified RAC Expert EMail: ckim@dbaexpert.com 2 DBAExpert.com Agenda Backup Strategy RMAN Configuration Backup and Recovery

More information

Reference Architecture for HP Data Protector and Oracle 11gR2 RAC on Linux

Reference Architecture for HP Data Protector and Oracle 11gR2 RAC on Linux Reference Architecture for HP Data Protector and Oracle 11gR2 RAC on Linux Technical white paper Table of contents Executive summary... 2 Data Protector and Oracle 11gR2 Database integration... 2 Integration

More information

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c has automated table level recovery using RMAN. If you lose a table after user error or get

More information

Using RMAN to restore a database to another server in an ASM environment

Using RMAN to restore a database to another server in an ASM environment Using RMAN to restore a database to another server in an ASM environment It is possible to restore an Oracle 11g database to another server easily in an ASM environment by following the steps below. 1.

More information

Disclaimer. Maximum Availability Architecture

Disclaimer. Maximum Availability Architecture Disaster Recovery Guide: Oracle SOA Suite 10g on Oracle WebLogic Server Oracle Maximum Availability Architecture White Paper June 2009 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability MAA / Data Guard 10g Setup Guide Creating a RAC Physical Standby for a RAC Primary Oracle Maximum Availability Architecture White Paper April 2007 Maximum Availability Architecture Oracle Best Practices

More information

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Use RMAN to relocate a 10TB RAC database with minimum downtime Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Contents Methods of relocate a database with minimum down time RMAN oracle suggested backup strategy

More information

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows:

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows: How to Recover lost online redo logs? Author A.Kishore If you lose the current online redo log, then you will not be able to recover the information in that online redo log. This is one reason why redo

More information

Backup/Restore Oracle 8i/9i/10g

Backup/Restore Oracle 8i/9i/10g This chapter will describe in details how Software backup your Oracle Database Server and how you can restore an Oracle database using the backup files. Table of Content 1. Requirements 2. Overview 3.

More information

Oracle 9i Database Release 2 Enterprise Edition

Oracle 9i Database Release 2 Enterprise Edition Oracle 9i Database Release 2 Enterprise Edition Creación de Logical Stanby Elaborado por: Armando Caballero Alvarado (acaballeroa@upao.edu.pe) DBA Universidad Privada Antenor Orrego de Trujillo Fecha Publicación:

More information

Restoring To A Different Location With EBU And RMAN An AppsDBA Consulting White Paper

Restoring To A Different Location With EBU And RMAN An AppsDBA Consulting White Paper An White Paper Contents 1. OVERVIEW... 1 1.1 DEFINITIONS... 1 2. ENTERPRISE BACKUP UTILITY... 2 2.1 ARCHITECTURE... 2 2.1.1 Target Database... 2 2.1.2 Catalog... 2 2.1.3 Media Management Layer (MML)...

More information

Database Recovery For Newbies

Database Recovery For Newbies Database Recovery For Newbies Paper #521 Bonnie Bizzaro, Susan McClain Objectives Provide basic understanding of recovery processes and terms Define different types of recovery Discuss common recovery

More information

Oracle Data Guard. Caleb Small Caleb@Caleb.com. Puget Sound Oracle Users Group Education Is Our Passion

Oracle Data Guard. Caleb Small Caleb@Caleb.com. Puget Sound Oracle Users Group Education Is Our Passion Oracle Data Guard Caleb Small Caleb@Caleb.com Outline Overview Planning a DataGuard Installation Architecture Setting up DataGuard Managing & Monitoring Crash & Burn Demo Overview Data Guard Concepts Causes

More information

ORACLE CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE

More information

Data Guard Fast-Start Failover

Data Guard Fast-Start Failover Data Guard Fast-Start Failover DOAG Regio Stuttgart 18.05.2006 Torsten Rosenwald Torsten.Rosenwald@trivadis.com 2 Data Guard and Maximum Availability > Introduction > Concept / Architecture > Flashback

More information

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar RMAN Recovery Manager BACKUP & RECOVERY Veeratteshwaran Sridhar Why Backup & Recovery? The purpose of a backup and recovery strategy is to protect the database against data loss and reconstruct the database

More information

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,

More information

16. November 2014. >BEST PRACTICES FOR ORACLE HIGH AVAILABILITY WITH DATA GUARD TECHNOLOGY Mila Friedman, Lufthansa Systems

16. November 2014. >BEST PRACTICES FOR ORACLE HIGH AVAILABILITY WITH DATA GUARD TECHNOLOGY Mila Friedman, Lufthansa Systems 16. November 2014 >BEST PRACTICES FOR ORACLE HIGH AVAILABILITY WITH DATA GUARD TECHNOLOGY Mila Friedman, Lufthansa Systems >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE

More information

Instant Disaster Recovery for Oracle by Deploying on the Amazon Cloud

Instant Disaster Recovery for Oracle by Deploying on the Amazon Cloud Instant Disaster Recovery for Oracle by Deploying on the Amazon Cloud Navin Mudaliar Deloitte Consulting Jamie Kinney Amazon Web Services Cris Pedregal Oracle Development Agenda Disaster

More information

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu Strategies for Oracle Database Backup and Recovery: Case Studies Mingguang Xu Office of Institutional Research University of Georgia www.oir.uga.edu/oirpres.html Oracle Files Oracle requires the following

More information

Load Balancing Setup For Oracle Parallel Server

Load Balancing Setup For Oracle Parallel Server Load Balancing Setup For Oracle Parallel Server By Arup Nanda Version 1 Release Date : 4/16/2001 For load balancing to work properly several parameters have to be set in oracle. This document discusses

More information

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved.

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved. Restore and Recovery Tasks Objectives After completing this lesson, you should be able to: Describe the causes of file loss and determine the appropriate action Describe major recovery operations Back

More information

Oracle Database Cross Platform Migration Lucy Feng, DBAK

Oracle Database Cross Platform Migration Lucy Feng, DBAK Delivering Oracle Success Oracle Database Cross Platform Migration Lucy Feng, DBAK RMOUG QEW November 19, 2010 Business Requirements Migrate all Oracle databases to IBM zseries based Linux The database

More information

Oracle Data Guard Fast Start Failover understood!

Oracle Data Guard Fast Start Failover understood! Oracle Data Guard Fast Start Failover understood! Dr. Martin Wunderli http://www.trivadis.com Principal Consultant Partner Basel Baden Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg

More information

Setup Flashback Database on Data Guard Physical Standby Database for SAP Customers

Setup Flashback Database on Data Guard Physical Standby Database for SAP Customers An Oracle White Paper January 200 Setup Flashback Database on Data Guard Physical Standby Database for SAP Customers Database Version : g Release 2 Preface... 2 Requirements... 4 Aim of the document...

More information

Data virtualization: playing with Oracle 12c on Docker containers

Data virtualization: playing with Oracle 12c on Docker containers Data virtualization: playing with Oracle 12c on Docker containers This year will be about data virtualization. We can t continue to multiply our database storage for each preprod, test, dev, etc. environments

More information

Using Recovery Manager with Oracle Data Guard in Oracle Database 10g. An Oracle White Paper April 2009

Using Recovery Manager with Oracle Data Guard in Oracle Database 10g. An Oracle White Paper April 2009 Using Recovery Manager with Oracle Data Guard in Oracle Database 10g An Oracle White Paper April 2009 Using Recovery Manager with Oracle Data Guard in Oracle Database 10g Executive summary... 3 Introduction...

More information

Database Assessment. Vulnerability Assessment Course

Database Assessment. Vulnerability Assessment Course Database Assessment Vulnerability Assessment Course All materials are licensed under a Creative Commons Share Alike license. http://creativecommons.org/licenses/by-sa/3.0/ 2 Agenda Introduction Configuration

More information

This appendix describes the following procedures: Cisco ANA Registry Backup and Restore Oracle Database Backup and Restore

This appendix describes the following procedures: Cisco ANA Registry Backup and Restore Oracle Database Backup and Restore APPENDIXA This appendix describes the following procedures: Cisco ANA Registry Oracle Database Cisco ANA Registry This section describes the Cisco ANA Registry backup and restore procedure. Overview Provides

More information

Database Disaster Recovery using only RMAN Backups

Database Disaster Recovery using only RMAN Backups 12 th Apr, 2010 PURPOSE This paper demonstrates how an Oracle Database can be recovered or reconstructed by using only the RMAN Backup files (from Disks) in case of a complete server crash. CASE STUDY

More information

Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery

Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com This is new

More information

Oracle Active Data Guard Far Sync Zero Data Loss at Any Distance

Oracle Active Data Guard Far Sync Zero Data Loss at Any Distance Oracle Active Data Guard Far Sync Zero Data Loss at Any Distance Oracle Maximum Availability Architecture Best Practices O R A C L E W H I T E P A P E R A U G U S T 2 0 1 4 Table of Contents Introduction

More information

CommVault Simpana 7.0 Software Suite. und ORACLE Momentaufnahme. Robert Romanski Channel SE rromanski@commvault.com

CommVault Simpana 7.0 Software Suite. und ORACLE Momentaufnahme. Robert Romanski Channel SE rromanski@commvault.com CommVault Simpana 7.0 Software Suite und ORACLE Momentaufnahme Robert Romanski Channel SE rromanski@commvault.com CommVaults Geschichte 1988 1996 2000 2002 2006 2007 Gegründet als Business Unit von AT&T

More information

SAP with Oracle Real Application Clusters 11g Release 2 and Oracle Automatic Storage Management 11g Release 2

SAP with Oracle Real Application Clusters 11g Release 2 and Oracle Automatic Storage Management 11g Release 2 An Oracle White Paper October 2012 SAP with Oracle Real Application Clusters 11g Release 2 and Oracle Automatic Storage Management 11g Release 2 Introduction... 3 Related SAP Notes... 3 Storage based Mirroring

More information

12. User-managed and RMAN-based backups.

12. User-managed and RMAN-based backups. 12. User-managed and RMAN-based backups. Abstract: A physical backup is a copy of the physical database files, and it can be performed in two ways. The first is through the Recovery Manager (RMAN) tool

More information

Installation der Software des LHC Computing Grid auf einem Institutscluster. Hartmut Stadie, Christopher Jung, Günter Quast, Klaus Rabbertz, Jens Rehn

Installation der Software des LHC Computing Grid auf einem Institutscluster. Hartmut Stadie, Christopher Jung, Günter Quast, Klaus Rabbertz, Jens Rehn Installation der Software des LHC Computing Grid auf einem Institutscluster Hartmut Stadie, Christopher Jung, Günter Quast, Klaus Rabbertz, Jens Rehn Institut für Experimentelle Kernphysik Universität

More information

DisasterRecoverywith. DisasterRecoverywith Oracle Data Guard10gR2

DisasterRecoverywith. DisasterRecoverywith Oracle Data Guard10gR2 DisasterRecoverywith Martin Decker DisasterRecoverywith Oracle Data Guard10gR2 Martin Decker, January 2009 Overview Definitions High Availability, DisasterRecovery, Maximum Availability Architecture(MAA)

More information

Oracle Storage Options

Oracle Storage Options 1/27 Oracle Storage Options RAW, ASM, CFS, for Real Application Cluster Unterföhring, 11.2005 M. Kühn 1 2/27 Be spoilt for choice? RAC Review Introduction Storage Options RAW In short ASM Automatic Storage

More information

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Agenda Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Overview Backup and Recovery generally focuses on the

More information

THE DG TOOLKIT. Charles Kim, Viscosity Technology, LLC

THE DG TOOLKIT. Charles Kim, Viscosity Technology, LLC AUTOMATE DATA GUARD BEST PRACTICES Charles Kim, Viscosity Technology, LLC Myriads of best practice techniques are provided from Oracle s Maximum Availability Architecture (MAA team and industry experts

More information

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content Oracle 11g DBA Online Training Course Content Faculty: Real time and certified INTRODUCTION TO ORACLE DBA What is DBA? Why a Company needs a DBA? Roles & Responsibilities of DBA Oracle Architecture Physical

More information

Oracle Backup and Recover 101. Osborne Press ISBN 0-07-219461-8

Oracle Backup and Recover 101. Osborne Press ISBN 0-07-219461-8 Oracle Backup and Recover 101 Osborne Press ISBN 0-07-219461-8 First Printing Personal Note from the Authors Thanks for your purchase of our book Oracle Backup & Recovery 101. In our attempt to provide

More information

Hot (Snap)Shots! Der Master aller Datenbanken. DB Clonen, nicht kleckern...

Hot (Snap)Shots! Der Master aller Datenbanken. DB Clonen, nicht kleckern... Hot (Snap)Shots! Der Master aller Datenbanken. DB Clonen, nicht kleckern... Sebastian Solbach BU Datenbank, ORACLE Deutschland B.V. Co. KG Month 11, 2015 Agenda 1 2 3 4 Klonen von Datenbanken 12c ASM Cluster

More information

1Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1Copyright 2013, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Configuring and Administering Hyper-V in Windows Server 2012 MOC 55021

Configuring and Administering Hyper-V in Windows Server 2012 MOC 55021 Configuring and Administering Hyper-V in Windows Server 2012 MOC 55021 In dem Kurs MOC 55021 Configuring and Administering Hyper-V in Windows Server 2012 lernen Sie die Konfiguration und Administration

More information

Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417

Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417 Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417 In dieser Schulung lernen Sie neue Features und Funktionalitäten in Windows Server 2012 in Bezug auf das Management, die Netzwerkinfrastruktur,

More information

BrightStor ARCserve Backup

BrightStor ARCserve Backup BrightStor ARCserve Backup Support for Oracle Backup and Restore on Windows 64-Bit Platform - 1 - TABLE OF CONTENTS 1. Summary... 3 2. Backup and Restore Process... 3 3. RMAN Command and Script Template...

More information

11. Configuring the Database Archiving Mode.

11. Configuring the Database Archiving Mode. 11. Configuring the Database Archiving Mode. Abstract: Configuring an Oracle database for backup and recovery can be complex. At a minimum, you must understand the archive process, the initialization parameters

More information

NEC Storage NV Series

NEC Storage NV Series NEC Storage NV Series Guide to Oracle Storage Compatibility Program Network Attached File Server Snapshot Technologies is-wp-04-001 Rev-1.00 February, 2005 NEC Corporation. - 1 - Copyright 2005 NEC Corporation.

More information

Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann

Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann Search Engines Chapter 2 Architecture 14.4.2011 Felix Naumann Overview 2 Basic Building Blocks Indexing Text Acquisition Text Transformation Index Creation Querying User Interaction Ranking Evaluation

More information

Oracle Backup, Recovery, and Performance Tuning using EMC Avamar and Oracle RMAN

Oracle Backup, Recovery, and Performance Tuning using EMC Avamar and Oracle RMAN Oracle Backup, Recovery, and Performance Tuning using EMC Avamar and Oracle RMAN Best Practices Planning Abstract This white paper provides an in-depth review of the capabilities of the EMC Avamar Oracle

More information

Software Requirements, Version 2015_01_12

Software Requirements, Version 2015_01_12 Software Requirements, Version 2015_01_12 Product / Version DSM 7.2.1 DSM 2013.2 DSM 2014.1 Server Software (EN) Windows Server 2008 R2 Standard, Enterprise, Datacenter, Core (all SP) Windows Server 2008

More information

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP.

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP. http://www.51- pass.com Exam : 1Z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Version : DEMO 1 / 7 1.Which two statements are true about scheduling operations in a pluggable database

More information

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide TECHNICAL REPORT Nimble Storage Oracle Backup and Recovery Guide N I M B L E T E C H N I C A L R E P O R T : N I M B L E S T O R A G E F O R O R A C L E B A C K U P A N D R E C O V E R Y 1 Document Revision

More information

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices Oracle Backup and Recovery Best Practices Dell Compellent Storage Center Dell Compellent Technical Best Practices ii Document Revision Table 1. Revision History Date Revision Description 6/15/2011 A Initial

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

More information

Die Versant-DB ist ein wesentlicher Bestandteil von CADISON.

Die Versant-DB ist ein wesentlicher Bestandteil von CADISON. Die Versant-DB Die Versant-DB ist ein wesentlicher Bestandteil von CADISON. Die Software wurde von einem in den USA gegründeten Unternehmen mit Niederlassung in Hamburg entwickelt. Die Versant Datenbank

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Oracle Backup Recovery Setup on LeftHand Networks IP SAN Legal Notices Warranty The only warranties for HP products and services are set forth

More information

Linux & Docker auf Azure

Linux & Docker auf Azure Linux & Docker auf Azure Linux in der Azure Cloud Web Mail Twitter Rainer Stropek software architects gmbh http://www.timecockpit.com rainer@timecockpit.com @rstropek Saves the day. Your Host Rainer Stropek

More information

Getting all the pieces: Reliable Backup/Recovery

Getting all the pieces: Reliable Backup/Recovery Getting all the pieces: Reliable Backup/Recovery Part 1: Recovery Manager Part 2: Custom Backup Mark W. Farnham Andy Rivenes Neil Jensen Overview Whether you use Oracle s Recovery Manager product, a third

More information

Recover Oracle Database upon losing all Control Files

Recover Oracle Database upon losing all Control Files Recover Oracle Database upon losing all Control Files R.Wang Oct 19, 07 (Firstly, published at OraclePoint.com ) Preface: This is experimental case study about recovering oracle database upon losing all

More information

ida.com excellence in dependable automation

ida.com excellence in dependable automation IEC 61508 Maintenance Status IEC 61508 Maintenance Projekt ist aus dem zulässigen Zeitrahmen gelaufen Viele Baustellen auch durch neue Mitglieder (Frankreich, USA, IEC 61511 Team) Bestehende Anforderungen,

More information

Oracle Recovery Manager 10g. An Oracle White Paper November 2003

Oracle Recovery Manager 10g. An Oracle White Paper November 2003 Oracle Recovery Manager 10g An Oracle White Paper November 2003 Oracle Recovery Manager 10g EXECUTIVE OVERVIEW A backup of the database may be the only means you have to protect the Oracle database from

More information

Diese Liste wird präsentiert von. Netheweb.de

Diese Liste wird präsentiert von. Netheweb.de Diese Liste wird präsentiert von Netheweb.de Die Liste enthält 1000 Do-Follow Blogs, die zum Linkbuilding genutzt werden können, es kann sein, dass verkürzte URL s nicht korrekt weiter geleitet werden.

More information

Cross Platform Transportable Tablespaces Migration in Oracle 11g

Cross Platform Transportable Tablespaces Migration in Oracle 11g Cross Platform Transportable Tablespaces Migration in Oracle 11g Prepared by ViSolve Migration Team June 2012 Contact ViSolve, Inc. 4010, Moorpark Avenue, #205 San Jose, California 95117 (602) 842 2738

More information

Backing Up Oracle Databases with Handy Backup

Backing Up Oracle Databases with Handy Backup Backing Up Oracle Databases with Handy Backup April 2013 Contents Introduction... 3 Main features of Handy Backup Oracle plug-in... 3 Assignment... 3 Advantages... 3 Backing up of remote Oracle databases...

More information

Backup Types. Backup and Recovery. Categories of Failures. Issues. Logical. Cold. Hot. Physical With. Statement failure

Backup Types. Backup and Recovery. Categories of Failures. Issues. Logical. Cold. Hot. Physical With. Statement failure Backup Types Logical Backup and Recovery Cold Hot Physical With Without Issues Categories of Failures Protectthe database from numerous types of failures Increase Mean-Time-Between-Failures (MTBF) Decrease

More information

Using Physical Replication and Oracle Database Standard Edition for Disaster Recovery. A Dbvisit White Paper

Using Physical Replication and Oracle Database Standard Edition for Disaster Recovery. A Dbvisit White Paper Using Physical Replication and Oracle Database Standard Edition for Disaster Recovery A Dbvisit White Paper Copyright 2015 Dbvisit Software Limited. All Rights Reserved V2, September, 2015 Contents Executive

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Oracle Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Veritas High Availability Agent for Oracle Installation and Configuration Guide

Veritas High Availability Agent for Oracle Installation and Configuration Guide Veritas High Availability Agent for Oracle Installation and Configuration Guide AIX 5.0 N18473J Veritas High Availability Agent for Oracle Installation and Configuration Guide Copyright 2006 Symantec Corporation.

More information

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode RMAN - What is Rman - Why use Rman - Understanding The Rman Architecture - Taking Backup in Non archive Backup Mode - Taking Backup in archive Mode - Enhancement in 10g For Rman - 9i Enhancement For Rman

More information

MAX_RMAN_08137_IGNORE=5 DISK_RETENTION_POLICY='RECOVERY WINDOW OF 7 DAYS'

MAX_RMAN_08137_IGNORE=5 DISK_RETENTION_POLICY='RECOVERY WINDOW OF 7 DAYS' !/bin/sh Example shell script to perform a nightly full backup of the database and scan for errors Copyright (c) 2008, 2014 Caleb.com All Rights Reserved This script is provided as an EXAMPLE ONLY and

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server Implementing Data Models and Reports with Microsoft SQL Server Dauer: 5 Tage Kursnummer: M20466 Überblick: Business Intelligence (BI) wird für Unternehmen von verschiedenen Größen aufgrund des dadurch

More information

(51) Int Cl.: G06F 11/14 (2006.01) G06F 17/30 (2006.01)

(51) Int Cl.: G06F 11/14 (2006.01) G06F 17/30 (2006.01) (19) TEPZZ_97799B_T (11) EP 1 97 799 B1 (12) EUROPEAN PATENT SPECIFICATION (4) Date of publication and mention of the grant of the patent: 06.0. Bulletin /19 (1) Int Cl.: G06F 11/14 (06.01) G06F 17/ (06.01)

More information

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Copyright 2011-2013 Dbvisit Software Limited. All Rights Reserved Nov 2013 Executive Summary... 3 Target Audience... 3 Introduction...

More information

Update to V10. Automic Support: Best Practices Josef Scharl. Please ask your questions here http://innovate.automic.com/q&a Event code 6262

Update to V10. Automic Support: Best Practices Josef Scharl. Please ask your questions here http://innovate.automic.com/q&a Event code 6262 Update to V10 Automic Support: Best Practices Josef Scharl Please ask your questions here http://innovate.automic.com/q&a Event code 6262 Agenda Update to Automation Engine Version 10 Innovations in Version

More information

Zielgruppe Dieses Training eignet sich für IT-Professionals.

Zielgruppe Dieses Training eignet sich für IT-Professionals. Advanced Solutions of Microsoft Exchange Server 2013 MOC 20342 In diesem Kurs wird den Teilnehmern das Wissen vermittelt, eine Microsoft Exchange Server 2013 Umgebung zu konfigurieren und zu verwalten.

More information

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK ASM and for 3rd Party Snapshot Solutions - for Offhost backup Duane Smith Nitin Vengurlekar RACPACK POINT-IN-TIME COPY TECHNOLOGIES POINT-IN-TIME COPY TECHNOLOGIES Generic guidelines & best practices for

More information

(51) Int Cl.: H04L 12/56 (2006.01)

(51) Int Cl.: H04L 12/56 (2006.01) (19) (11) EP 1 779 90 B1 (12) EUROPEAN PATENT SPECIFICATION (4) Date of publication and mention of the grant of the patent: 28.12.11 Bulletin 11/2 (21) Application number: 0783482.2 (22) Date of filing:

More information

Oracle 10g Feature: RMAN Incrementally Updated Backups

Oracle 10g Feature: RMAN Incrementally Updated Backups Oracle 10g Feature: RMAN Incrementally Updated Backups Author: Dave Anderson, SkillBuilders Date: September 13, 2004 Introduction This article explains one of the features presented by Dave Anderson at

More information

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Seite 1 / 5 Mailit 6 for FileMaker 10-13 The Ultimate Email Plug-In Integrate full email capability into your FileMaker 10-13 solutions with

More information

Microsoft Nano Server «Tuva» Rinon Belegu

Microsoft Nano Server «Tuva» Rinon Belegu 1 Microsoft Nano Server «Tuva» Rinon Belegu Partner: 2 Agenda Begrüssung Vorstellung Referent Content F&A Weiterführende Kurse 3 Vorstellung Referent Rinon Belegu Microsoft Certified Trainer (AWS Technical

More information

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities.

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities. Course Code: Title: Format: Duration: SSD024 Oracle 11g DBA I Instructor led 5 days Course Description Through hands-on experience administering an Oracle 11g database, you will gain an understanding of

More information

High Availability for Oracle 8 Using Double-Take

High Availability for Oracle 8 Using Double-Take High Availability for Oracle 8 Using Double-Take High Availability for Oracle 8 Using Double-Take Revision 2.0.0 published July 2003 NSI and Double-Take are registered trademarks of Network Specialists

More information

Exemplar for Internal Assessment Resource German Level 1. Resource title: Planning a School Exchange

Exemplar for Internal Assessment Resource German Level 1. Resource title: Planning a School Exchange Exemplar for internal assessment resource German 1.5A for Achievement Standard 90887! Exemplar for Internal Assessment Resource German Level 1 Resource title: Planning a School Exchange This exemplar supports

More information

SPICE auf der Überholspur. Vergleich von ISO (TR) 15504 und Automotive SPICE

SPICE auf der Überholspur. Vergleich von ISO (TR) 15504 und Automotive SPICE SPICE auf der Überholspur Vergleich von ISO (TR) 15504 und Automotive SPICE Historie Software Process Improvement and Capability determination 1994 1995 ISO 15504 Draft SPICE wird als Projekt der ISO zur

More information

High Availability for Oracle 10g Using Double-Take

High Availability for Oracle 10g Using Double-Take High Availability for Oracle 10g Using Double-Take High Availability for Oracle 10g Using Double-Take Revision 1.0.0 published September 2004 Double-Take, GeoCluster and NSI are registered trademarks of

More information

Safe Harbor Statement

Safe Harbor Statement Logging & Debugging von M(obile)AF Applikationen Jürgen Menge Sales Consultant Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product direction.

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

PASS Deutschland e.v. Regionalgruppe Köln/Bonn/Düsseldorf

PASS Deutschland e.v. Regionalgruppe Köln/Bonn/Düsseldorf PASS Deutschland e.v. Regionalgruppe Köln/Bonn/Düsseldorf dbwarden Agenda Vorstellung Überblick Installation Settings Jobs Health Report IT Leiter / zertifizierter IT Projektleiter IT Team mit 7 Mitarbeitern

More information

How Do I Load Data Stored in a Microsoft Excel File?

How Do I Load Data Stored in a Microsoft Excel File? How Do I Load Data Stored in a Microsoft Excel File? 3 Scenario A company stores its employee data in an Excel file called employees.xls. This file contains two worksheets: employee_details and job_history.

More information