Cara Mendapatkan DDL Untuk Datafile Di Tablespace Oracle

SELECT DBMS_METADATA. GET_DDL('TABLESPACE','&TABLESPACE_NAME') FROM dual; --Example: --Enter the tablespace Name then it will get you the DDL for your tablespace.
ozioma ene