How to create public synonyms for DBMS_XMLDOM as XMLDOM can any one help
Printable View
How to create public synonyms for DBMS_XMLDOM as XMLDOM can any one help
don't do that
just use dmbs_xmldom, it's what it is there for
grant execute on DBMS_XMLDOM to the user and use it with the original name.
Thanks,
Hi,
Because it is security risk.