It\'s possible create a readonly database user at an Oracle Database? How?
create user ro_role identified by ro_role; grant create session, select any table, select any dictionary to ro_role;