synonym ÃßÃâ ½ºÅ©¸³Æ®
ÀÛ¼ºÀÚ °ü¸®ÀÚ ÀÛ¼º½Ã°£ 2006-03-28 00:03:56
 

¡á ½Ã³Ê´Ô ÃßÃâ script

======================================================================
=================

select
        'create '
        ||DECODE(owner,'PUBLIC','public')||' synonym '
        ||DECODE(owner,'PUBLIC',Null, '')||synonym_name
        ||' for '
        ||DECODE(table_owner,Null,''||table_name,table_owner||'.'||table_name)

        ||DECODE(db_link,Null,';', '@'||db_link||';')
from    dba_synonyms
where /*table_owner \*not in ('SYS','SYSTEM')*\='PRSADMIN'
or*/ owner='PRSADMIN'
--or table_owner ='PRSADMIN'


¸ñ·Ï | ÀÔ·Â | ¼öÁ¤ | ´äº¯ | »èÁ¦