Database Error Messages

ORA-64412

The procedure is called on an XMLType table in the BINARY storage model.

Cause

The procedure renameCollectionTable did not work on XMLType in the BINARY storage model.


Action

Out-of-line collection tables are only meant for the Object-Relational storage model, and do not apply to the BINARY storage model. There is no need to call the procedure on XMLType in the BINARY storage model.