Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: "ALTER SYNONYM"?
Can you use a view
instead?
SVRMGR> create table temp1 (temp1 varchar2(1));Statement
processed.
SVRMGR> create table temp2 (temp1 varchar2(1));Statement
processed.
SVRMGR> insert into temp1 values ('a');1 row
processed.SVRMGR> insert into temp1 values ('a');1 row processed.SVRMGR> insert into temp1 values ('a');1 row processed.SVRMGR> insert into temp1 values ('a');1 row processed.SVRMGR> insert into temp2 values ('b');1 row processed.SVRMGR> insert into temp2 values ('b');1 row processed.SVRMGR> insert into temp2 values ('b');1 row processed.
exist".-Rick+--------------------------------------------------------------------------+|Rick Osterberg
|+--------------------------------------------------------------------------+--Please see the official ORACLE-L FAQ: <A href="http://www.orafaq.com">http://www.orafaq.com-- Author: Rick Osterberg INET: osterber_at_fas.harvard.eduFat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing
Lists--------------------------------------------------------------------ToREMOVE yourself from this mailing list, send an E-Mail messageto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing). Received on Mon Jul 02 2001 - 10:05:39 CDT
![]() |
![]() |