Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: create synonym for other acct without logging to the user
As long as the user in question has the CREATE ANY SYNONYM
system priv, you can create a synonym for any account.
If your logged into the database as fred and want to create a synonym for the table joe.table1 and the synonym should be owned by cindy,
the statement would be
create synonym cindy.synonym1 for joe.table1;
> -----Original Message-----
> From: grace lim [mailto:mglim_at_softhome.net]
> Sent: Thursday, August 10, 2000 5:14 AM
> To: Multiple recipients of list ORACLE-L
> Subject: create synonym for other acct without logging to the user
>
>
> gurus,
>
> is there a way i could create a synonym of an object for
> other accounts
> without actually logging to each account?
>
> thanks
> --
> Author: grace lim
> INET: mglim_at_softhome.net
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Thu Aug 10 2000 - 08:25:37 CDT