ORA-01031 insufficient privileges
francy77Oct 25 2010 — edited Oct 25 2010Hi all,
when i try do do the following statment in a stored procedure:
execute immediate 'create view pippo as select CODSTR from anagrafiche';
it give me the error ORA-01031 insufficient privileges
even if the user by wich i run the procedure as the privileges as a dba
GRANT DBA TO UTENTE_SDO WITH ADMIN OPTION;
why this happen?
thanks