A Deep Dive into ASM Redundancy in Exadata

Size: px
Start display at page:

Download "A Deep Dive into ASM Redundancy in Exadata"

Transcription

1 Emre Baransel Advanced Support Engineer - Oracle

2 About Me Oracle ACE Alumni Advanced Customer Support Engineer Founding member of Turkish Oracle User Group Author of Data Guard Administration 11gR2 (Packt) Contributed to RMAN 11g &12c Backup and Recovery (Oracle Press) Open World, Oracle Days, UKOUG, DOAG, OUGF, SROUG, BGOUG, TROUG

3 Storage Servers Notation Storage Server 1 Storage Server 2 Storage Server 3 We ll consider 3 storage servers in examples

4 Disks on Storage Servers Storage Server 1 Storage Server 2 Storage Server

5 Physical Disks Storage Server 1 Storage Server 2 Storage Server 3 PHYSICAL DISC

6 Logical Partitions/Diskgroups Storage Server 1 Storage Server 2 Storage Server 3 SYSTEM PARTITIONS DBFS DG RECO DG DATA DG

7 Grid Disks Storage Server 1 Storage Server 2 Storage Server 3 GRID/ASM DISCS SYSTEM PARTITIONS DBFS DG RECO DG DATA DG

8 Disks Usage Notation Storage Server 1 Storage Server 2 Storage Server 3 SYSTEM PARTITIONS DBFS DG RECO DG DATA DG

9 Normal Redundancy Diskgroups NORMAL REDUNDANCY FAILGROUP 1 FAILGROUP 2 FAILGROUP 3

10 High Redundancy Diskgroups HIGH REDUNDANCY FAILGROUP 1 FAILGROUP 2 FAILGROUP 3

11 Types of Failures - Disk Failure - transient disk failure - physical disk failure - Storage Server Failure This presentation examines failures in groups, in order to provide clarity. There may be exceptional cases.

12 Transient Disk Failures Storage Server 1 Storage Server 2 Storage Server 3 TRANSIENT FAILURE (OFFLINE) SYSTEM PARTITIONS DBFS DG RECO DG DATA DG

13 Transient Disk Failures Storage Server 1 Storage Server 2 Storage Server 3 FAILURE CORRECTED or NEW DISK FAILURE CORRECTED or DISK REPLACED BEFORE DISK_REPAIR_TIME EXCEEDS

14 Transient Disk Failures Storage Server 1 Storage Server 2 Storage Server 3 DISK IS RESYNCED WITH ASM FAST MIRROR RESYNC

15 Transient Disk Failures Storage Server 1 Storage Server 2 Storage Server 3 IF DISK_REPAIR_TIME EXCEEDS THEN ASM DROPS THE DISKS AND REBALANCE DATA IF THERE IS ENOUGH SPACE

16 DISK_REPAIR_TIME Attribute DISK_REPAIR_TIME is a diskgroup attribute. Default is 3.6 hours. alter diskgroup data set attribute 'disk_repair_time' = '4.5h Altering the DISK_REPAIR_TIME attribute has no effect on offline disks

17 Physical Disk Failures Storage Server 1 Storage Server 2 Storage Server 3 PHYSICAL DISC FAILURE SYSTEM PARTITIONS DBFS DG RECO DG DATA DG

18 Physical Disk Failures Storage Server 1 Storage Server 2 Storage Server 3 Pro-Active Disk Quarantine (Exadata feature came with ) ASM DOESN T WAIT FOR DISK_REPAIR_TIME, DROPS THE DISK AND REBALANCE DATA IF THERE IS ENOUGH SPACE

19 Physical Disk Failures Storage Server 1 Storage Server 2 Storage Server 3 WHEN DISK IS REPLACED GRID DISCS ARE CREATED & 2. REBALANCE STARTS AUTOMATICALLY

20 Auto Disk Management AUTO DISK MANAGEMENT feature in EXADATA Exadata Automation Manager (XDMG) initiates automation tasks. Monitors all configured storage cells for state changes. Exadata Automation Worker (XDWK) performs automation tasks requested by XDMG. _AUTO_MANAGE_EXADATA_DISKS controls the auto disk management feature. To disable the feature set this parameter to FALSE. Range of values: TRUE [default] or FALSE. _AUTO_MANAGE_NUM_TRIES controls the maximum number of attempts to perform an automatic operation. Range of values: Default value is 2. _AUTO_MANAGE_MAX_ONLINE_TRIES controls maximum number of attempts to ONLINE a disk. Range of values: Default value is 3. NOTE: Auto disk management feature in Exadata

21 Storage Server Failures Storage Server 1 Storage Server 2 Storage Server 3 F A I L E D

22 Storage Server Failures WHEN A STORAGE SERVER FAILS IT MEANS THE FAILURE OF THE WHOLE FAILGROUP IN ASM ASM DOES NOT DROP DISKS BEFORE DISK_REPAIR_TIME EXCEEDS SAME WHEN REBOOTING THE STORAGE SERVER

23 Storage Server Failures Storage Server 1 Storage Server 2 Storage Server 3 IF SERVER IS ALIVE BEFORE DISK_REPAIR_TIME EXCEEDS, DISKS WILL BE SYNCED NO REBALANCE

24 Storage Server Failures Storage Server 1 Storage Server 2 Storage Server 3 F A I L E D IF DISK_REPAIR_TIME EXCEEDS, ASM WILL REBALANCE DATA IF THERE IS ENOUGH SPACE

25 Storage Server Failures Storage Server 1 Storage Server 2 Storage Server 3 WHEN STORAGE SERVER COMES BACK THERE WILL BE A SECOND REBALANCE

26 Second Failure / Bad Chance In Normal Redundancy; What happens at second failure, is first related with when it occurs. - If after rebalance/sync is completed, then procedure is same with the first failure. - If before rebalance/sync is completed, then what happens is related with which disk is failed. - If first & second failed disks are not partner disks, a new rebalance is in question, if there s enough space - If first & second failed disks are partner disks data loss occurs. This is a small possibility but needs consideration. Partner disks are on different storage servers (failgroups). First incident doesn t have to be a failure, storage server reboot causes the same. Exadata Database Machine : How to identify cell failgroups and Partner disks for a grid disk (Doc ID )

27 Second Failure / Bad Chance In High Redundancy; There are three copies of each extent So second failure never cause a data loss in High Redundancy

28 A Useful Feature MOUNT RESTRICTED FORCE FOR RECOVERY feature >= BP16 >= BP4 Applicable to NORMAL redundancy diskgroups only. Potential Use Cases that this procedure will be applicable to : 1. Exadata cell rolling upgrade/patching and a partner disk failure at the same time 2. Transient disk failure in a cell followed by a permanent partner disk failure before the first failed disk comes back online. NOTE: Recover from diskgroup failure using the mount restricted force for recovery feature - An Example

29 Example Procedure MOUNT RESTRICTED FORCE FOR RECOVERY example: o o o o o o o o Cell 1 CellCLI> Alter cell shutdown services all; Cell 2 alter physicaldisk <disk> simulate failuretype=failed; database crashes SQL> alter diskgroup datac1 mount restricted force for recovery; CellCLI> Alter cell start services all; SQL> alter diskgroup datac1 online disks in failgroup CELLFG1; o Wait until MODE_STATUS column in v$asm_disk for the disks being onlined changes to ONLINE from SYNCING. o Do NOT execute the subsequent steps if the mode_status column shows SYNCING. It will lead to data corruption. In resync, due to the second disk failure, Arb0 will not be able to read some of the required extents (which are in the failed second disk) and hence marks those missing extents with BADFDA7A. (arb0 trace file => WARNING: group 1, file 258, extent 100: filling extent with BADFDA7A during recovery) SQL> alter diskgroup datac1 dismount; SQL> alter diskgroup datac1 mount; Start database & Perform RMAN block media recovery

30 What kind of Usable Space? In an Exadata ASM Diskgroup, we can mention following disk spaces: Total Raw Size (TRS) Used Raw Size (URS) Free Raw Size (FRS) Total Allocatable Size (TAS) TRS / Redundancy Factor Used Allocatable Size (UAS) URS / Redundancy Factor Free Allocatable Size (FAS) FRS / Redundancy Factor Size Needed for Disk Failure Coverage (SNDFC) Largest Disk (or 2 Disks for High R.) Size Needed for Cell Failure Coverage (SNCFC) Total Disk Failure Safe Allocatable Size Total Cell Failure Safe Allocatable Size Largest Cell (or 2 Cells for High R.) (TRS - SNDFC) / Redundancy Factor (TRS - SNCFC) / Redundancy Factor Free Disk Failure Safe Allocatable Size (FRS - SNDFC) / Redundancy Factor Free Cell Failure Safe Allocatable Size (FRS - SNCFC) / Redundancy Factor

31 Calculations for Normal Redundancy Normal Redundancy Total Raw Size (TRS) 360 Used Raw Size (URS) 120 Free Raw Size (FRS) 240 Total Allocatable Size (TAS) TRS / 2 = 180 Used Allocatable Size (UAS) URS / 2 = 60 Free Allocatable Size (FAS) FRS / 2 = 120 Size Needed for Disk Failure Coverage (SNDFC) 10 Size Needed for Cell Failure Coverage (SNCFC) 120 Total Disk Failure Safe Allocatable Size (TRS - SNDFC) / 2 = 175 Total Cell Failure Safe Allocatable Size (TRS - SNCFC) / 2 = 120 Free Disk Failure Safe Allocatable Size (FRS - SNDFC) / 2 = 115 Free Cell Failure Safe Allocatable Size (FRS - SNCFC) / 2 = 60

32 Calculations for High Redundancy Normal Redundancy High Redundancy Total Raw Size (TRS) Used Raw Size (URS) Free Raw Size (FRS) Total Allocatable Size (TAS) TRS / 2 = 180 TRS / 3 = 120 Used Allocatable Size (UAS) URS / 2 = 60 URS / 3 = 40 Free Allocatable Size (FAS) FRS / 2 = 120 FRS / 3 = 80 Size Needed for Disk Failure Coverage (SNDFC) Size Needed for Cell Failure Coverage (SNCFC) Total Disk Failure Safe Allocatable Size (TRS - SNDFC) / 2 = 175 (TRS - SNDFC) / 3 = Total Cell Failure Safe Allocatable Size (TRS - SNCFC) / 2 = 120 N/A for Quarter Rack Free Disk Failure Safe Allocatable Size (FRS - SNDFC) / 2 = 115 (FRS - SNDFC) / 3 = 73.3 Free Cell Failure Safe Allocatable Size (FRS - SNCFC) / 2 = 60 N/A for Quarter Rack

33 What we have in ASMCMD ASMCMD> lsdg State Type Rebal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Voting_files Name MOUNTED NORMAL N N DATAC1/ MOUNTED NORMAL N Y DBFS_DG/ MOUNTED NORMAL N N RECOC1/ Total_MB Total Raw Size (TRS) Free_MB Free Raw Size (FRS) Req_mir_free_MB & Size Needed for Disk Failure Coverage (SNDFC) < & < Size Needed for Cell Failure Coverage (SNCFC) Usable_file_MB & Free Disk Failure Safe Allocatable Size & Free Cell Failure Safe Allocatable Size

34 What to Pay Attention to Replacing Disks o Before replacement, Be sure that rebalance is completed and disk is ready for replacement o After replacement, Be sure that cell/grid disks are created and rebalance started Rolling Shutdown/Upgrade of Storage Servers o o o Check DISK_REPAIR_TIME and increase if required Check if ASM will be OK if the grid disks go OFFLINE Be sure that there s enough space for rebalance if something goes wrong (Free Cell Failure Safe Allocatable Size)

35 References Oracle Exadata Database Machine Maintenance Guide Automatic Storage Management Administrator's Guide NOTE: Auto disk management feature in Exadata NOTE: ASM Fast Mirror Resync - Example To Simulate Transient Disk Failure And Restore Disk NOTE: Exadata Database Machine : How to identify cell failgroups and Partner disks for a grid disk NOTE: Recover from diskgroup failure using the mount restricted force for recovery feature - An Example NOTE: How to Replace a Hard Drive in an Exadata Storage Server (Hard Failure) NOTE: Operational Steps for Recovery after Losing a Disk Group in an Exadata Environment NOTE: Understanding ASM Capacity and Reservation of Free Space in Exadata NOTE: ASM Usable Space Calculations in Exadata Environment along with cell failure considerations

36 End of the Presentation Q&As

See the disks inside ASM ASM> select name,label,path,header_status,os_mb,free_mb from v$asm_disk order by 2;

See the disks inside ASM ASM> select name,label,path,header_status,os_mb,free_mb from v$asm_disk order by 2; -- Demystifying ASM REQUIRED_MIRROR_FREE_MB and _FILE_MB -- See the available ASMLIB disks ASM>!oracleasm listdisks ACFS DATA JBOD01 JBOD02 JBOD03 JBOD04 JBOD05 JBOD06 RECO -- See the disks inside ASM

More information

A Deep Dive into ASM redundancy in Exadata

A Deep Dive into ASM redundancy in Exadata A Deep Dive int ASM redundancy in Exadata Emre Baransel DOAG 2016, Nurnberg Overview As yu prbably knw exadata bxes used t have several ptins like full, half, quarter and eighth. A full bx had 14 strage

More information

Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB

Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB Harald van Breederode Oracle University 3-JUN-2016 1 Who Am I #include Senior Principal Trainer Oracle University 35 years

More information

Automatic Storage Management (ASM) Best Practices OUGN Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS

Automatic Storage Management (ASM) Best Practices OUGN Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS Automatic Storage Management (ASM) Best Practices OUGN 27.05.2009 Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS Agenda Concepts, Architecture New Features in Database Release 11g

More information

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product Oracle EXAM - 1Z0-027 Oracle Exadata Database Machine Administration, Software Release 11.x Exam Buy Full Product http://www.examskey.com/1z0-027.html Examskey Oracle 1Z0-027 exam demo product is here

More information

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration.

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration. Volume: 71 Questions Question No : 1 Which two statements are true about migrating your database to Exadata? A. Because Exadata uses InfiniBand, in order to migrate your database to Exadata, you must have

More information

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ]

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] s@lm@n Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] Topic break down Topic No. of Questions Topic 1: Pool 1 112 Topic 2: Pool 2 100 Topic

More information

Maximize Database Join and Sort Performance Utilizing Exadata Flash

Maximize Database Join and Sort Performance Utilizing Exadata Flash Managed Services Cloud Services Consulting Services Licensing Maximize Database Join and Sort Performance Utilizing Exadata Flash Kasey Parker Sr. Enterprise Architect Kasey.Parker@centroid.com Centroid

More information

Oracle 12c Flex ASM & Flex Cluster

Oracle 12c Flex ASM & Flex Cluster Oracle 12c Flex ASM & Flex Cluster PRESENTER Yenugula Venkata Ravikumar OCM, Head-Database Practice, 8th NOVEMBER 2014 BENGALURU, INDIA 1 2 ABOUT ME AGENDA The History of ASM Benefits Of ASM Automatic

More information

ASM New Features for Release 12.2

ASM New Features for Release 12.2 ASM New Features for Release 122 Uwe Kirchhoff 05122017 ASM 122 Features 1 2 Flex Disk Group Extended Cluster Why the Flex Diskgroup? Deployment inflexibility Storage administrator must choose disk group

More information

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year! DUMP STEP Question & Answer ACCURATE STUDY GUIDES, HIGH PASSING RATE! Dump Step provides update free of charge in one year! http://www.dumpstep.com Exam : 1Z0-027 Title : Oracle Exadata X3 Administration

More information

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2018

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2018 Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2018 Disclaimer The following is intended to outline our general product direction. It is intended for

More information

MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE

MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE Alejandro Vargas Oracle Israel PRE MIGRATION STEPS... 1 Install and configure ASMLib on both servers... 1 MIGRATION STEPS... 4 REMOVE RAW DEVICES

More information

Exadata for Oracle DBAs. Arup Nanda Longtime Oracle DBA (and now DMA)

Exadata for Oracle DBAs. Arup Nanda Longtime Oracle DBA (and now DMA) Arup Nanda Longtime Oracle DBA (and now DMA) Why this Session? If you are an Oracle DBA Familiar with RAC, 11gR2 and ASM about to be a Database Machine Administrator (DMA) How much do you have to learn?

More information

Arup Nanda Longtime Oracle DBA (and now DMA)

Arup Nanda Longtime Oracle DBA (and now DMA) Arup Nanda Longtime Oracle DBA (and now DMA) Why this Session? If you are an Oracle DBA Familiar with RAC, 11gR2 and ASM about to be a Database Machine Administrator (DMA) How much do you have to learn?

More information

Non-Production Databases. Oracle Recovery Manager. Presented By: Jeff Branan - Database Architect

Non-Production Databases. Oracle Recovery Manager. Presented By: Jeff Branan - Database Architect Building and Maintaining Non-Production Databases using Oracle Recovery Manager Presented By: Jeff Branan - Database Architect Agenda Who is TDS? Why we use Recovery Manager (RMAN) TDS Non-Production Database

More information

Exadata Database Machine Administration Workshop

Exadata Database Machine Administration Workshop Exadata Database Machine Administration Workshop Duration : 32 Hours This course introduces you to the Oracle Exadata Database Machine. You'll learn about the various Exadata Database Machine features

More information

1Z Oracle Exadata X5 Administration Exam Summary Syllabus Questions

1Z Oracle Exadata X5 Administration Exam Summary Syllabus Questions 1Z0-070 Oracle Exadata X5 Administration Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-070 Exam on Oracle Exadata X5 Administration... 2 Oracle 1Z0-070 Certification Details:...

More information

Oracle Exadata Recipes

Oracle Exadata Recipes Oracle Exadata Recipes A Problem-Solution Approach John Clarke Apress- Contents About the Author About the Technical Reviewer Acknowledgments Introduction xxxiii xxxv xxxvii xxxix Part 1: Exadata Architecture

More information

COPYRIGHTED MATERIAL. Using Oracle ASM. Chapter. ÛÛDatabase Architecture and ASM. Describe Automatic Storage Management (ASM)

COPYRIGHTED MATERIAL. Using Oracle ASM. Chapter. ÛÛDatabase Architecture and ASM. Describe Automatic Storage Management (ASM) Chapter 1 Using Oracle ASM Oracle Database 11g: Administration II exam objectives covered in this chapter: ÛÛDatabase Architecture and ASM NN NN NN NN Describe Automatic Storage Management (ASM) Set up

More information

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2017

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2017 Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2017 Disclaimer The following is intended to outline our general product direction. It is intended for

More information

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions 1Z0-432 Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-432 Exam on Oracle Real Application Clusters 12c Essentials... 2 Oracle 1Z0-432

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management Introduction... 3 Database Migration to ASM

More information

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps Oracle 1Z0-053 Dumps with Valid 1Z0-053 Exam Questions PDF [2018] The Oracle 1Z0-053 Oracle Database 11g: Administration II exam is an ultimate source for professionals to retain their credentials dynamic.

More information

1Z Primavera P6 Enterprise Project Portfolio Management Essentials.

1Z Primavera P6 Enterprise Project Portfolio Management Essentials. Oracle 1Z0-536 Primavera P6 Enterprise Project Portfolio Management Essentials TYPE: DEMO http://www.examskey.com/1z0-536.html Examskey Oracle 1Z0-536 exam demo product is here for you to test the quality

More information

ASM Internals. By Riyaj Shamsudeen. OraInternals Riyaj Shamsudeen

ASM Internals. By Riyaj Shamsudeen. OraInternals Riyaj Shamsudeen ASM Internals By Riyaj Shamsudeen OraInternals Riyaj Shamsudeen Me 20+ years as DBA OakTable member Oracle ACE Director Alumni Specializes in RAC, performance tuning and Internals. Slowly in to BigData

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 1z1-068 Title : Oracle Database 12c: RAC and Grid Infrastructure Administration

More information

Oracle 1Z0-070 Exam Questions and Answers (PDF) Oracle 1Z0-070 Exam Questions 1Z0-070 BrainDumps

Oracle 1Z0-070 Exam Questions and Answers (PDF) Oracle 1Z0-070 Exam Questions 1Z0-070 BrainDumps Oracle 1Z0-070 Dumps with Valid 1Z0-070 Exam Questions PDF [2018] The Oracle 1Z0-070 Oracle Exadata X5 Administration Exam exam is an ultimate source for professionals to retain their credentials dynamic.

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management Executive Overview... 3 Introduction... 3 Database

More information

Oracle Exadata Course Content

Oracle Exadata Course Content 1 Oracle Exadata Course Content Introduction Course Objectives Audience and Prerequisites Course Contents Terminology Additional Resources Introducing the Laboratory Environment Exadata Database Machine

More information

WHITEPAPER RE-IMAGING AN EXADATA STORAGE CELL USING AN INTERNAL OR EXTERNAL USB DRIVE.

WHITEPAPER RE-IMAGING AN EXADATA STORAGE CELL USING AN INTERNAL OR EXTERNAL USB DRIVE. WHITEPAPER RE-IMAGING AN EXADATA STORAGE CELL USING AN INTERNAL OR EXTERNAL USB DRIVE By Satyanarayana Thippana & Sundaram Raghu Hexaware Inc. Author Note: For Hexaware IMS Team www.hexaware.com Table

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-027 Title : Oracle Exadata Database Machine Administration, Software Release 11.x Vendor : Oracle

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 1z1-070 Title : Oracle Exadata X5 Administration Vendor : Oracle Version : DEMO Get

More information

Oracle. 1z Oracle Database 11g- New Features for Administrators.

Oracle. 1z Oracle Database 11g- New Features for Administrators. Oracle 1z1-050 Oracle Database 11g- New Features for Administrators http://killexams.com/exam-detail/1z1-050 DEMO Find some pages taken from full version Following pages are for demo purpose only. Demo

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices

Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices 7/30/09 1 Table of Contents Introduction... 3 Overview of Oracle Database 10g Release

More information

<Insert Picture Here> Controlling resources in an Exadata environment

<Insert Picture Here> Controlling resources in an Exadata environment Controlling resources in an Exadata environment Agenda Exadata Security Flash Cache and Log Storage Indexes Parallel Execution Agenda Exadata Security Flash Cache and Log Storage

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product Oracle EXAM - 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Buy Full Product http://www.examskey.com/1z0-058.html Examskey Oracle 1Z0-058 exam demo product

More information

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Presented at Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Jacco H. Landlust Platform Architect Director Oracle Consulting NL, Core Technology December, 2014

More information

Exadata Database Machine Administration Workshop NEW

Exadata Database Machine Administration Workshop NEW Exadata Database Machine Administration Workshop NEW What you will learn: This course introduces students to Oracle Exadata Database Machine. Students learn about the various Exadata Database Machine features

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 800-260-690 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 00 9714 390 9050 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop

More information

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days This Exadata Database Machine: 12c Administration Workshop introduces you to Oracle Exadata Database Machine. Explore the various

More information

CHAPTER. Overview of Migration, Transformation, and Upgrade Methodologies

CHAPTER. Overview of Migration, Transformation, and Upgrade Methodologies CHAPTER 1 Overview of Migration, Transformation, and Upgrade Methodologies 4 Oracle Database Upgrade, Migration & Transformation Tips & Techniques We have written this book to fill a need that we ve noticed

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle

More information

Managing RAID. Entering the RAID Management Command Environment CHAPTER

Managing RAID. Entering the RAID Management Command Environment CHAPTER CHAPTER 7 Last Updated: September 17, 2012 Entering the RAID Management Command Environment, page 7-1 Hot-Swapping the Faulty RAID 1 Disk Drive, page 7-2 Commands for, page 7-4 Troubleshooting RAID, page

More information

Exadata Database Machine Administration Workshop

Exadata Database Machine Administration Workshop Exadata Database Machine Administration Workshop Training Calendar Date Training Time Location 11 March 2019 5 Days Bilginç IT Academy 15 April 2019 5 Days Bilginç IT Academy Training Details Training

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version : DEMO Get Latest &

More information

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud rev. 2017-11-15 2016-2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Compatibility... 3 3 Prerequisites... 3 4 Provisioning

More information

Oracle Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

More information

Recovering Oracle Databases

Recovering Oracle Databases CHAPTER 20 Recovering Oracle Databases In this chapter you will learn how to Recover from loss of a controlfile Recover from loss of a redo log file Recover from loss of a system-critical datafile Recover

More information

1z0-043 Oracle Database 10g: Administration II

1z0-043 Oracle Database 10g: Administration II 1z0-043 Oracle Database 10g: Administration II Version 3.1 QUESTION NO: 1 You observe that a database performance has degraded over a period of time. While investigating the reason, you find that the size

More information

Exdata Database Machine: 12c Administration Workshop Ed 2

Exdata Database Machine: 12c Administration Workshop Ed 2 Exdata Database Machine: 12c Administration Workshop Ed 2 Duration 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training introduces you to Oracle Exadata Database

More information

Oracle Exam 1z0-027 Oracle Exadata Database Machine X3 Administration Version: 6.13 [ Total Questions: 72 ]

Oracle Exam 1z0-027 Oracle Exadata Database Machine X3 Administration Version: 6.13 [ Total Questions: 72 ] s@lm@n Oracle Exam 1z0-027 Oracle Exadata Database Machine X3 Administration Version: 6.13 [ Total Questions: 72 ] Question No : 1 Which two are Oracle recommendations for media based backups performed

More information

Consolidate with Oracle Exadata

Consolidate with Oracle Exadata Consolidate with Oracle Exadata Manage Resources and Availability - CON7770 Sue K. Lee, Director of Development René Kundersma, Consulting Member of Tech. Staff Oracle Server Technologies Oct 1, 2014 Safe

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Exadata Database Machine: 12c Administration Workshop Ed 1

Exadata Database Machine: 12c Administration Workshop Ed 1 Oracle University Contact Us: 20 (0)2 35350254 Exadata Database Machine: 12c Administration Workshop Ed 1 Duration: 5 Days What you will learn This course introduces students to Oracle Exadata Database

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Automatic Storage Management. UKOUG RAC & HA SIG September 30, Frits Hoogland

Automatic Storage Management. UKOUG RAC & HA SIG September 30, Frits Hoogland Automatic Storage Management UKOUG RAC & HA SIG September 30, 2010 Frits Hoogland 1 Poll Anyone using ASM currently? Version of ASM? 10.1 10.2 11.1 11.2 Anyone using OMF? As part of ASM implementation

More information

Eliminate Idle Redundancy with Oracle Active Data Guard

Eliminate Idle Redundancy with Oracle Active Data Guard Eliminate Idle Redundancy with Oracle Active Data Guard What is Oracle Data Guard Data Protection and Availability for the Oracle Primary Site Standby Site SYNC / ASYNC Primary Data Guard Physical or Logical

More information

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.)

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) Volume: 183 Questions Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) A. The user cannot set privileges on persistent lightweight jobs. B. The use

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure

More information

Oracle 11gR2 ASM on AIX Configuration & Implementation Considerations

Oracle 11gR2 ASM on AIX Configuration & Implementation Considerations Oracle 11gR2 ASM on AIX Configuration & Implementation Considerations R. Ballough ballough@us.ibm.com IBM Advanced Technical Support October 1, 2013 Page 1 of 27 Introduction... 4 Automatic Storage Management

More information

Chapter One. Concepts BACKUP CONCEPTS

Chapter One. Concepts BACKUP CONCEPTS Chapter One 1 Concepts Backup and recovery is not a single, discrete subject, but a collection of methods, strategies, and procedures to protect the data in your database and provide a means of recovery

More information

1z0-070.oracle. Number: 1z0-070 Passing Score: 800 Time Limit: 120 min. https://www.gratisexam.com/ https://gratisexam.com/

1z0-070.oracle. Number: 1z0-070 Passing Score: 800 Time Limit: 120 min. https://www.gratisexam.com/ https://gratisexam.com/ 1z0-070.oracle Number: 1z0-070 Passing Score: 800 Time Limit: 120 min https://www.gratisexam.com/ Exam A QUESTION 1 Which three are true about Exadata Smart Flash Log? A. Databases on the Database Machine

More information

What s New in Catalogic ECX 2.5

What s New in Catalogic ECX 2.5 DATA SHEET What s New in Catalogic ECX 2.5 Transform IT Operations with Software-Defined Data Services This document summarizes the key new features in each release of Catalogic ECX 2.5. It includes 2.5.x

More information

Oracle Exadata and OVM Best Practice Overview

Oracle Exadata and OVM Best Practice Overview Oracle Exadata and OVM Best Practice Overview Nov 2017 Update Topics Covered Ø Use Cases Ø ExadataOVM Software Requirements Ø ExadataIsolation Considerations Ø Exadata OVM Sizing and Prerequisites Ø Exadata

More information

ORACLE RAC DBA COURSE CONTENT

ORACLE RAC DBA COURSE CONTENT ORACLE RAC DBA COURSE CONTENT Course Objectives Understand Oracle Clusterware architecture Describe how Grid Plug and Play affects Clusterware Describe Automatic Storage Management (ASM) architecture Perform

More information

Lesson 2 RMAN Architecture

Lesson 2 RMAN Architecture RMAN Architecture 2.1 Lesson 2 RMAN Architecture An introduction to the architecture and components used by the RMAN utility. SKILLBUILDERS Author: Dave Anderson, SkillBuilders RMAN Architecture 2.2 2.2

More information

Monitor the Oracle Database Fast Recovery Area

Monitor the Oracle Database Fast Recovery Area How to Best Configure, Size, and Monitor the Oracle Database Fast Recovery Area Presented by: Andy Colvin Principal Consultant, Enkitec October 6, 2011 1 About Me/Enkitec Who am I? Principal Consultant

More information

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in AWS

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in AWS FlashGrid Provisioning and Maintenance Guide for Oracle RAC in AWS rev. 2017-09-09 2016-2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Compatibility... 3 3 Prerequisites... 4 4 Provisioning

More information

High Availability Best Practices 12c Release 1 (12.1)

High Availability Best Practices 12c Release 1 (12.1) [1]Oracle Database High Availability Best Practices 12c Release 1 (12.1) E40019-02 July 2015 Oracle Database High Availability Best Practices 12c Release 1 (12.1) E40019-02 Copyright 2005, 2015, Oracle

More information

1z z0-060 Upgrade to Oracle Database 12c

1z z0-060 Upgrade to Oracle Database 12c 1z0-060 Number: 1z0-060 Passing Score: 800 Time Limit: 120 min File Version: 7.1 1z0-060 Upgrade to Oracle Database 12c Exam A QUESTION 1 Your multitenant container (CDB) contains two pluggable databases

More information

Tablespace Usage By Schema In Oracle 11g Rac

Tablespace Usage By Schema In Oracle 11g Rac Tablespace Usage By Schema In Oracle 11g Rac The APPS schema has access to the complete Oracle E-Business Suite data model. E-Business Suite Release 12.2 requires an Oracle database block size of 8K. An

More information

Oracle - Exadata Database Machine: 12c

Oracle - Exadata Database Machine: 12c Oracle - Exadata Database Machine: 12c Administration Workshop Ed 2 Code: Lengt h: URL: D92889GC20 5 days View Online This Exadata Database Machine: 12c Administration Workshop training introduces you

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover??

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? If it is multiplexed then replace the lost one with the available one else

More information

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo Oracle Exam Questions 1Z0-052 Oracle Database 11g: Administration I Version:Demo 1. You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve

More information

Oracle Zero Data Loss Recovery Appliance (ZDLRA)

Oracle Zero Data Loss Recovery Appliance (ZDLRA) Oracle Zero Data Loss Recovery Appliance (ZDLRA) Overview Attila Mester Principal Sales Consultant Data Protection Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

Introduction. Published in IOUG Select Magazine

Introduction. Published in IOUG Select Magazine Introduction Exadata Machine was first introduced by Oracle in 2008 and now it has become one of the most popular database platform to host Oracle databases. Exadata machine is like a mini data center

More information

Oracle 1Z Oracle Database 12c - Installation and Administration. Download Full version :

Oracle 1Z Oracle Database 12c - Installation and Administration. Download Full version : Oracle 1Z0-062 Oracle Database 12c - Installation and Administration Download Full version : https://killexams.com/pass4sure/exam-detail/1z0-062 QUESTION: 42 In your database, you want to ensure that idle

More information

DOC ORACLE STANDBY USER MANUAL ARCHIVE

DOC ORACLE STANDBY USER MANUAL ARCHIVE 19 December, 2017 DOC ORACLE STANDBY USER MANUAL ARCHIVE Document Filetype: PDF 254.06 KB 0 DOC ORACLE STANDBY USER MANUAL ARCHIVE ALTER DATABASE CREATE STANDBY CONTROLFILE. 3 How to configure Standby

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata Exadata MAA Best Practices Series Session 6: Migrating to Exadata Doug Utzig Doug Utzig Exadata and MAA Best Practices Exadata MAA Best Practices Series 1. E-Business Suite on Exadata

More information

CO Oracle Database 12c: Data Guard Administration

CO Oracle Database 12c: Data Guard Administration CO-79232 Oracle Database 12c: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

[Contents. Sharing. sqlplus. Storage 6. System Support Processes 15 Operating System Files 16. Synonyms. SQL*Developer

[Contents. Sharing. sqlplus. Storage 6. System Support Processes 15 Operating System Files 16. Synonyms. SQL*Developer ORACLG Oracle Press Oracle Database 12c Install, Configure & Maintain Like a Professional Ian Abramson Michael Abbey Michelle Malcher Michael Corey Mc Graw Hill Education New York Chicago San Francisco

More information

Purpose. Configuring ARCHIVELOG mode

Purpose. Configuring ARCHIVELOG mode Purpose This document provides a guide to setting up the backup process specific to Oracle Database Standard Edition One on Dell servers. The following backup process takes advantage of the new Oracle

More information

ORACLE 11g R2 New Features

ORACLE 11g R2 New Features KNOWLEDGE POWER Oracle Grid Infrastructure Installation and Upgrade Enhancements Oracle Restart ASM Enhancements Storage Enhancements Data Warehouse and Partitioning Enhancements Oracle SecureFiles Security

More information

Everything You Need To Know About Oracle & Storage Foundation HA

Everything You Need To Know About Oracle & Storage Foundation HA 2012 Symantec Vision Everything You Need To Know About Oracle & Storage Foundation HA MITIGATE IT RISK WITH STORAGE FOUNDATION HA TO AVOID DOWNTIME AND ACCELERATE SERVICE RECOVERY Chris Atkinson Regional

More information

Steps Create Physical Standby Database Oracle 9i

Steps Create Physical Standby Database Oracle 9i Steps Create Physical Standby Database Oracle 9i Upgrading from Oracle Database 9i Release 2 (9.2) to Oracle Database 12c Release The standby database is a physical standby database. The following steps

More information

Oracle - 1z Upgrade to Oracle Database 12c

Oracle - 1z Upgrade to Oracle Database 12c 1 Oracle - 1z0-060 Upgrade to Oracle Database 12c QUESTION: 1 Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The

More information

Under the Hood of Oracle Database Appliance. Alex Gorbachev

Under the Hood of Oracle Database Appliance. Alex Gorbachev Under the Hood of Oracle Database Appliance Alex Gorbachev Mountain View, CA 9-Nov-2011 http://bit.ly/pythianasmwebinar 2 Alex Gorbachev CTO, The Pythian Group Blogger OakTable Network member Oracle ACE

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 0845 777 7711 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn In this intensive course, you'll learn about

More information

High Performance Database on Bare Metal Cloud Services

High Performance Database on Bare Metal Cloud Services High Performance Database on Bare Metal Cloud Services Vivek Sharma Technologist Hybrid Cloud SoluHons Core Technology, Asia Pacific viveklsharma.wordpress.com May, 2017 ConfidenHal Oracle Internal/Restricted/Highly

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 CHECKLIST 5-1 Migration Preparation Operations 1 Capture database file metadata 2 Verify COMPATIBLE setting 3 Create INCREMENTAL

More information

Oracle Exadata High Availability Secrets Explained: Direct from Development Technical Presentation

Oracle Exadata High Availability Secrets Explained: Direct from Development Technical Presentation Oracle Exadata High Availability Secrets Explained: Direct from Development Technical Presentation René Kundersma Consulting Member of Technical Staff; MAA and Exadata Best Practices Oracle Server Technologies

More information

FlashGrid OPEN STORAGE SOFTWARE for Oracle RAC and Oracle ASM Clusters. Deployment and Maintenance Guide rev

FlashGrid OPEN STORAGE SOFTWARE for Oracle RAC and Oracle ASM Clusters. Deployment and Maintenance Guide rev FlashGrid 16.7 OPEN STORAGE SOFTWARE for Oracle RAC and Oracle ASM Clusters Deployment and Maintenance Guide rev. 2016-09-09 2015-2016 FlashGrid Inc. Table of Contents 1 Introduction...3 2 Prerequisites

More information

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس:

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس: Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 (48 hrs.) This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle Grid Infrastructure

More information

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb Insanity: doing the same thing over and over again and expecting different results. Nice Proverb No back up was taken after reset logs. How to recover the database? Solution It s possible, I have tried

More information