ORA-01031: Insufficient privileges
I tried to run exec eq_adm.use_instance(1); but shows error below.
SQL> exec eq_adm.use_instance(1);
BEGIN eq_adm.use_instance(1); END;
*
ERROR at line 1:
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_SESSION", line 122
ORA-06512: at "SEARCHSYS.EQ_ADM", line 5702
ORA-06512: at line 1
Please advise.