PROBLEM :- Get the following error when you run clone.pl on AIX to clone ORACLE_HOME -
perl clone.pl ORACLE_HOME="/opt/oracle/product/10.2.0/db_3" ORACLE_HOME_NAME="db10g_home3"
JVMST100: Unable to allocate an array object, Array element exceedes IBM JDK limit of 268435455 elements
SOLUTION :- run runInstaller with the OS JRE instead -
./runInstaller -jreLoc /usr/java14/jre -silent -clone -waitForCompletion "ORACLE_HOME=/opt/oracle/product/10.2.0/db_3" "ORACLE_HOME_NAME=db10g_home3" -noConfig -nowait
Wednesday, March 11, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment