DBMS_METADATA.GET_DDL only returns first partition with INTERVAL partitions
Just want to confirm if DBMS_METADATA.GET_DDL on a table partitioned by RANGE using INTERVAL always only returns the first partition.
I ask because that is the behaviour I am seeing on 11.1.0.7 (Linux).
Cannot see any specific mention of this in the docs.
Seems to be that with INTERVAL partitions there are a few gotchas not covered in the documents.
0