I am using Oracle 10.1.0.2 on Windows XP SP2, connected with sysdba user.
When I try to grant "ALTER ANY RULE SET" to any user i get "ORA-00990: missing or invalid privilege".
It looks like this privilege is not supported on 10.1.0.2 version, although it works fine on 10.2.0.1 in the same conditions.
Anyway, when I do "select * from dba_sys_privs order by privilege" I see ALTER ANY RULE SET as an available privilege for sysdba users (on 10.1.0.2). Why doesn't it work? Does anyone have a link to the official documentation saying that this is not supported on Oracle 10.1.0.2?
Thank you.