"Table or view does not exist" error
I have a problem with create view for user U1 when I want to make view V1 as select * from T1 and user U1 has grant select on T1 with role R1. I haven't had any problem when I want do select * from T1, but when I want create view as below, the error "table or view does not exist" appeared.
create view V1 as select * from T1I accessed T1 only with role R1 and I can't create a public synonym for T1. How can I create this view with this priviledge and synonym? And why can't we create view on tables that we have grants on with role and they can't have public synonym? Thank you for your attention and your help.
Select * from fatima.V1;
Dig Deeper on Using Oracle PL-SQL
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments