Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

*Action: Options are to resolve the compilation/authorization errors, disable the trigger, or drop the trigger.

select * from dba_tab_privs where grantee = 'username' and table_name = 'tablename';
Source by ittutorial.org #
 
PREVIOUS NEXT
Tagged: #Options #resolve #disable #drop
ADD COMMENT
Topic
Name
2+8 =