Unable to retrive the complete DDL of a huge partitioned table though the long is set to very high v
Hi ,
I have a partitioned table which is very huge and stores 6 years worth of range partitioned data.
I wanted to retrieve the complete DDL of that table: for this, I tried using dbms_metadata.get_ddl and set the long value to 100000.
But still, the DDL is trimmed to a certain level and unable to display the complete DDL until the current partition.
Any suggestions please.
Regards
Suren.