I am trying to create a Materialized view Emp_view
But I am getting this error .
hr is the name of the schema where I want to create the view.
create materialized view hr.Emp_view for UPDATE as select * from hr.Employee
*
ERROR at line 1:
ORA-01031: insufficient privileges
Could some one please suggest the remedy
Thanks
But I am getting this error .
hr is the name of the schema where I want to create the view.
create materialized view hr.Emp_view for UPDATE as select * from hr.Employee
*
ERROR at line 1:
ORA-01031: insufficient privileges
Could some one please suggest the remedy
Thanks