I have a partitioned database environment with partitioned tables. Can I alter the column name for the table. I am aware that I cannot do that in following condition:
- it is being used in any views
- it is referenced in any in index definition
- it is any check constraints
- the table has a trigger
to name a few.
Besides these is there anything else that I should keep in mind?
If, yes what are those and what is the procedure for it?
Thanks