Can I build an application using a table which is owned by another user? [message #435901] |
Fri, 18 December 2009 13:20 |
Beginner Girl
Messages: 2 Registered: December 2009
|
Junior Member |
|
|
Greetings,
I'm very beginner in Oracle, and I really need help in this point.
I have created 2 user accounts: user1 & user2.
In user1, I wrote:
grant CONNECT, RESOURCE
to user2;
grant select, insert, update
on table1
to user2;
Now, user2 can see the content of that table, but only in the SQL part (select * from user1.table1)
How can I create in user2 an application that uses table1?
When I go to application builder, I have to choose one of the tables owned by this user2. But I can't use table1 of user1 although this user2 has a permission to access it.
Any help?
Thank you in advance!
Beginner Girl
|
|
|
|
|
|
|
|
|