I installed Oracle 11.2.0.3 in a Centos 7 docker container with following steps:
- Setup bigger /dev/shm for the docker container, you may follow http://data-matters.blogspot.com/2016/02/config-size-of-shared-memorydevshm-for.html
-
Install dependencies:
yum -y install gcc gcc-c++ libaio-devel make
- Setup a rsp file for install, just follow https://gist.github.com/arnobroekhof/8465884 http://nervinformatica.com.br/blog/?p=2303
- Edit stage/cvu/cvu_prereq.xml, make RUNLEVEL check IGNORABLE. The step is based on http://www.torkwrench.com/2014/10/16/automating-oracle-11-2-installation-on-rhel-7/
-
Install with runInstaller script:
./runInstaller -silent -responseFile /path/to/rspfile
Comments