-8016: Table must be a view table
Explanation:
In a <RENAME VIEW> or <DROP VIEW statement>, a table was specified which is not a view table.
User Action:
Specify a view table in the SQL statement or replace the SQL statement with a <RENAME TABLE > or <DROP TABLE statement>.