Hi,
I have created view "qv_orderload_20" in the 'ams_emp' schema and now I am creating a materialized view on view which is already created in my 'ams_emp' schema:
CREATE MATERIALIZED VIEW AMS_emp.test12345
AS
select * from AMS_emp.qm_orderload_20;
I am getting following error while creating the same:
00942. 00000 - "table or view does not exist"
could you tell me why I am getting this error.
Thanks