ORA-14047: ALTER TABLE|INDEX RENAME may not be combined with other operations
What triggered the Error:
ALTER TABLE or ALTER INDEX statement attempted to combine a RENAME operation with some other operation which is illegalWhat should we do to fix it:
Ensure that RENAME operation is the sole operation specified in ALTER TABLE or ALTER INDEX statement;