viernes, 19 de marzo de 2021

PRINCIPIO PRIVILEGIO MINIMO

 DBA SQL> create user dbo identified by oracle123;

DBA SQL> grant create session to dbo;

USER SQL>select * from hr.departments;

DBA  SQL> grant select on hr.deparments to dbo;