Reason:
You attempted to create a unique constraint using create_unique_constraint() on a table that does not exist.
Resolution:
Ensure you specify a table that exists.
Tips:
- Was the original table name spelled correctly?
- Does the table need to be qualified with a schema?
- Use the star$tables view to find the name and scope of known tables.
Comments
Article is closed for comments.