Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DBMS_METADATA.GET_DDL('DATABASE', 'XEPDB1') FROM DUAL; -- Why doesn't this work?

RedWhiteNBlueMar 15 2020 — edited Mar 16 2020

I'm simply trying to get the DDL text for how XEPDB1 was created. I've supplied a valid OBJECT_TYPE argument. I'm not sure what I'm doing wrong:

PIqnWjc.png

Comments
Post Details
Added on Mar 15 2020
9 comments
597 views