ORA-30747: cannot create substitutable tables or columns of non final type string
.stringWhat triggered the Error:
The user tried to create substitutable table or column of a non final type. This operation is not currently supported.What should we do to fix it:
Change the statement to create a non substitutable table/column.