I am trying to give schema permissions on all tables in a single instance.
For example, I am in Schema A
, and I need to access the tables in Schema A
from Schema B
.
I tried to grant select on A. * to B
and I am getting an invalid table name.
Any idea why I'm getting this error?