Create PL/PDF owner user

create user plpdf identified by plpdf;
grant connect to plpdf;
grant resource to plpdf;
grant select on sys.v_$database to plpdf;
GRANT execute on sys.DBMS_CRYPTO to plpdf;