select count(*) from user_tables where table_name='表名' 

或者

select 1 from user_tables where table_name='表名' 

相关文章: