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 se
step 1-conn ss/ss as sysdba; step 2- GRANT CREATE ANY VIEW TO Scott; step 3- conn scott/tiger step 4-create or replace view v as select *from emp;