Hi All
I have a table with 500 users. I need to grant them CREATE SESSION privilege for them to connect to the database. I know there is a Dynamic SQL statement that can grant this privilege in one shot but I'am not very conversant with Dynamic SQL. Can someone help?
Select (grant create session.....
Thanks
Richard