grant needed for dbms_metadata.get_ddl on objects in another schema
In Oracle 11g R2, I use dbms_metadata.get_ddl to get DDL from another schema, but I got an error:
ORA-31603: object "IS_SNMP_DATA" of type TABLE not found in schema "TXV"
which grant is needed for this package to get ddl from another schema?
I tried with authid current_user (as I found on google), but no result...