Hi Experts,
I am facing an issue while setting the context through dbms_Session.set_context.
Actually i am inserting some values into table and there is a compund trigger implemented on that table and in trigger body one proc is called in which is setting the context and giving me the below error
ORA-06512: at "SYS.DBMS_SESSION", line 114
i have found it is giving me error at setting up the context -
DBMS_SESSION.SET_CONTEXT('context name', 'SOME TEXT', variable);
Could you please provide your valuable inputs..