[20180928]如何能在11g下执行.txt --//链接问的问题: http://www.itpub.net/thread-2105467-1-1.html create table test(t_id int,t_name varchar2(50));create table test2(t_id int,t_name varchar2(50)); insert into test values(1,'a');insert into test values(2,'b');insert i…