RU
ORA-01031: привилегий недостаточно
Данная ошибка говорит о том, что для выполнения определенного действия недостаточно привилегий. Необходимо обратиться к владельцу объекта для выдачи необходимой привилегии:
grant <privilege list> on <object name> to <username>;
EN
ORA-01031: insufficient privileges
This error indicates that there are not enough privileges to perform a specific action. It is necessary to contact the owner of the object to issue the necessary privileges:
grant <privilege list> on <object name> to <username>;