Skip to Main Content

Oracle Forms

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!

Cannot see table

PanamanianDec 6 2012 — edited Dec 6 2012
Table TEST was created by user SYSTEM to USER1.

Create Table USER1.TEST
(
field1 VARCHAR2(10)
);

Then user SYSTEM, created the public synonym:
Create Public Synonym TEST for USER1.TEST;

also.

Grant Select on USER2.TEST for CONNECT;

(USER2 has: CONNECT and RESOURCE privilidges).

USER2 cannot see table TEST. The only way is by putting the USER1.TEST
But is there any other way to proceed without "user.table" = user1.test?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2013
Added on Dec 6 2012
4 comments
102 views