I am trying to use this module and it gives me error
ORA-14097: Column type or Size mismatch ALTER TABLE EXCHANGE PARTITION.
I checked and found that I$ table created here changed data type from CHAR to BYTES for all char columns, due which partition exchange gives above error.
How can i fix this so that I$ table retains data type of the table from which is being created.