Oracle Error Message
ORA-64142: Shared tables must have same semantics for truncation.
Reason for the Error
An attempt was made to create shared tables with inconsistent semantics for truncation. Either all shared tables should have or should not have (TRUNCATE) keyword.
Solution
Be consistent with (TRUNCATE) keyword while defining shared tables.