ORA-23370: table string and table string are not shape equivalent (string)
Cause: The tables specifiedare not shape equivalent, which means intuitively that
the number of columns, the names, their datatypes and lengths are not the same.
Specifically, problem is in the parentheses and is one of the following: thenumber
of columns are not equal, datatypes of columns with same name in differenttables
are different, lengths of varchar2 and char columns are not equal, precisionand
scale of number datatypes are not equal.
Action: Make sure the twotables being compared have the same number of
columns, same column names, and same datatypes.
|