I mean… it’s important…
I have a web site that relies on oracle db… and there’s a girl comming to my place this evening…
I planned to impress her with my site…
If I impress her, there’s probably going to be some sex this night…
so, if I don’t install oracle DB, there will be no sex…
>
>
> do you know how to solve this?
>
Please describe what steps you made exactly before that error happens or
which guide you followed. In general you can look here for some info what
might be missing http://forums.opensuse.org/showthread.php?t=433637
–
openSUSE 11.2 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.5.1 | GeForce
9600 GT | 4GB Ram
openSUSE 11.3 64 bit | Intel Core2 Duo T9300@2.50GHz | Gnome 2.30 | Quadro
FX 3600M | 4GB Ram
Download free vmware player for linux (google it).
Install vmware player (practically installs itself, even for me), selecting “NAT” for Network Connection.
Install any old Windows XP you have laying around, possibly the OEM disk that came with your computer, into the VM. This step is like pouring p*ss out of a boot.
Download free development version of Oracle DB, I used the win32 version (not win64).
Install Oracle onto your Win XP virtual machine. Another walk in the park, just follow on-screen directions.
Set up the Oracle listener to be listening.
Once the DB is running in the VM, you can connect to it from the host machine using Oracle instant client tools or Toad or whatever.
If you have enough RAM installed you will be surprised at the performance.
I found this method much easier then installing Oracle direct into Suse.
I’ve installed Oracle 11g on all 11.x OpenSUSE versions with few issues. The main trick is to setup the environment for the oracle user.
The following packages are required for 11g:
binutils-2.16.91.0.5
compat-libstdc+±5.0.7-22.2
gcc-4.1.0
gcc-c+±4.1.0
glibc-2.4-31.2
glibc-32bit-2.4-31.2 (32 bit)
glibc-devel-2.4
glibc-devel-32bit-2.4 (32 bit)
libaio-0.3.104
libaio-32bit-0.3.104 (32 bit)
libaio-devel-0.3.104
libelf-0.8.5
libgcc-4.1.0
libstdc+±4.1.0
libstdc+±devel-4.1.0
make-3.80
sysstat-6.0.2
I have found the easiest way to fulfill dependencies is shown below. (although it does install more than necessary). If you’re just wanting what is required refer to the list above.
Yast2 -> Install the C/C++ pattern.
Confirm libstdc is installed
sudo zypper in sysstat
Typically the installer won’t recognize that you have the proper dependencies therefore you will need to ignore them.
If you get an error during the install don’t abort…just check the log files; see whats missing ; install it and then resume the installer. Most errors in the install log revolve around the version of libstdc.