我想写一段shell,他实现打开SQLPLUS,并且执行让sqlplus执行一个*.sql文件?#! bin/sh/sqlplus user/password@tnsname@sqlfile.sql;exitEOF ...
bbs.chinaunix.net