i have written a stored procedure in it there is a line
"Delete from User_tables where TABLE_NAME like v_TableName;" this query deletes contents in TABLE_NAME column of USER_TABLES in DATABASE
but when i executed it it is showing ERROR ": ORA-01031: insufficient privileges" i have seen session privileges but it is having CREATE PROCEDURE,CREATE ANY PROCEDURE,DELETE ANY TABLE
priveleges what could be the problem