Hi, I have set up a Oracle Linux Server and I want to install Oracle 18c XE using RPM package. Following Oracle Database XE documentation the only thing that I need to do is running this command
# yum -y localinstall oracle-database-xe-18c-1.0-1.x86_64.rpm
because on Oracle Linux the Database Preinstallation RPM is pulled automatically.
Unfortunately I receive this error:
Error:
Problem: conflicting requests
-nothing provides oracle-database-preinstall-18c needed by oracle-database-xe-18c-1.0-1.x86_64 (try to add '--skip-broken' to skip unistallable packages or '--nobest' to use not only best candidate packages)
Can anyone help me?