For which two requirements can you use the USER_TABLESPACE clause with the CREATE PLUGGABLE DATABASE command? (Choose two.)
- A. to specify a default tablespace in a PDB cloned from another PDB in the same CDB.
- B. to exclude all tablespaces except SYSTEM, SYSAUX, and TEMP when plugging in a PDB
- C. to include specific user tablespaces only when relocating a PDB
- D. to specify the list of user tablespaces to include when moving a non-CDB to a PDB
- E. to exclude a temp tablespace when plugging in a PDB
- F. to specify the list of tablespaces to include when creating a PDB from the CDB seed
D and F are correct. user_tablespace clause is used when converting non-CDB to PDB or when creating a PDB from SEED. D: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/admin/creating-and-removing-pdbs-with-sql-plus.html#GUID-1C47D543-8376-48AE-A1AE-632316731D59 F https://docs.oracle.com/database/121/ADMIN/cdb_plug.htm#ADMIN13552
博客围绕Oracle数据库中CREATE PLUGGABLE DATABASE命令的USER_TABLESPACE子句展开,提出相关问题并给出答案。指出该子句可在将非CDB转换为PDB或从CDB种子创建PDB时使用,还给出了相关参考文档链接。
641

被折叠的 条评论
为什么被折叠?



