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

Thread: workaround to perform DDL operations on remote database

  1. #1
    Join Date
    Jun 2000
    Location
    dumfries,va,usa
    Posts
    227

    workaround to perform DDL operations on remote database

    Hi all,

    Is there a workaround to the error:
    ORA-02021: DDL operations are not allowed on a remote database.

    I created private synonyms connecting to remote database via dblink and want to grant select to the synonyms to other users.
    Any idea how I can do this.

    Thanks in advance,
    Leo
    leonard905
    leonard905@yahoo.com

  2. #2
    Join Date
    Jun 2000
    Location
    dumfries,va,usa
    Posts
    227
    Closed thread.

    I was able to find a workaround by creating a view based on the synonym and creating a public synonym to the view, then finally granting select on the view to other users.

    Thanks,
    Leo
    leonard905
    leonard905@yahoo.com

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