DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: create public synonyms

  1. #1
    Join Date
    Mar 2010
    Posts
    1

    create public synonyms

    How to create public synonyms for DBMS_XMLDOM as XMLDOM can any one help

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    don't do that

    just use dmbs_xmldom, it's what it is there for

  3. #3
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    grant execute on DBMS_XMLDOM to the user and use it with the original name.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  4. #4
    Join Date
    Mar 2001
    Location
    India
    Posts
    57
    Hi,

    Because it is security risk.
    Thanks and Regards,
    Gitesh Trivedi
    Dbametrix Solutions
    Database DBA support

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by giteshtrivedi View Post
    Hi,

    Because it is security risk.
    and what security risk is that then?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width