OCP CBT 기출문제 예상문제 489번
다음 문제를 풀어보세요.
You are creating a new PDB, `FINANCE_PDB`, within a CDB configured for `SHARED UNDO`. You want `FINANCE_PDB` to use its own dedicated undo tablespace. Examine the following SQL command: ```sql CREATE PLUGGABLE DATABASE finance_pdb ADMIN USER pdb_admin IDENTIFIED BY oracle DEFAULT TABLESPACE users; ``` What is the most likely outcome regarding the undo configuration for `FINANCE_PDB`?
The CDB parameter UNDO_MANAGEMENT is set to AUTO. The CDB is in SHARED UNDO mode.