小编azz*_*axp的帖子

how to Grant Permission on a table to a user on the other database in oracle

Hi I have a table in my schema to be accessed from a user from Another Oracle databse..

I am trying with

GRANT all on a.table_name to test@o11db;
Run Code Online (Sandbox Code Playgroud)

here a is my Schema and Test is another schema in o11db. But I am not able to get it right.

oracle

5
推荐指数
1
解决办法
7万
查看次数

标签 统计

oracle ×1