problem in installing oracle database patch 10.2.0.3 on AIX 6.1
740218Feb 6 2010 — edited Feb 12 2010Hi,
I have to install oracle 10g on AIX6.1 so for that i have first installed 10.2.0.1 and then now trying to install patch 10.2.0.3 as AIX6.1 is certified form this patch only
when i tried to install patch silently using the following command it gives me the following
su - oracle -c "/p5337014_10203_AIX64-5L/Disk1/runInstaller -ignoreSysPrereqs -silent -force -debug \
FROM_LOCATION="/p5337014_10203_AIX64-5L/Disk1/stage/products.xml" \
ORACLE_HOME="/oracle/product/10.2.0.1.0" \
ORACLE_HOME_NAME="OraDb10g" \
TOPLEVEL_COMPONENT='{"oracle.patchset.db","10.2.0.3.0"}'"2>&1
it gave me a message :
********************************************************************************
Your platform requires the root user to perform certain pre-installation
OS preparation. The root user should execute '/usr/sbin/slibclean' on all the nodes before
you proceed with Patchset Installation.
Answer 'y' if root has run '/usr/sbin/slibclean' so you can proceed with Oracle
Patchset installation.
Answer 'n' to abort installation and then ask root to run '/usr/sbin/slibclean'.
********************************************************************************
Has '/usr/sbin/slibclean' been run by root? [y/n] (n)
could you tell me what does it mean... also how to remove this message. I mean i want that i will execute the command and then patch should be installed without any little interaction.(this message should not appear)