Partial support for partitions

Jesmond

Member
Hi,

I have the following points/observations on the Version 6.0.0.840 of PL/SQL Developer:

1. Support for partitioned indexes is not included. Whilst partitioned tables are supported, and the DDL generator (export user objects) generates proper code, the partitioned indexes are ignored.

2. Using the export user objects feature to generate a partitioned table DDL, when the "include storage" options is ticked off, the DDL generator still produces storage options for the individual partitions.

Best regards,

Jesmond Abela
 
Partitioned indexes are indeed not yet supported. This is on the to-do list for a future release.

We'll check out the storage issue.
 
Back
Top