Reason:
You attempted to revoke access to columns in a table or view using revoke_columns() but the table or view does not exist.
Resolution:
Ensure you provide a known table or view name.
Tips:
- Was the table or view name spelled correctly?
- Use the star$tables view to find known tables.
- Use the star$views view to find known views.
Comments
Article is closed for comments.