I have created one context using "create or replace context LHS_VAR Using package_name" command and first time i grant them
SYS-LOGIN
Grant Create ANY CONTEXT TO ADAMTEST;
GRANT Execute On DBMS_SESSION To ADAMTEST;
GRANT CREATE TRIGGER TO ADAMTEST;
USER-LOGIN
create or replace context LHS_VAR Using lhs_utility
after granting i can succefully set the context with lhs_utility.set_var_data('entity_code', 'AD'); command and its working fine but when i am login next day then i am getting error like
ORA-01031: insufficient previleges
ORA-06512: at "user.package" like 5059