Reason:
You attempted to load rows into a table using copy_rows() but the table specified does not exist.
Resolution:
Ensure you use a known table.
Tips:
- Was the name of the table spelled correctly?
- Does the table need to be qualified by a schema name?
- Use the star$tables view to find known tables.
Comments
Article is closed for comments.