ORA-01031: insufficient privileges for STARTUP/SHUTDOWN TRIGGERS
Hi,
I given these 2 privs to scott still i am getting ORA-01031
GRANT administer DATABASE TRIGGER TO scott;
grant create any trigger to scott;
CREATE OR REPLACE TRIGGER shut_db before shutdown on database
*
ERROR at line 1:
ORA-01031: insufficient privileges
anything i missed ?
Thanks
Prakash