Oracle 12c数据库在linux mint 18.1上的安装情况

问题描述 投票:3回答:1

当我在linux mint 18.1 cinnamon上安装oracle 12c时,得到以下错误。

[INS-32021] Installer has detected that the available disk space on the volume for Oracle home (/u01/app/oracle/product/11.2.0/dbhome_1) is insufficient.
[INS-35212] Insufficient disk space on this volume for the selected datafiles location.

df -h的输出如下。

$ df -h

 Filesystem      Size  Used Avail Use% Mounted on
    udev            3.9G     0  3.9G   0% /dev
    tmpfs           787M  9.4M  778M   2% /run
    /dev/sda5        41G   31G  8.0G  80% /
    tmpfs           3.9G   23M  3.9G   1% /dev/shm
    tmpfs           5.0M  4.0K  5.0M   1% /run/lock
    tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
    /dev/sda1       256M   30M  227M  12% /boot/efi
    cgmfs           100K     0  100K   0% /run/cgmanager/fs
    tmpfs           787M   32K  787M   1% /run/user/1000
    overflow       1000M  778M  223M  78% /tmp

该怎么做呢?

注:-u01的大小是8.6Gb。

linux oracle installation oracle12c linux-mint
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.