Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pivoted view does not exist

RNFeb 21 2014 — edited Feb 21 2014

I have a complicated query which does some partition by and uses couple pivot clauses. Also references tables from other schema. And it all works fine.

Then I created a view using the query. View does get successfully created and user_objects does show that too.

But select * from that view gives error that the table or view does not exist.

Any clue? I am on Oracle 11g.

It will be difficult to put actually query since I don't want to publish real table and column names, but if that is a must,

I can clean it up and send some outline of the query.

Please advice.

Regards,

RN

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2014
Added on Feb 21 2014
2 comments
517 views