SlideShare a Scribd company logo
Why	
  Use	
  Oracle	
  Data	
  Guard?	
  

              Milina	
  Ris7c	
  
       TelstraClear,	
  New	
  Zealand	
  



                 The most comprehensive Oracle applications & technology content under one roof
Data	
  Guard	
  Func,ons	
  
•      High	
  availability	
  
•      Data	
  protec,on	
  
•      Disaster	
  recovery	
  
•      Repor,ng	
  
•      Backup	
  and	
  recovery	
  
	
  



                              The most comprehensive Oracle applications & technology content under one roof
Data	
  Guard	
  Configura,ons	
  
•  Physical	
  Standby	
  
   –  block	
  for	
  block	
  iden,cal	
  copy	
  of	
  primary	
  database	
  
•  Logical	
  Standby	
  
   –  same	
  logical	
  informa,on	
  as	
  primary	
  database	
  




                               The most comprehensive Oracle applications & technology content under one roof
Data	
  Guard	
  11g	
  
Snapshot	
  Standby	
  
•  fully	
  updateable	
  standby	
  database	
  
•  tes,ng	
  on	
  produc,on	
  like	
  data	
  
•  easily	
  resynchronised	
  with	
  produc,on	
  




                        The most comprehensive Oracle applications & technology content under one roof
Data	
  Guard	
  11g	
  
Ac,ve	
  Data	
  Guard	
  
•  Real-­‐,me	
  repor,ng	
  
•  Fast	
  incremental	
  backups	
  
•  Automa,c	
  correc,on	
  of	
  corrupted	
  blocks	
  

NB:	
  Requires	
  separate	
  license	
  



                           The most comprehensive Oracle applications & technology content under one roof
Ac,ve	
  Data	
  Guard	
  
Read-­‐only	
  applica,on	
  can	
  perform:	
  
•  Selects	
  
•  Alter	
  session	
  
•  Call	
  stored	
  procedures	
  
•  Call	
  remote	
  procedures	
  via	
  DB	
  links	
  
•  DB	
  links	
  to	
  write	
  to	
  remote	
  databases	
  



                              The most comprehensive Oracle applications & technology content under one roof
Apply	
  Lag	
  Management	
  11g	
  
ALTER	
  SESSION	
  SET	
  
     STANDBY_MAX_DATA_DELAY=600;	
  
	
  
ORA-­‐03172:	
  STANDBY_MAX_DATA_DELAY	
  of	
  
     600	
  seconds	
  exceeded	
  




                    The most comprehensive Oracle applications & technology content under one roof
Physical	
  Standby	
  

Primary                               Standby
database                              database

                  Redo
                transport




Database                           Database copy




           The most comprehensive Oracle applications & technology content under one roof
Benefits	
  of	
  Physical	
  Standby	
  
•    Switchover	
  
•    Failover	
  
•    Repor,ng	
  
•    Backup	
  




                      The most comprehensive Oracle applications & technology content under one roof
Running	
  Backup	
  on	
  Physical	
  Standby	
  
Primary	
                                  Standby	
  
•  4-­‐node	
  RAC	
                       •  4-­‐node	
  RAC	
  
•  NetApp	
  Filers	
                      •  SAN	
  
•  No	
  ASM	
                             •  ASM	
  
•  RMAN	
                                  •  RMAN	
  
•  TSM	
  with	
  TDPO	
                   •  TSM	
  with	
  TDPO	
  




                             The most comprehensive Oracle applications & technology content under one roof
Filesystem	
  to	
  ASM	
  and	
  Back	
  
How	
  to	
  duplicate	
  a	
  controlfile	
  when	
  ASM	
  is	
  
 involved	
  [ID	
  345180.1]	
  	
  
How	
  to	
  move	
  a	
  datafile	
  from	
  a	
  file	
  system	
  to	
  
 ASM	
  [ID	
  390274.1]	
  	
  
How	
  to	
  move	
  a	
  datafile	
  from	
  ASM	
  to	
  the	
  file	
  
 system	
  [ID	
  390416.1]	
  	
  




                               The most comprehensive Oracle applications & technology content under one roof
Primary RAC database                            Secondary
                                                Recovery
                                                 Catalog




                                         nc
Standby RAC database                              Primary




                                       sy
                                                 Recovery




                                     re
                                                  Catalog

                                     backup




           The most comprehensive Oracle applications & technology content under one roof
Alterna,ves	
  for	
  DR	
  
Complex	
  systems	
  e.g.	
  
   Sybase	
  database	
  
   Oracle	
  Transparent	
  Gateway	
  for	
  Sybase	
  
   Third	
  party	
  applica,ons	
  
may	
  require	
  alterna,ve	
  technologies:	
  
• 	
   SAN	
  replica,on	
  
• 	
   snapshot	
  technology	
  


                            The most comprehensive Oracle applications & technology content under one roof
Logical	
  Standby	
  
             Primary Standby
            database database




                         Oracle Net
Archived Redo                                Log Apply
  Log Files                                   Services


Log Transport                             Archived Redo
  Services                                  Log Files




                The most comprehensive Oracle applications & technology content under one roof
SQL	
  Apply	
  –	
  Log	
  Mining	
  
•  READER	
  –	
  reads	
  archived	
  redo	
  logs	
  
•  PREPARER	
  –	
  generates	
  logical	
  change	
  records	
  
•  BUILDER	
  –	
  groups	
  LCRs	
  into	
  transac,ons	
  
	
  




                          The most comprehensive Oracle applications & technology content under one roof
SQL	
  Apply	
  –	
  Apply	
  Processing	
  
•  ANALYZER	
  –	
  iden,fies	
  dependencies	
  
•  COORDINATOR	
  –	
  assigns	
  transac,ons	
  
•  APPLIER	
  –	
  applies	
  transac,ons	
  
	
  




                       The most comprehensive Oracle applications & technology content under one roof
Benefits	
  of	
  Logical	
  Standby	
  
•    Switchover	
  
•    Failover	
  
•    Repor,ng	
  
•    Addi,onal	
  objects	
  




                           The most comprehensive Oracle applications & technology content under one roof
Importance	
  of	
  NOT	
  NULL	
  
TABLE1	
  
ID	
   	
   	
  NUMBER(5)	
  
NAME 	
  VARCHAR2(20)	
  
	
  
TABLE2	
  
ID	
   	
   	
  NOT	
  NULL 	
   	
  NUMBER(5)	
  
NAME 	
   	
   	
   	
   	
   	
  VARCHAR2(20)	
  

                         The most comprehensive Oracle applications & technology content under one roof
Importance	
  of	
  NOT	
  NULL
                                                 	
  
UPDATE	
  SQL	
  on	
  standby	
  database	
  
	
  
UPDATE	
  table1	
  
SET	
  name	
  =	
  'Smith'	
  
WHERE	
  (id	
  =	
  :b1	
  OR	
  id	
  IS	
  NULL)	
  AND	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  (name	
  =	
  :b2	
  OR	
  name	
  IS	
  NULL)	
  
	
  
	
  
                                                     The most comprehensive Oracle applications & technology content under one roof
Tracing	
  APPLIER	
  
SELECT	
  PID,	
  TYPE,	
  STATUS,	
  HIGH_SCN	
  
FROM	
  V$LOGSTDBY	
  
	
  
oradebug	
  setospid	
  <APPLIER	
  pid>	
  
oradebug	
  unlimit	
  
oradebug	
  event	
  10046	
  trace	
  name	
  context	
  
     forever,	
  level	
  12	
  


                          The most comprehensive Oracle applications & technology content under one roof
Tracing	
  APPLIER	
  
oradebug	
  setospid	
  <APPLIER	
  pid>	
  
oradebug	
  event	
  10046	
  trace	
  name	
  context	
  off	
  
	
  
Trace	
  file	
  will	
  be	
  generated	
  in	
  bdump	
  
	
  
tkprof	
  <fn>	
  tkprof.out	
  explain=	
  "/	
  as	
  sysdba"	
  
	
  

                            The most comprehensive Oracle applications & technology content under one roof
Data	
  Guard	
  Modes
                                   	
  
ALTER	
  DATABASE	
  GUARD	
  {ALL|STANDBY|NONE}	
  
	
  
ALL	
  –	
  read	
  only	
  
STANDBY	
  –	
  read	
  only	
  for	
  maintained	
  objects	
  
NONE	
  –	
  fully	
  updateable	
  




                         The most comprehensive Oracle applications & technology content under one roof
Bulk	
  Updates	
  
Primary	
  
Single	
  update	
  of	
  million	
  rows	
  
	
  
Standby	
  
Million	
  updates	
  on	
  standby	
  




                             The most comprehensive Oracle applications & technology content under one roof
Reinstan,a,ng	
  Tables
                                        	
  
DBMS_LOGSTDBY.INSTANTIATE_TABLE	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  
     ('HR',	
  'EMPLOYEES',	
  'primary_dblink');	
  	
  
	
  
•  Log	
  apply	
  needs	
  to	
  be	
  stopped	
  
•  Table	
  is	
  dropped	
  and	
  recreated	
  
•  Addi,onal	
  grants	
  and	
  indexes	
  are	
  lost	
  



                                      The most comprehensive Oracle applications & technology content under one roof
To	
  Skip	
  or	
  Not	
  to	
  Skip	
  
•    Temporary	
  and	
  audit	
  tables	
  
•    User	
  crea,on	
  
•    Schemas	
  
•    Index	
  rebuilds	
  
•    Par,,on	
  maintenance	
  




                             The most comprehensive Oracle applications & technology content under one roof
Par,,on	
  Maintenance	
  
Produc7on	
                                Repor7ng	
  
	
                                         	
  
•  Keep	
  12	
  months	
                  •  Keep	
  24	
  months	
  
•  Archive	
  older	
  data	
              •  Drop	
  older	
  par,,ons	
  
•  Drop	
  older	
  par,,ons	
  
	
  




                             The most comprehensive Oracle applications & technology content under one roof
Skipping	
  Transac,ons
                                  	
  
execute	
  dbms_logstdby.skip	
  
	
  
('SCHEMA_DDL',	
  'HR',	
  'DEPT');	
  
('DML',	
  'HR',	
  '%TEMP');	
  
('ALTER	
  INDEX',	
  '%',	
  '%');	
  
	
  
	
  

                         The most comprehensive Oracle applications & technology content under one roof
Skipping	
  Drop	
  Par,,on	
  
execute	
  dbms_logstdby.skip	
  
	
  
('ALTER	
  TABLE',	
  '<schema	
  name>',	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  '<object
                                                                                                	
  
     name>',	
  '<procedure	
  name>');	
  




                                       The most comprehensive Oracle applications & technology content under one roof
Skipping	
  Drop	
  Par,,on	
  
IF	
  upper(statement)	
  like	
  '%DROP%PARTITION%'	
  
THEN	
  
	
  	
  	
  	
  skip_ac,on	
  :=	
  sys.dbms_logstdby.SKIP_ACTION_SKIP;	
  
ELSE	
  
	
  	
  	
  	
  skip_ac,on	
  :=	
  
                sys.dbms_logstdby.SKIP_ACTION_APPLY;	
  
END	
  IF;	
  




                             The most comprehensive Oracle applications & technology content under one roof
Hints	
  –	
  What	
  to	
  Watch	
  Out	
  For	
  
•  Explicitly	
  using	
  inappropriate	
  indexes	
  
•  Hin,ng	
  full	
  table	
  scan	
  
•  Using	
  too	
  high	
  parallel	
  degree	
  




                          The most comprehensive Oracle applications & technology content under one roof
Unsupported	
  Opera,ons	
  
Table	
  compression	
  up	
  to	
  11gR2	
  
     	
  workaround	
  –	
  triggers	
  
	
  
Segment	
  shrinking	
  
     	
  workaround	
  –	
  move	
  
	
  
	
  

                           The most comprehensive Oracle applications & technology content under one roof
Logical	
  Standby	
  Tips	
  
•    Sound	
  primary	
  database	
  data	
  model	
  
•    Beware	
  bulk	
  updates	
  
•    Know	
  the	
  limits	
  
•    Op,mise	
  long	
  running	
  processes	
  




                            The most comprehensive Oracle applications & technology content under one roof
Q&A	
  

Milina.Ris7c@telstraclear.co.nz	
  




            The most comprehensive Oracle applications & technology content under one roof

More Related Content

What's hot

TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it
Sandesh Rao
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud Service
MarketingArrowECS_CZ
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407
Sal Marcus
 
Data Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezData Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalez
Markus Michalewicz
 
What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1
Satishbabu Gunukula
 
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesOracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Ludovico Caldara
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016
Anil Nair
 
Oracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad ChapterOracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad Chapter
aioughydchapter
 
IOUG Collaborate 18 - Data Guard for Beginners
IOUG Collaborate 18 - Data Guard for BeginnersIOUG Collaborate 18 - Data Guard for Beginners
IOUG Collaborate 18 - Data Guard for Beginners
Pini Dibask
 
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairOracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Markus Michalewicz
 
Oracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityOracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High Availability
Markus Michalewicz
 
Rac 12c rel2_operational_best_practices_sangam_2017_as_pdf
Rac 12c rel2_operational_best_practices_sangam_2017_as_pdfRac 12c rel2_operational_best_practices_sangam_2017_as_pdf
Rac 12c rel2_operational_best_practices_sangam_2017_as_pdf
Anil Nair
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Markus Michalewicz
 
Performance Update: When Apache ORC Met Apache Spark
Performance Update: When Apache ORC Met Apache SparkPerformance Update: When Apache ORC Met Apache Spark
Performance Update: When Apache ORC Met Apache Spark
DataWorks Summit
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous Availability
Markus Michalewicz
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Markus Michalewicz
 
Understanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsUnderstanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 Internals
Markus Michalewicz
 
Apache Hadoop 3.0 What's new in YARN and MapReduce
Apache Hadoop 3.0 What's new in YARN and MapReduceApache Hadoop 3.0 What's new in YARN and MapReduce
Apache Hadoop 3.0 What's new in YARN and MapReduce
DataWorks Summit/Hadoop Summit
 
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
DataWorks Summit
 
Oracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewOracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - Overview
Markus Michalewicz
 

What's hot (20)

TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud Service
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407
 
Data Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezData Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalez
 
What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1
 
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesOracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016
 
Oracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad ChapterOracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad Chapter
 
IOUG Collaborate 18 - Data Guard for Beginners
IOUG Collaborate 18 - Data Guard for BeginnersIOUG Collaborate 18 - Data Guard for Beginners
IOUG Collaborate 18 - Data Guard for Beginners
 
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairOracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
 
Oracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityOracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High Availability
 
Rac 12c rel2_operational_best_practices_sangam_2017_as_pdf
Rac 12c rel2_operational_best_practices_sangam_2017_as_pdfRac 12c rel2_operational_best_practices_sangam_2017_as_pdf
Rac 12c rel2_operational_best_practices_sangam_2017_as_pdf
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
 
Performance Update: When Apache ORC Met Apache Spark
Performance Update: When Apache ORC Met Apache SparkPerformance Update: When Apache ORC Met Apache Spark
Performance Update: When Apache ORC Met Apache Spark
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous Availability
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
 
Understanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsUnderstanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 Internals
 
Apache Hadoop 3.0 What's new in YARN and MapReduce
Apache Hadoop 3.0 What's new in YARN and MapReduceApache Hadoop 3.0 What's new in YARN and MapReduce
Apache Hadoop 3.0 What's new in YARN and MapReduce
 
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
 
Oracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewOracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - Overview
 

Similar to Database & Technology 1 _ Milina Ristic _ Why use oracle data guard.pdf

Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...
Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...
Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...InSync2011
 
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...InSync2011
 
Reporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdf
Reporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdfReporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdf
Reporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdfInSync2011
 
ZFS appliance
ZFS applianceZFS appliance
ZFS appliance
Fran Navarro
 
Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...
Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...
Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...InSync2011
 
DBA 101 : Calling all New Database Administrators (PPT)
DBA 101 : Calling all New Database Administrators (PPT)DBA 101 : Calling all New Database Administrators (PPT)
DBA 101 : Calling all New Database Administrators (PPT)
Gustavo Rene Antunez
 
Customer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise editionCustomer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise edition
solarisyougood
 
Oracle Systems _ Nathan Kroenert _ New Software New Hardware.pdf
Oracle Systems _ Nathan Kroenert _ New Software New Hardware.pdfOracle Systems _ Nathan Kroenert _ New Software New Hardware.pdf
Oracle Systems _ Nathan Kroenert _ New Software New Hardware.pdfInSync2011
 
Infraestructura oracle
Infraestructura oracleInfraestructura oracle
Infraestructura oracleFran Navarro
 
Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...
Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...
Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...InSync2011
 
Better, faster, cheaper infrastructure with apache cloud stack and riak cs redux
Better, faster, cheaper infrastructure with apache cloud stack and riak cs reduxBetter, faster, cheaper infrastructure with apache cloud stack and riak cs redux
Better, faster, cheaper infrastructure with apache cloud stack and riak cs redux
John Burwell
 
JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...
JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...
JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...InSync2011
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
avanttic Consultoría Tecnológica
 
Eng systems oracle_overview
Eng systems oracle_overviewEng systems oracle_overview
Eng systems oracle_overview
Fran Navarro
 
Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard
Fuad Arshad
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)
Bobby Curtis
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaSArush Jain
 
Oracle DataGuard Online Training in USA | INDIA
Oracle DataGuard Online Training in USA | INDIAOracle DataGuard Online Training in USA | INDIA
Oracle DataGuard Online Training in USA | INDIA
Xoom Trainings
 
Infrastruttura Scalabile Per Applicazioni Aziendali Oracle - Virtualise wit...
Infrastruttura Scalabile Per Applicazioni Aziendali   Oracle - Virtualise wit...Infrastruttura Scalabile Per Applicazioni Aziendali   Oracle - Virtualise wit...
Infrastruttura Scalabile Per Applicazioni Aziendali Oracle - Virtualise wit...
Walter Moriconi
 
2. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.52. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.5
Doina Draganescu
 

Similar to Database & Technology 1 _ Milina Ristic _ Why use oracle data guard.pdf (20)

Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...
Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...
Databse & Technology 2 _ Shan Nawaz _ Oracle 11g Top 10 features - not your u...
 
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...
 
Reporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdf
Reporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdfReporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdf
Reporting _ Erica Harris _ Upgrading Oracle EPM from v11.1.1 to v11.1.2.pdf
 
ZFS appliance
ZFS applianceZFS appliance
ZFS appliance
 
Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...
Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...
Developer & Fusion Middleware 1 _ Frank Munz _ Fusion and Middleware Cloud Se...
 
DBA 101 : Calling all New Database Administrators (PPT)
DBA 101 : Calling all New Database Administrators (PPT)DBA 101 : Calling all New Database Administrators (PPT)
DBA 101 : Calling all New Database Administrators (PPT)
 
Customer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise editionCustomer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise edition
 
Oracle Systems _ Nathan Kroenert _ New Software New Hardware.pdf
Oracle Systems _ Nathan Kroenert _ New Software New Hardware.pdfOracle Systems _ Nathan Kroenert _ New Software New Hardware.pdf
Oracle Systems _ Nathan Kroenert _ New Software New Hardware.pdf
 
Infraestructura oracle
Infraestructura oracleInfraestructura oracle
Infraestructura oracle
 
Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...
Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...
Database & Technology 1 _ Barbara Rabinowicz _ Database Security Methoda and ...
 
Better, faster, cheaper infrastructure with apache cloud stack and riak cs redux
Better, faster, cheaper infrastructure with apache cloud stack and riak cs reduxBetter, faster, cheaper infrastructure with apache cloud stack and riak cs redux
Better, faster, cheaper infrastructure with apache cloud stack and riak cs redux
 
JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...
JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...
JDE & Peoplesoft 2 _ Denise Hill _ Maintenance Scheduling of electricity and ...
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 
Eng systems oracle_overview
Eng systems oracle_overviewEng systems oracle_overview
Eng systems oracle_overview
 
Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaS
 
Oracle DataGuard Online Training in USA | INDIA
Oracle DataGuard Online Training in USA | INDIAOracle DataGuard Online Training in USA | INDIA
Oracle DataGuard Online Training in USA | INDIA
 
Infrastruttura Scalabile Per Applicazioni Aziendali Oracle - Virtualise wit...
Infrastruttura Scalabile Per Applicazioni Aziendali   Oracle - Virtualise wit...Infrastruttura Scalabile Per Applicazioni Aziendali   Oracle - Virtualise wit...
Infrastruttura Scalabile Per Applicazioni Aziendali Oracle - Virtualise wit...
 
2. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.52. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.5
 

More from InSync2011

Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...InSync2011
 
New & Emerging _ KrisDowney _ Simplifying the Change Process.pdf
New & Emerging _ KrisDowney _ Simplifying the Change Process.pdfNew & Emerging _ KrisDowney _ Simplifying the Change Process.pdf
New & Emerging _ KrisDowney _ Simplifying the Change Process.pdfInSync2011
 
Oracle Systems _ Kevin McIsaac _The IT landscape has changed.pdf
Oracle Systems _ Kevin McIsaac _The IT landscape has changed.pdfOracle Systems _ Kevin McIsaac _The IT landscape has changed.pdf
Oracle Systems _ Kevin McIsaac _The IT landscape has changed.pdfInSync2011
 
Reporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdf
Reporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdfReporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdf
Reporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdfInSync2011
 
Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...
Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...
Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...InSync2011
 
Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...
Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...
Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...InSync2011
 
Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...
Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...
Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...InSync2011
 
Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...
Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...
Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...InSync2011
 
Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...
Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...
Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...InSync2011
 
Database & Technology 1 _ Tom Kyte _ SQL Techniques.pdf
Database & Technology 1 _ Tom Kyte _ SQL Techniques.pdfDatabase & Technology 1 _ Tom Kyte _ SQL Techniques.pdf
Database & Technology 1 _ Tom Kyte _ SQL Techniques.pdfInSync2011
 
Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...
Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...
Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...InSync2011
 
Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...
Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...
Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...InSync2011
 
Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...
Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...
Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...InSync2011
 
Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...
Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...
Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...InSync2011
 
Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...
Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...
Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...InSync2011
 
Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...
Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...
Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...InSync2011
 
Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...
Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...
Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...InSync2011
 
Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...
Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...
Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...InSync2011
 
Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...
Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...
Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...InSync2011
 
Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...
Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...
Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...InSync2011
 

More from InSync2011 (20)

Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
 
New & Emerging _ KrisDowney _ Simplifying the Change Process.pdf
New & Emerging _ KrisDowney _ Simplifying the Change Process.pdfNew & Emerging _ KrisDowney _ Simplifying the Change Process.pdf
New & Emerging _ KrisDowney _ Simplifying the Change Process.pdf
 
Oracle Systems _ Kevin McIsaac _The IT landscape has changed.pdf
Oracle Systems _ Kevin McIsaac _The IT landscape has changed.pdfOracle Systems _ Kevin McIsaac _The IT landscape has changed.pdf
Oracle Systems _ Kevin McIsaac _The IT landscape has changed.pdf
 
Reporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdf
Reporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdfReporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdf
Reporting _ Scott Tunbridge _ Op Mgmt to Perf Excel.pdf
 
Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...
Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...
Developer and Fusion Middleware 2 _ Scott Robertson _ SOA, portals and entepr...
 
Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...
Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...
Primavera _ Loretta Bayliss _ Implementing EPPM in rapidly changing and compe...
 
Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...
Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...
Database & Technology 1 _ Martin Power _ Delivering Oracles hight availabilit...
 
Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...
Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...
Database & Technology 1 _ Craig Shallahamer _ Unit of work time based perform...
 
Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...
Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...
Database & Technology 1 _ Marcelle Kratchvil _ Why you should be storing unst...
 
Database & Technology 1 _ Tom Kyte _ SQL Techniques.pdf
Database & Technology 1 _ Tom Kyte _ SQL Techniques.pdfDatabase & Technology 1 _ Tom Kyte _ SQL Techniques.pdf
Database & Technology 1 _ Tom Kyte _ SQL Techniques.pdf
 
Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...
Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...
Database & Technology 1 _ Clancy Bufton _ Flashback Query - oracle total reca...
 
Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...
Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...
Databse & Technology 2 _ Francisco Munoz Alvarez _ Oracle Security Tips - Som...
 
Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...
Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...
Databse & Technology 2 _ Francisco Munoz alvarez _ 11g new functionalities fo...
 
Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...
Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...
Databse & Technology 2 | Connor McDonald | Managing Optimiser Statistics - A ...
 
Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...
Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...
Databse & Technology 2 _ Paul Guerin _ The biggest looser database - a boot c...
 
Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...
Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...
Developer and Fusion Middleware 2 _ Aaron Blishen _ Event driven SOA Integrat...
 
Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...
Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...
Developer and Fusion Middleware 2 _Greg Kirkendall _ How Australia Post teach...
 
Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...
Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...
Developer and Fusion Middleware 1 _ Paul Ricketts _ Paper Process Automation ...
 
Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...
Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...
Developer and Fusion Middleware 1 | Mark Nelson | Continuous Integration for ...
 
Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...
Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...
Developer and Fusion Middleware 2 _Alex Peattie _ An introduction to Oracle S...
 

Recently uploaded

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 

Recently uploaded (20)

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 

Database & Technology 1 _ Milina Ristic _ Why use oracle data guard.pdf

  • 1. Why  Use  Oracle  Data  Guard?   Milina  Ris7c   TelstraClear,  New  Zealand   The most comprehensive Oracle applications & technology content under one roof
  • 2. Data  Guard  Func,ons   •  High  availability   •  Data  protec,on   •  Disaster  recovery   •  Repor,ng   •  Backup  and  recovery     The most comprehensive Oracle applications & technology content under one roof
  • 3. Data  Guard  Configura,ons   •  Physical  Standby   –  block  for  block  iden,cal  copy  of  primary  database   •  Logical  Standby   –  same  logical  informa,on  as  primary  database   The most comprehensive Oracle applications & technology content under one roof
  • 4. Data  Guard  11g   Snapshot  Standby   •  fully  updateable  standby  database   •  tes,ng  on  produc,on  like  data   •  easily  resynchronised  with  produc,on   The most comprehensive Oracle applications & technology content under one roof
  • 5. Data  Guard  11g   Ac,ve  Data  Guard   •  Real-­‐,me  repor,ng   •  Fast  incremental  backups   •  Automa,c  correc,on  of  corrupted  blocks   NB:  Requires  separate  license   The most comprehensive Oracle applications & technology content under one roof
  • 6. Ac,ve  Data  Guard   Read-­‐only  applica,on  can  perform:   •  Selects   •  Alter  session   •  Call  stored  procedures   •  Call  remote  procedures  via  DB  links   •  DB  links  to  write  to  remote  databases   The most comprehensive Oracle applications & technology content under one roof
  • 7. Apply  Lag  Management  11g   ALTER  SESSION  SET   STANDBY_MAX_DATA_DELAY=600;     ORA-­‐03172:  STANDBY_MAX_DATA_DELAY  of   600  seconds  exceeded   The most comprehensive Oracle applications & technology content under one roof
  • 8. Physical  Standby   Primary Standby database database Redo transport Database Database copy The most comprehensive Oracle applications & technology content under one roof
  • 9. Benefits  of  Physical  Standby   •  Switchover   •  Failover   •  Repor,ng   •  Backup   The most comprehensive Oracle applications & technology content under one roof
  • 10. Running  Backup  on  Physical  Standby   Primary   Standby   •  4-­‐node  RAC   •  4-­‐node  RAC   •  NetApp  Filers   •  SAN   •  No  ASM   •  ASM   •  RMAN   •  RMAN   •  TSM  with  TDPO   •  TSM  with  TDPO   The most comprehensive Oracle applications & technology content under one roof
  • 11. Filesystem  to  ASM  and  Back   How  to  duplicate  a  controlfile  when  ASM  is   involved  [ID  345180.1]     How  to  move  a  datafile  from  a  file  system  to   ASM  [ID  390274.1]     How  to  move  a  datafile  from  ASM  to  the  file   system  [ID  390416.1]     The most comprehensive Oracle applications & technology content under one roof
  • 12. Primary RAC database Secondary Recovery Catalog nc Standby RAC database Primary sy Recovery re Catalog backup The most comprehensive Oracle applications & technology content under one roof
  • 13. Alterna,ves  for  DR   Complex  systems  e.g.   Sybase  database   Oracle  Transparent  Gateway  for  Sybase   Third  party  applica,ons   may  require  alterna,ve  technologies:   •    SAN  replica,on   •    snapshot  technology   The most comprehensive Oracle applications & technology content under one roof
  • 14. Logical  Standby   Primary Standby database database Oracle Net Archived Redo Log Apply Log Files Services Log Transport Archived Redo Services Log Files The most comprehensive Oracle applications & technology content under one roof
  • 15. SQL  Apply  –  Log  Mining   •  READER  –  reads  archived  redo  logs   •  PREPARER  –  generates  logical  change  records   •  BUILDER  –  groups  LCRs  into  transac,ons     The most comprehensive Oracle applications & technology content under one roof
  • 16. SQL  Apply  –  Apply  Processing   •  ANALYZER  –  iden,fies  dependencies   •  COORDINATOR  –  assigns  transac,ons   •  APPLIER  –  applies  transac,ons     The most comprehensive Oracle applications & technology content under one roof
  • 17. Benefits  of  Logical  Standby   •  Switchover   •  Failover   •  Repor,ng   •  Addi,onal  objects   The most comprehensive Oracle applications & technology content under one roof
  • 18. Importance  of  NOT  NULL   TABLE1   ID      NUMBER(5)   NAME  VARCHAR2(20)     TABLE2   ID      NOT  NULL    NUMBER(5)   NAME            VARCHAR2(20)   The most comprehensive Oracle applications & technology content under one roof
  • 19. Importance  of  NOT  NULL   UPDATE  SQL  on  standby  database     UPDATE  table1   SET  name  =  'Smith'   WHERE  (id  =  :b1  OR  id  IS  NULL)  AND                                (name  =  :b2  OR  name  IS  NULL)       The most comprehensive Oracle applications & technology content under one roof
  • 20. Tracing  APPLIER   SELECT  PID,  TYPE,  STATUS,  HIGH_SCN   FROM  V$LOGSTDBY     oradebug  setospid  <APPLIER  pid>   oradebug  unlimit   oradebug  event  10046  trace  name  context   forever,  level  12   The most comprehensive Oracle applications & technology content under one roof
  • 21. Tracing  APPLIER   oradebug  setospid  <APPLIER  pid>   oradebug  event  10046  trace  name  context  off     Trace  file  will  be  generated  in  bdump     tkprof  <fn>  tkprof.out  explain=  "/  as  sysdba"     The most comprehensive Oracle applications & technology content under one roof
  • 22. Data  Guard  Modes   ALTER  DATABASE  GUARD  {ALL|STANDBY|NONE}     ALL  –  read  only   STANDBY  –  read  only  for  maintained  objects   NONE  –  fully  updateable   The most comprehensive Oracle applications & technology content under one roof
  • 23. Bulk  Updates   Primary   Single  update  of  million  rows     Standby   Million  updates  on  standby   The most comprehensive Oracle applications & technology content under one roof
  • 24. Reinstan,a,ng  Tables   DBMS_LOGSTDBY.INSTANTIATE_TABLE                                 ('HR',  'EMPLOYEES',  'primary_dblink');       •  Log  apply  needs  to  be  stopped   •  Table  is  dropped  and  recreated   •  Addi,onal  grants  and  indexes  are  lost   The most comprehensive Oracle applications & technology content under one roof
  • 25. To  Skip  or  Not  to  Skip   •  Temporary  and  audit  tables   •  User  crea,on   •  Schemas   •  Index  rebuilds   •  Par,,on  maintenance   The most comprehensive Oracle applications & technology content under one roof
  • 26. Par,,on  Maintenance   Produc7on   Repor7ng       •  Keep  12  months   •  Keep  24  months   •  Archive  older  data   •  Drop  older  par,,ons   •  Drop  older  par,,ons     The most comprehensive Oracle applications & technology content under one roof
  • 27. Skipping  Transac,ons   execute  dbms_logstdby.skip     ('SCHEMA_DDL',  'HR',  'DEPT');   ('DML',  'HR',  '%TEMP');   ('ALTER  INDEX',  '%',  '%');       The most comprehensive Oracle applications & technology content under one roof
  • 28. Skipping  Drop  Par,,on   execute  dbms_logstdby.skip     ('ALTER  TABLE',  '<schema  name>',                        '<object   name>',  '<procedure  name>');   The most comprehensive Oracle applications & technology content under one roof
  • 29. Skipping  Drop  Par,,on   IF  upper(statement)  like  '%DROP%PARTITION%'   THEN          skip_ac,on  :=  sys.dbms_logstdby.SKIP_ACTION_SKIP;   ELSE          skip_ac,on  :=   sys.dbms_logstdby.SKIP_ACTION_APPLY;   END  IF;   The most comprehensive Oracle applications & technology content under one roof
  • 30. Hints  –  What  to  Watch  Out  For   •  Explicitly  using  inappropriate  indexes   •  Hin,ng  full  table  scan   •  Using  too  high  parallel  degree   The most comprehensive Oracle applications & technology content under one roof
  • 31. Unsupported  Opera,ons   Table  compression  up  to  11gR2    workaround  –  triggers     Segment  shrinking    workaround  –  move       The most comprehensive Oracle applications & technology content under one roof
  • 32. Logical  Standby  Tips   •  Sound  primary  database  data  model   •  Beware  bulk  updates   •  Know  the  limits   •  Op,mise  long  running  processes   The most comprehensive Oracle applications & technology content under one roof
  • 33. Q&A   Milina.Ris7c@telstraclear.co.nz   The most comprehensive Oracle applications & technology content under one roof