ORA-28261: CURRENT_USER can not be used in PLSQL Definer's Right procedure.
What triggered the Error:
attempt to retrieve CURRENT_USER using SYS_CONTEXT PLSQL interface.What should we do to fix it:
e a SQL statement to query CURRENT_USER inside a DR procedure.