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 install on Fedora 29

633629Nov 6 2018 — edited Nov 8 2018

Hello

I am trying to install Oracle XE on a Fedora 29 (64 arch)

I am folloeing the link:

https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinl/procedure-installing-oracle-database-xe.html

and after :

yum -y localinstall oracle-database-xe-18c-1.0-1.x86_64.rpm

it complains for nodigest

So I've tried the command:

[root@fedora rpms]# rpm -ivf oracle-database-xe-18c-1.0-1.x86_64.rpm --nodigest

and got the error:

[root@fedora ~]# /etc/init.d/oracle-xe-18c configure

/opt/oracle/product/18c/dbhomeXE/bin/orabase: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory

Specify a password to be used for database accounts. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9]. Note that the same password will be used for SYS, SYSTEM and PDBADMIN accounts:

Confirm the password:

Configuring Oracle Listener.

/opt/oracle/product/18c/dbhomeXE/bin/orabase: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory

/bin/mkdir: cannot create directory ‘/cfgtoollogs’: Permission denied

bash: /cfgtoollogs/netca/netca_configure_out.log: No such file or directory

Listener configuration failed. Check log '/cfgtoollogs/netca/netca_configure_out.log' for more details.

[root@fedora ~]#

Please, can yu help out on this?

Regards

Érico

Comments
Post Details
Added on Nov 6 2018
4 comments
3,033 views