Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle XE 18c on Fedora 28

gdsotirovOct 21 2018 — edited Nov 11 2018

I'm trying to install Oracle XE 18c on Fedora 28 and for now I found 2 problems:

  • Fedora doesn't provide compat-libcap1 package required by oracle-database-preinstall-18c-1.0-1 rpm. I was able to install this package from CentOS repositories, so this one is solved;
  • Following the suggested Quick Start procedure I tried to install the database with yum, but I got an error:

[root@fedora ~]# yum -y localinstall /mnt/vm/oracle-database-xe-18c-1.0-1.x86_64.rpm

Last metadata expiration check: 1:58:43 ago on Sun 21 Oct 2018 02:00:05 PM EEST.

Dependencies resolved.

=================================================================================================================================================================

Package                                          Arch                             Version                          Repository                              Size

=================================================================================================================================================================

Installing:

oracle-database-xe-18c                           x86_64                           1.0-1                            @commandline                           2.4 G

Transaction Summary

=================================================================================================================================================================

Install  1 Package

Total size: 2.4 G

Installed size: 5.2 G

Downloading Packages:

Running transaction check

Transaction check succeeded.

Running transaction test

Error: Transaction check error:

  package oracle-database-xe-18c-1.0-1.x86_64 does not verify: no digest

Error Summary

-------------

I tried also with rpm -i --nodigest /mnt/vm/oracle-database-xe-18c-1.0-1.x86_64.rpm, but this raises another problem:

[root@fedora ~]# rpm -i --nodigest /mnt/vm/oracle-database-xe-18c-1.0-1.x86_64.rpm

warning: /mnt/vm/oracle-database-xe-18c-1.0-1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY

[SEVERE] You have insufficient diskspace in the destination directory (/opt) to

install Oracle Database 18c Express Edition.  The installation requires at

least 7680 MB free on this disk.

error: %prein(oracle-database-xe-18c-1.0-1.x86_64) scriptlet failed, exit status 1

error: oracle-database-xe-18c-1.0-1.x86_64: install failed

Which is confusing as yum gives that 5.2 G are necessary. Anyone having the same issues? Any suggestions?

This post has been answered by Alexander Raaff on Oct 24 2018
Jump to Answer
Comments
Post Details
Added on Oct 21 2018
7 comments
7,215 views