Hello, I’m trying to install Oracle Database 10g Express Edition installed following oracles install guide at Oracle® Database Express Edition
I’m pretty much already running into problems with the first step. Downloaded the rpm, executed the line below (as root)
rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
and ended up with:
Preparing... ########################################### [100%]
/var/tmp/rpm-tmp.zuOYYL: line 160: : 18446744073709551615: integer expression expected
1:oracle-xe-univ ########################################### [100%]
error: unpacking of archive failed on file /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/exp;4ceb0827: cpio: Digest mismatch
So I’m guessing it looking for some package that isn’t installed or the wrong version is installed? (Sounds plausible, the download is for a 32bits OS and I’m running 64 bits openSUSE - So I will be missing a lot of 32bits libs)