Thursday, January 18, 2018

Table Level Privileges

Table Level Privileges

select owner, table_name, privilege, grantee from dba_tab_privs where owner='EBS_OBJ'
and table_name in ('SUBSCRIPTION_AGREEMENTS','SUBSCRIPTION_ITEMS') and grantee = 'CDS_MIGRATOR_USR';

OWNER                          TABLE_NAME                     PRIVILEGE                                GRANTEE
------------------------------ ------------------------------ ---------------------------------------- -------------------
EBS_OBJ                        SUBSCRIPTION_AGREEMENTS        SELECT                                   CDS_MIGRATOR_USR
EBS_OBJ                        SUBSCRIPTION_ITEMS             SELECT                                   CDS_MIGRATOR_USR

No comments:

Post a Comment

Building a Multiagent RAG System with A2A Protocol & Oracle Autonomous Database

  01 — Executive Narrative The Day Everything Broke — and How Oracle Autonomous AI Fixed It It was 2:47 AM on a Tuesday when I got the call....