Posts

Showing posts from January, 2016

Multitenant Snapshot Copy using ZFSSA [Thin Database Cloning]

Image
Starting with Oracle 12.1.0.1 it was also possible using snapshot clones with pluggable databases within the multitenant database architecture. It was limited to file systems that support sparseness and ACFS. With the first patch set 12.1.0.2 it’s possible to use direct NFS as well for snapshot copies. Multitenant thin cloning can be managed on Oracle storage like ASM:ACFS and ZFSSA. Special thought here is not to use the clonedbparameter. This will force to use the thin cloning on database level instead the snap and clone technics inside the ZFSSA. For ZFSSA the snapshot copy command needs a key store keystore with the password of the ZFSSA server to communicate. The communication from the Database site is done with the executable ZFSSAADM which will be delivered with the Oracle software tree of the RDBMS. See my blog Using on ZFSSA:ZFSSAADM - Copy On Write (COW) on ZFS Storage Appliance (ZFSSA) In this blog I will demonstrate and describes the steps to enable thin provisioning ...

Forwarding SSH X-11 and magic cookies

On environments where Oracle or Grid accounts are access by sudo. Then SSH X-11 forwarding and magic cookies are lost. Here a simple trick that can be used tho solve this. First login with your account and then execute: xauth list