grant create view on Oracle 11g
问题 I use SQL*Plus for school and I use the username Scott. I cannot create views because it says: ORA-01031: insufficient privileges; I've searched and searched, but nothing seems to get it right. Any help? 回答1: As the error states - your privileges are insufficient to create view - you will have to ask database administrator to grant you this privilege. If you can log in as database administrator you will have to execute statement(I can't guarantee correctness, no oracle database at hand) GRANT