Sub Partitons

nmramer

Member
I currently have SQL Developer version 7.1.4.1389 running against Oracle 10G EER 10.2.0.30. I have two types of tables, partition and sub partition. If I do a table view on my partition table, the view shows me the Partions after the Privileges option. If I do a table view on my Sub Partition table, the is no Partition option. Why is that. Is there some installation parameter I need to set. Does this version not recognize Sub Partition's
 
Version 7.1 does indeed not support subpartitions. This has been added for 8.0, which will be available shortly.
 
Back
Top