Live webcast: Jonathan Lewis – An Oracle Expert’s Look at the Delphix Technology
Date: Wednesday, June 19 @ 9am PT
Click Here to Register
NetApp and Delphix are in different worlds. NetApp is storage hardware and Delphix is software. NetApp is awesome
Oracle OEM 12c introduces a new feature that enables the creation of Oracle database thin clones by leveraging file system snapshot technologies from either Oracle ZFS Storage Appliance or Netapp. The OEM adds a graphic interface to the process of making database thin clones. The feature that enables database thin cloning in OEM is called Snap Clone and is part of OEM’s Cloud Control Self Service for data cloning. Snap Clone is available via the feature Database as a Service (DBaaS). Snap clone leverages the copy on write technologies available in some storage systems for database cloning. Support is initially available for NAS storage and specifically on Oralce ZFS Storage Appliacen and NetApp Storage.
I should stress that this is all well covered in the documentation, but it was something I stumbled upon just recently.
Its common knowledge that you can lock a table:
SQL> create table T 2 ( x int ) 3 partition by range ( x ) 4 ( 5 partition p1 values less than (10), 6 partition p2 values less than (20), 7 partition p3 values less than (30) 8 ); Table created. SQL> lock table T in exclusive mode; Table(s) Locked.
However, you can also selectively lock just partitions of a table as well, using the standard partition clause, for example:
Session 1
SQL> lock table T partition ( p1 ) in exclusive mode; Table(s) Locked.
whilst the following is still possible in session 2:
This post is part of an ongoing series:
These blog posts on thin cloning have covered a number of ways to create database thin clones, yet there are still some challenges:
Database-managed Cloning with Oracle Clonedb
This post is part of an ongoing series:
(very interested in real life experiences and alternative strategies to using ZFS for thin cloning. Please comment and or email me at kylelf@gmail.com)
This post is part of an ongoing series:
(very interested in real life experiences and alternative strategies to using Netapp for thin cloning. Please comment and or email me at kylelf@gmail.com)
This post is part of an ongoing series:
(very interested in real life experiences and alternative strategies to using EMC for thin cloning. Please comment and or email me at kylelf@gmail.com)
This post is part of an ongoing series:
(very interested in real life experiences and alternative strategies to using EMC, Netapp, cloned, ZFS or other for thin cloning. Please comment and or email me at kylelf@gmail.com)
Recent comments
21 weeks 6 hours ago
30 weeks 5 days ago
32 weeks 3 days ago
35 weeks 4 days ago
37 weeks 6 days ago
47 weeks 3 days ago
49 weeks 8 hours ago
50 weeks 10 hours ago
50 weeks 1 day ago
1 year 5 days ago