Installing Oracle Database 10.2.0.1 on AIX 6.1
Installing Oracle Database 10.2.0.1 on AIX 6.1
Operating System: AIX 6100
Oracle Database: 10gr2_aix5l64_database.cpio
Completing Preinstallation Tasks Manually
...
Installing the Oracle Database Software
Create Oracle software owner user accounts.
mkgroup -'A' id='1000' adms='root' oinstall |
Create Oracle software directories.
mkdir -p /u01/app/oracle |
Configure Oracle software owner user account environment.
cat >>/home/oracle/.profile <<"EOF" |
Unzip database software files, login as the oracle user, run installer.
gunzip 10gr2_aix5l64_database.cpio.gz |
Uninstall
rm -rf /u01/app |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.