Describe table wont show partitions for partitioned tables since upgrading Oracle from 12.1 to 12.2. I tried a few, same problem.
Oracle 12.2
Toad 13.1.1.5
I have a cloned version of this database where the partitions will display, the only difference between the databases is compatibility is set to 12.2 on the clone, its set to 12.1 on the one where its not showing. I cant change that though, I guess its a bug, is it known about and is there a workaround?
Sorry, I just realized the original post was about partitions not showing in the partition tab. But my issue is partitions not showing in the table script (Script tab).
I'm seeing this with two tables that I partitioned, and am creating new partitions via split partition. Only the original partition, that was created along with the table, is showing in toad. But dba_tab_partitions shows all of the partitions, using the query obtained via Spool SQL.