Granting select privilege on all objects from one schema to other
Database user "A" has about 200 tables, 200 views.
He wants to give SELECT privilege on all the above objects to database user "B.
Do we have to write a script to grant select privileges ?
Is there any database privilege which we can grant to database user "B" temporarily
so he has full "SELECT" privileges on all objects owned by user "A" ?