OCP CBT 기출문제 예상문제 486번
다음 문제를 풀어보세요.
You need to create a new pluggable database, HR_TEST_PDB, by cloning an existing pluggable database, HR_PROD_PDB, which is currently open in READ WRITE mode. You want to ensure the new PDB uses its own dedicated file system location. Examine the following commands: ```sql CREATE PLUGGABLE DATABASE hr_test_pdb FROM hr_prod_pdb FILE_NAME_CONVERT=('hr_prod_pdb','hr_test_pdb'); ALTER PLUGGABLE DATABASE hr_test_pdb OPEN; ``` Which statement is true regarding this operation?
The HR_PROD_PDB has data files located under /u01/app/oracle/oradata/cdb1/hr_prod_pdb/.