Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

alter table.....drop partition... return insufficient privileges

user597097Aug 3 2010 — edited Aug 5 2010
Hi,

I have 11.2 on linux 64bit and i'm working on the AUD$ table.
I moved it to other tablespace (using SET_AUDIT_TRAIL_LOCATION).

Now I add it partitions by recreate it with partition clause.
I create a job that every X time drop the oldest partition by my preference. This job is not run under sys user, rather by XXX user.

The problem is when the job trying run: alter table sys.aud$ drop partition PARTITION_NAME.
I get insufficient privileges. It got to a point that I gave XXX this privileges: sysdba, dba, alter any table and delete,insert,select,update on aud$.
Nothing helped...

Suggestions?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2010
Added on Aug 3 2010
15 comments
5,026 views