You can query the ALL_OBJECTS view: select owner , object_name , object_type from ALL_OBJECTS where object_name = 'FOO'. To find synonyms:
確定! 回上一頁