In this blog post, let’s learn about the error message “323 Cannot grant permission on temporary table.” in Hydra and the description of the error.
Error Message
323 Cannot grant permission on temporary table.
Error Details
This GRANT statement names a temporary table. That action is not supported. Privileges are recorded only for permanent tables. Because temporary tables are not recorded in the system catalogs, no place exists to record privileges on them. Only the person who creates a temporary table can access it.
Leave a Reply