Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> please help with materialized view question
Im sure its a privilege issue.
Here is what I get.
create materialized view test
build immediate
refresh on demand
enable query rewrite
as
select columns
from user1.table1, user1.table2, user2.table3
ERROR at line 9:
ORA-00942: table or view does not exist
I have all privileges on this table otherwise. I can do a select, describe, create materialized view without query rewrite????
I take out 'query rewrite enabled' and it works.
I have granted query rewrite enabled to the user in question????
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: <ryan_oracle_at_cox.net
INET: ryan_oracle_at_cox.net
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Dec 26 2003 - 11:54:25 CST