|
Install Oracle on SLES 10 |
|
|
|
|
Written by Martin
|
|
Wednesday, 15 November 2006 16:26 |
Oracle Universal Installer checks if an environment satisfies it's requirements when executing runInstaller. Often, you'd like to install an Oracle release on an uncertified platform FOR TESTING but can't because you get thrown out by OUI. Playing with some configuration file can help. In this case, I wanted to install Oracle 10.2.0.1 on SLES 10 but since the platform is not yet certified I could not.
Edit /etc/etc/SuSE-release with your favorite text editor and change the contents to read: SUSE Linux Enterprise Server 9 (i586) VERSION = 9 When finished, don't forget to undo the changes. The file has to read: SUSE Linux Enterprise Server 10 (i586) VERSION = 10
|