显示当前的所有数据库表
select table_name from user_table;
select table_name from tabs;
执行外部SQL文件
在SQLPLUS下执行@命令
示例@d:\data.sql(将文件拖进去)