1登陆oracle
sqlplus 账号/密码@服务器名; 例如: sqlplus hbcxuser/hbcxpass@orcl; 敲回车
2 执行sql文件
sql>@E:/01.sql 敲回车
3 sql 文件
begin
insert语句;
commit;
end;
/
4 / 表示结束