DBMS_METADATA and synonym
573141May 25 2009 — edited May 26 2009hi gurus,
i understand that using DBMS_METADATA.GET_DDL(SynonymnName, Schema..) it is possilble to generate DDL for a synonym.
i need to generate the DDL for all public/private synonyms associated with a table.
is it possible to use DBMS_METADATA here?
tia,
newbie