Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

want to grant select to all table to a user

eric tangAug 12 2022 — edited Aug 13 2022

I use the below , it works to grant select permission to amy on table1 .
grant select db_name.table1 to amy ;

However , the below is not work.
grant select db_name.* to amy ;
the error is as below .
ORA-: invalid table name

Would advise what is wrong in my command , what I want is grant select to amy on ALL table .
thanks

Comments
Post Details
Added on Aug 12 2022
5 comments
6,421 views