Unable to render DDL for object with DBMS_METADATA attempting internal generator using SQL Developer
For all non-DBA users, when they attempt to use the Export wizard to export DDL, they get a message about having to use the internal generator rather than DBMS_METADATA for TABLE DDL, INDEX DDL, TRIGGER DDL, etc. This does not happen for DBA users. Non-DBA users have Select Any Dictionary granted through a role. Attempts to directly grant execute on sys.dbms_metadata didn't change anything.
Has anyone had this issue before? Is this a SQL Developer quirk or some permissions related issue?