Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Create synonyms in externally authenticated user's schema
If you have the proper privilege,
create synonym <synonym_owner>.<synonym_name> for <table_owner>.<table_name>;
Be warned, Oracle's OS authentication is extremely easy to spoof.
Ian MacGregor
Stanford Linear Accelerator Center
oan_at_SLAC.Stanford.edu <mailto:oan_at_SLAC.Stanford.edu>
-----Original Message-----
Sent: Monday, May 13, 2002 1:38 PM
To: Multiple recipients of list ORACLE-L
Hi all,
When I create a new nt OS authenticated user I need to create several synonyms in that users's schema? How can I create synonyms as that user easily?
I know that I can get them to give me their nt password and log in as them, or create a stored procedure that executes as that user, or a user logon trigger, but I'm hoping there is a more straight forward way to do this?
TIA, Beth
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: MacGregor, Ian A.
INET: ian_at_SLAC.Stanford.EDU
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 Mon May 13 2002 - 16:23:23 CDT
![]() |
![]() |