批处理文件建立数据库解决思路

批处理文件建立数据库有人用过批处理文件建立数据库么?能不能给一点意见...在线等...[解决办法]excetueCre

批处理文件建立数据库
有人用过批处理文件建立数据库么?能不能给一点意见...
在线等...

[解决办法]
excetueCreateDatabase.bat file
---------------
sqlplus system/manager @createdatabase.txt

--------createdatabase.txt--------
create user username identified by userpassword default tablespace users temporary tablespace temp;
exit;