ECS最低配置:CPU: 2核 内存:2G 数据盘:20G
安装脚本分为 oracle11g 4个小版本,下载地址: http://zy-res.oss-cn-hangzhou-internal.aliyuncs.com/oracle/oracle11201.shhttp://zy-res.oss-cn-hangzhou-internal.aliyuncs.com/oracle/oracle11202.shhttp://zy-res.oss-cn-hangzhou-internal.aliyuncs.com/oracle/oracle11203.shhttp://zy-res.oss-cn-hangzhou-internal.aliyuncs.com/oracle/oracle11204.sh操作步骤1,格式化数据盘[root@iZ233gcxqauZ ~]$ mkfs.ext4 /dev/xvdb2, 创建并将数据盘挂载到 /alidata 目录[root@iZ233gcxqauZ ~]$ mkdir /alidata[root@iZ233gcxqauZ ~]$ mount /dev/xvdb /alidata3,授权安装脚本可执行权限[root@iZ233gcxqauZ ~]$ chmod +x oracle11201.sh4, 执行 安装脚本[root@iZ233gcxqauZ ~]$ ./oracle11201.sh