Grant EXECUTE ANY PROCEDURE to the user
Hello All,
I have user TEST which has this privileges as shown below.
TEST@ORA> select * from session_privs;
PRIVILEGE
----------------------------------------
CREATE SESSION
ALTER SESSION
CREATE TABLE
CREATE CLUSTER
CREATE SYNONYM
CREATE VIEW
CREATE SEQUENCE
CREATE DATABASE LINK
SELECT ANY DICTIONARY
I want to give the user EXECUTE ANY PROCEDURE Privilege.
I am not a DBA user and also i do not know the SYS/SYSTEM password.
Is there any possibility to achieve this.?
Regds,
Amkotz