Reason:
You attempted to create a distribution constraint using create_distribution_constraint() on a table but the named table does not exist
Resolution:
Ensure the table name is known
Tips:
- Was the table name spelled correctly?
- Does the table need to be qualified with a schema?
- Use the star$tables view to find known tables
Comments
Article is closed for comments.