global partitioned indexes not correctly represented in table details

pocelka

Member
Hi Marco,

We are using at work version 10 something, however behaviour described below was also observed on new version as well.

We have a table which is not partitioned. One index over the table is defined as global partitioned index using hash partitioning option.

In the table details view this index is represented as local index and event if we display table DDL using "View SQL" button, this index is reported as local.https://ibb.co/gSg3Fkhttps://ibb.co/jmMg1Q

Using dbms_ddl package we get correct results.https://ibb.co/nsJ5T5

Would it be possible to check it?
 
PL/SQL Developer currently only supports local partitioned indexes. Support for global partitioned indexes is on the list of enhancement requests.
 
Back
Top