i gotta grant select permission on all objects of the user A to user B...

is it possible to do with a single statement.....

i mean not like
Grant Select on A.table1,A.table2,.... to B;

can i do som thing like
Grant Select on All Tables to B;

Abhay