Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

want to run synonym script where schema should be passed parameter as once

875568Jul 28 2011 — edited Jul 28 2011
HI,
I Want to run creation of synonym script where schema should be entered only once.
My synonym script is as follows.I Should enter user or schema only once for all the synonyms.

CREATE SYNONYM EMP FOR & user .EMP ;

CREATE SYNONYM DEPT FOR & user .DEPT ;

CREATE SYNONYM EMPDEPT FOR & user .EMPDEPT ;
and so on


pls anyone help ne out
thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2011
Added on Jul 28 2011
5 comments
451 views