SELECT * FROM dba_objects WHERE object_Name = UPPER(Tbl_Name) 
     and owner=UPPER(Tb1_Owe) and object_type='TABLE';
如果有drop 
没有 create table Tb1()