c https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/CREATE-PLUGGABLE-DATABASE.html
d https://docs.oracle.com/en/database/oracle/oracle-database/21/multi/creating-application-seeds.html#GUID-640F2ABE-998E-4F12-871E-2250EC6A0463
e http://oracle-help.com/oracle-database/multitenant/convert-regular-pdb-to-application-pdb/
CDE I believe
C. converting an application seed to an application PDB
TRUE, "An application seed enables you to create application PDBs quickly. It serves the same role within the application container as PDB$SEED serves within the CDB itself."
D. converting an application PDB to an application seed
Example 14-9 https://docs.oracle.com/en/database/oracle/oracle-database/21/multi/creating-application-seeds.html#GUID-640F2ABE-998E-4F12-871E-2250EC6A0463
E. converting a regular PDB to an application PDB
Yes, possible and referenced in http://oracle-help.com/oracle-database/multitenant/convert-regular-pdb-to-application-pdb/
you can create app seed from app pdb "Example 14-9 Creating an Application Seed From an Application PDB": https://docs.oracle.com/en/database/oracle/oracle-database/21/multi/creating-application-seeds.html#GUID-640F2ABE-998E-4F12-871E-2250EC6A0463
for other answer: https://docs.oracle.com/en/database/oracle/oracle-database/21/multi/relocating-a-pdb.html#GUID-0A5C8EFF-51A4-497B-8D5C-A4267A694D4B
As far as I have been able to verify:
having a PDB application seed, unplug application seed into <xml file>, drop application seed keep datafiles and create pdb application using the previous <xml file>, this works fine, so C must be true.
The opposite way also worked: unplug application PDB into <xml file>, drop this application pluggable database keep datafiles and create pluggable database as seed using <xml file> works correctly, so D must be true
and E is obviously correct.
So, CDE seems to me to be the correct answer
I think AEF
A: You can unplug an application pdb to be plugged in elsewhere
F: https://docs.oracle.com/en/database/oracle/oracle-database/21/multi/relocating-a-pdb.html#GUID-0A5C8EFF-51A4-497B-8D5C-A4267A694D4B
D: Nice example. You can also create a pdb$seed by cloning https://docs.oracle.com/en/database/oracle/oracle-database/19/multi/creating-removing-application-containers-seeds-with-sql-plus.html#GUID-93AAE6F0-7969-4D05-B10B-F2514CB39417
C, D, E
C, D
Application seed can be created from
CDB seed – Application seed is created unsynced with the application in application root
Application root – Application seed is created synced with the application in application root but script pdb_to_apppdb.sql needs to be run
Application PDB – Synchronization status of Application Seed created is same as the source application PDB
Application PDBs can be created from
CDB seed – Application PDB is created unsynced with the application in application root
Application seed – Synchronization status of created Application PDB is same as the source application seed
Application PDB – Synchronization status of created Application PDB is same as the source application PDB
https://blog.toadworld.com/2017/07/10/oracle-multi-tenant-application-containers-part-ii-create-application-container
E: http://oracle-help.com/oracle-database/multitenant/convert-regular-pdb-to-application-pdb/
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
zenai
2Â months agoantonica
9Â months, 2Â weeks agomusafir
1Â year, 4Â months agodancymonkey
11Â months, 4Â weeks ago_gio_
1Â year, 6Â months agoNeil107
3Â years, 5Â months agoRogazan
3Â years, 7Â months agoErikJanssen
1Â year, 10Â months agoAldrid
3Â years, 7Â months agoRinD
3Â years, 8Â months ago