Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> synonym on synonym is it possible.
Hey guys,
i have a problem with a user trying to create a synonym on a synonym.
Is it possible to do this.
create public synonym dingdong for ranger.sogen1;
( SOGEN1 is itself a synonym on another table.)
›1]Synonym created.
SQL> select * from dba_synonyms where SYNONYM_NAME like 'DINGDONG';
OWNER SYNONYM_NAME TABLE_OWNER TABLE_NAME DB_LINK
------------------------------ ------------------------------
------------------------------ ------------------------------
------------------------- PUBLIC DINGDONG RANGER SOGEN1
Any hints,experiences,suggestions will be appreciated.
Thanks a lot.
Tapan H Trivedi
Received on Thu Sep 23 1999 - 07:00:23 CDT
![]() |
![]() |