The DROP statement interface
The following figure shows the processing for each fragment
of a DROP TABLE or DROP DATABASE statement.
Figure 1. Processing a DROP statement
If you drop an inherited table whose index uses the virtual
index interface, the following additional call sequence is invoked.
Figure 2. Processing a DROP statement on a table with
a VII index
To avoid this additional call sequence when dropping an inherited table, drop the index before dropping the table.