Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem in DBMS_SESSION.SET_CONTEXT

rvJul 16 2015 — edited Jul 16 2015

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..

This post has been answered by Billy Verreynne on Jul 16 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2015
Added on Jul 16 2015
6 comments
1,531 views