-1031 ORA-01031: insufficient privileges by truncate table
rosssteAug 16 2006 — edited Aug 16 2006Does anybody knows which privilege is missing to the user that using this statement in a stored procedure and who has to grant it?
EXECUTE IMMEDIATE ('truncate table owner.table_name')
The procedure owner has DBA role and also has received grant all from the table owner.
PS. commenting out the statment the procedure work.
Thanx for a quick answer