create table tbl_00001 (id number(1)) create synonym tbl_teste for marco.tbl_00001 drop synonym tbl_teste drop table marco.tbl_00001 select * from dba_synonyms