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!

Table or view does not exist - ONLY in Procedure?

527623Aug 28 2009 — edited Aug 28 2009
I'm trying to write a procedure that is very simple - the only thing at this point I'm trying to get it to do is an insert into a table - values selected from another user's schema (on which I have select privileges to). When compiling, I receive an ORA-942 error - table or view does not exist. However, if I put the same insert statement into an anonymous PL/SQL block, it works as expected. What am I missing?

Oracle 10.2.0.3.0 on AIX 5.3
This post has been answered by BluShadow on Aug 28 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2009
Added on Aug 28 2009
6 comments
2,506 views