Linux脚本很久没有写了,突然有需求写一个初始化Oracle用户以及表空间的bash shell脚本。
做一个记录,以备以后查询
调用方式: ./user.sh oracle /u01/app/oracle/data_01.dbf /u01/app/oracle/index_01.dbf
内容如下:
#!/bin/bash
# ./user.sh oracle /u01/app/oracle/data_01.dbf /u01/app/oracle/index_01.dbf
sqlplus -s system/$1