deepaksachdeva
24th August 2005, 09:55
hi Gurus,

I know this is not the right fourum to post this message, but i m in deep trouble, could some help in installing the Oracle 10.1.0.2 (10G) on AIX 5.3, i had done the basic pre requisite as mentioned in the installation document provided by BaaN, but while running the runInstaller the system is throwing the following err.



telnet (himalaya)




$ ./runInstaller
********************************************************************************

Your platform requires the root user to perform certain pre-installation
OS preparation. The root user should run the shell script 'rootpre.sh' before
you proceed with Oracle installation. rootpre.sh can be found at the top level
of the CD or the stage area.

********************************************************************************

Your platform requires the root user to perform certain pre-installation
OS preparation. The root user should run the shell script 'rootpre.sh' before
you proceed with Oracle installation. rootpre.sh can be found at the top level
of the CD or the stage area.

Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
installation.
Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.

********************************************************************************

Has 'rootpre.sh' been run by root? [y/n] (n)
y

Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be 5200
Failed <<<<

Exiting Oracle Universal Installer, log for this session can be found at /tmp/Or
aInstall2005-08-24_12-15-12PM/installActions2005-08-24_12-15-12PM.log
$ oslevel
5.3.0.0

Markus Schmitz
24th August 2005, 12:41
I had the same two weeks ago on a HPux installation. Problem is, oracle 10g is released for the newest version of HPux and AIX, but the installer doesn't know about it and fails during the OS check.

If you are sure, you have the right media, then you can try:

./runInstaller --ignorePrereq

this will skip the check and worked for me nicely.

The above installation glitch is only one of many, which I experienced. Another nice one is this: Once you install the current patch set, you can not add any components any more from the origional installation CD. So you have to choose from the very beginning everything you might need in the future.

Also funny is this one: The Oracle RDBMS server needs about 900 MB on disk, the Oracle rdbms client needs 1100 MB. :-)

And another one is this: If you need to install anything, which is on the companion CD, like Pro-C, then you can only install the whole CD, no selection possible.

After two weeks installation and configuration nightmare with 10g, I was really looking with kind eyes on the good old Oracle 7 days.

Regards

Markus

Dikkie Dik
24th August 2005, 17:24
After two weeks installation and configuration nightmare with 10g, I was really looking with kind eyes on the good old Oracle 7 days.

I agree. My installation succeeded in a few hours. Same problems, but with Google and Metalink I fixed these easily. On some systems tuning is easy, but we also have another testbox that behaves very weird: the first run is slow, the second as well and during the third run the system finally starts to perform. All have same excecution plans, but perform different. Oracle 10 should be self tuning, but I prefer the do-it-yourself days as we had in the good old 7 days.

Markus Schmitz
24th August 2005, 18:39
I agree. My installation succeeded in a few hours. Same problems, but with Google and Metalink I fixed these easily. ...

I have to admit in these two weeks we did a bit more,then just install Oracle 10g, like consolidating 4 application servers to one, configuring clustering with MC/SG, configering DB control and enterprise manager in the cluster, setting up and automizing a logical standby database and integrating the unix authentication with windows domains.

Without Metalink and Google we would have to give up somewhere in between and Oracle 10 was quite a pain. Around half the time was spent on Oracle 10 related issues.

Anyway we have to live with the software they throw at us, I guess.

Regards

Markus