![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
So how do I grant USER access to all of OWNER's objects? In case it matters, this is Oracle 10.2.0.2. |
#3
| |||
| |||
|
|
jpatokal (AT) iki (DOT) fi schreef: So how do I grant USER access to all of OWNER's objects? In case it matters, this is Oracle 10.2.0.2. grant all on <table_name> to user; |
#4
| |||
| |||
|
|
Greetings, Frank van Bortel wrote: jpatokal (AT) iki (DOT) fi schreef: So how do I grant USER access to all of OWNER's objects? In case it matters, this is Oracle 10.2.0.2. grant all on <table_name> to user; Thanks for the fast reply! That was so obvious that I stupidly assumed it wouldn't work on synonyms, but evidently it does (d'oh). Is there any easy way to grant USER access to everything owned by OWNER, or do I need to do it one by one? |
#5
| |||
| |||
|
|
Greetings, Frank van Bortel wrote: jpato... (AT) iki (DOT) fi schreef: So how do I grant USER access to all of OWNER's objects? In case it matters, this is Oracle 10.2.0.2. grant all on <table_name> to user;Thanks for the fast reply! That was so obvious that I stupidly assumed it wouldn't work on synonyms, but evidently it does (d'oh). Is there any easy way to grant USER access to everything owned by OWNER, or do I need to do it one by one? Cheers, -jani |
#6
| |||
| |||
|
|
Greetings, Frank van Bortel wrote: jpatokal (AT) iki (DOT) fi schreef: So how do I grant USER access to all of OWNER's objects? In case it matters, this is Oracle 10.2.0.2. grant all on <table_name> to user; Thanks for the fast reply! That was so obvious that I stupidly assumed it wouldn't work on synonyms, but evidently it does (d'oh). Is there any easy way to grant USER access to everything owned by OWNER, or do I need to do it one by one? |
|
Cheers, -jani |
![]() |
| Thread Tools | |
| Display Modes | |
| |