不明白你想做什么?是一个应用程序的安装过程么?建立表空间
create tablespace IAD datafile '文件路径' size 200m;创建用户
create user IAD identified by IAD default tablespace IAD;给用户授权权限
grant connect to IAD;
grant resource to IAD;用sqlplus执行.sql文件
首先在命令行执行sqlplus,会自动问你用户名和密码
然后
SQL>@create.sql