Viewing post 1 (of 2 total)
May you can use this:
select dbms_metadata.get_ddl('TABLE', 'Your_Table_Name', 'Your_Schema_Name') from dual;
August 12, 2025 at 5:09 pm
#4634514