Reason:
You attempted to create a port using create_port() but specified a target table that does not exist
Resolution:
Ensure you specify a local 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 existing tables.
Comments
Article is closed for comments.