ADB7419I Alter alter_type will change all the partitioned indexes to nonpartitioned indexes.
Explanation
The specified alter operation changes all the partitioned indexes (PI) to nonpartitioned indexes (NPI).- alter_type
- The type of alter operation. Possible values are:
- to PBG
- The table space is converted to partition-by-growth (PBG).
- to PBR
- The table space is converted to partition-by-range (PBR).
- to drop partition(s)
- A partition is dropped.
- partitioning key
- The partitioning key is changed.
System action
Processing continues.User response
No action is required.