Database Error Messages

OCI-64142

Shared tables must have same semantics for truncation.

Cause

An attempt was made to create shared tables with inconsistent semantics for truncation. Either all shared tables must have or must not have the TRUNCATE keyword.


Action

Be consistent with the TRUNCATE keyword while defining shared tables.