Ho 3 tabelle table1, table2, table3. Voglio concedere (selezionare ad esempio) queste tabelle a un utente, utente1.Concedi SELECT su più tabelle oracle
So che posso concedere con:
grant select on table1 to user1;
grant select on table2 to user1;
grant select on table3 to user1;
Posso concedere i 3 tavoli all'Utente1 utilizzando solo 1 domanda?
Grazie
possibile duplicato di [autorizzazione di Oracle Privelege SQL su più attributi e tabelle con una dichiarazione] (http://stackoverflow.com/questions/13106087/oracle-sql-priveleg-authorization-on-multiple-attributes-and-tables -with-one-st) –