wscherphof / oracle-12c

Docker image with Oracle database server on Oracle Linux. Formerly known as https://registry.hub.docker.com/u/wscherphof/oracle-12c/
Other
123 stars 94 forks source link

Step1 error with running command from `/tmp/install/install` #16

Closed wwarlock closed 9 years ago

wwarlock commented 9 years ago

So, as I wrote in previous issue, I could not start /tmp/install/install and started to run each line step by step.

$ mount -t tmpfs shmfs -o size=4g /dev/shm success

$ date success

$ su -s /bin/bash oracle -c "cd /tmp/install/database/ && ./runInstaller -ignoreSysPrereqs -ignorePrereq -silent -noconfig -responseFile /tmp/db_install rsp" fail

Some trouble with incorrect params (bad chinesse symbols in it). So, I've entered the whole command by hands and got

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 500 MB. Actual 6499 MB Passed Checking swap space: must be greater than 150 MB. Actual 1427 MB Passed Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-07-29_12-22-24PM. Please wait ...[root@1d5555154048 /]# [root@1d5555154048 /]# [FATAL] [INS-32021] Insufficient disk space on this volume for the selected Oracle home. CAUSE: The selected Oracle home was on a volume without enough disk space. ACTION: Choose a location for Oracle home that has enough space (minimum of 6,553MB) or free up space on the existing volume.

wwarlock commented 9 years ago

The problem is similar to issue, so that is not your problem )