Read-Only User | Selection on all objects in Oracle Database

 To assign read only rights to a user in Oracle use below command: 

"grant select any table to "UserName";"

Comments

Popular posts from this blog

How to Enable / Disable a user in MS SQL Server

How to Create a Database in MS SQL Server