When I am trying to execute the below query GRANT USAGE on INFORMATION_SCHEMA, I am getting below error
GRANT MONITOR ON SCHEMA DEMO_DB.INFORMATION_SCHEMA TO ROLE ALATIONTEST; GRANT USAGE ON SCHEMA DEMO_DB.INFORMATION_SCHEMA TO ROLE ALATIONTEST;
SQL access control error: Insufficient privileges to operate on schema 'INFORMATION_SCHEMA'
I have tried with different roles SYSADMIN, ACCOUNTADMIN, SECURITYADMIN still no luck.
Also, I could run the above GRANT query for other schemas, Only getting error with INFORMATION_SCHEMA
Please help on this.
information_schema
? Is the alation role not able to see the information_schema for a database? – Simon D