Hi All,

I like to small rollback segments from a plsql procedure. whem I execute the following command in the procedure

EXECUTE IMMEDIATE 'alter rollback segment rbs7 online';

I am getting the following error:

ORA-01031: insufficient privileges
ORA-01031: insufficient privileges
ORA-06512: at "DWARE.PR_ROLLBACK_ONLINE", line 16

Please advice.

Thanks