How to fix the Oracle error ORA-64142: Shared tables must have same semantics for truncation.?
In this post, you’ll learn more about the Oracle ErrorORA-64142: Shared tables must have same semantics for truncation. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-64142: Shared tables must have same semantics for truncation.
Reason for the Error ORA-64142: Shared tables must have same semantics for truncation.
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.
How to fix the Error ORA-64142: Shared tables must have same semantics for truncation. ?
You can fix this error in Oracle by following the below steps
Be consistent with (TRUNCATE) keyword while defining shared tables.
Leave Your Comment