- Which two are true about creating pluggable databases(PDBS)in Oracle 19c and later releases()?
A、A PDB snapshot depends on an existing storage snapshot of the source PDB
B、A PDB snapshot can be a full copy of a source PDB
C、A PDB snapshot can be a sparse copy of a source PDB
D、A snapshot copy PDB does not depend on an existing storage snapshot of the source PDB
E、A snapshot copy PDB can be a full copy of a source PDB
答案:BC
A PDB snapshot is a point-in-time copy of a PDB. The source PDB can be open read-only or read/write while the snapshot is created. You can create snapshots manually using the SNAPSHOT clause of CREATE PLUGGABLE DATABASE (or ALTER PLUGGABLE DATABASE), or automatically using the EVERY interval clause. If the storage system supports sparse clones, then the preceding command creates a sparse copy. Otherwise, the command creates a full copy.
So, A and B are false from my point of view.
版权声明:本文为博主原创文章,未经博主允许不得转载。
oracle
- 上一篇:1Z0-083 第17题
- 下一篇:1Z0-083 第19题