I have a table A witht the following characteristics:
- multiple indexes
- constraints (null, unique, check, foreign key)
- 2 triggers (before update)
- primary key
If I were to redefine the table with dbms_redefintion in order to change storage, do I have to recreate the triggers, constraints and trigger pointing to the interim table or does this go automatically with only having to rename them once is it is redefined?
