Public synonyms - unusual names
604542Dec 28 2007 — edited Dec 31 2007I'm trying to list public synonyms but the names that they seem to have been given are a little strange. Have I missed something ?
SELECT owner, object_name, object_type
FROM all_objects
WHERE object_type like 'SYNONYM';