upgarde Oracle 9 i to11g
AG Upgrade 9i to 11g (Manually) The following for upgrading a 9.2.0.8 DB to 11.2 version on Solaris Required packges for installing 11g software: (see equivalent) -------------------------------------------- unixODBC-devel-2.2.11 libaio-devel-0.3.105 elfutils-libeif-devel-0.97 gcc.. .. etc Install 11g software in new ORACLE HOME... /apps/oracle/product/db11gR2 happens to be mine.. Note ID: 429825.1 Database Upgrade steps from 9i to 11g: -------------------------------------------------------- Step 1: ------- Log in to the system as the owner of the new 11gR2 ORACLE_HOME and copy the following files from the 11gR1 ORACLE_HOME/rdbms/admin directory to a directory outside of the Oracle home, such as the $HOME/migration in my case: mkdir $HOME/migration cp $ORACLE_BASE/product/db11gR2/rdbms/admin/utlu11*i.sql $HOME/migration cp $ORACLE_BASE/product/db11gR2/rdbms/admin/utltzuv2.sql $HOME/migration Step 2: ------- $ sqlplus "/ as sysdba" SQL...