set markup html on
spool result.html
Prompt "测试"
describe all_tables;
Prompt "查看所有的表名"
select table_name from all_tables;
Prompt "查询表总数"
select count(*) from all_tables;
spool off
set markup html off
set markup html on
spool result.html
Prompt "测试"
describe all_tables;
Prompt "查看所有的表名"
select table_name from all_tables;
Prompt "查询表总数"
select count(*) from all_tables;
spool off
set markup html off