Getting DDL of all the constraints and indexes on a table
Hi Team,
I need help to get the DDL of all the indexes and constraints on a table.
After taking the DDL I'll modify the index and constraint names to different name and apply it over another table which is just replica of the earlier table (only the earlier one is partitioned table and current one is non-partitioned and on a different tablespace)
Thanks,
Sandeep