スワップ用ファイルを作成
# dd if=/dev/zero of=/tmp/swap bs=1024 count=1300000
1300000+0 records in
1300000+0 records out
1331200000 bytes (1.3 GB) copied, 46.2491 seconds, 28.8 MB/s
# mkswap /tmp/swap
Setting up swapspace version 1, size = 1331195 kB
# swapon /tmp/swap
Filename Type Size Used Priority
/dev/mapper/VolGroup00-LogVol01 partition 524280 110856 -1
/tmp/swap file 1299992 0 -2
パッケージインストール
# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
準備中... ########################################### [100%]
1:oracle-xe-univ ########################################### [100%]
Executing Post-install steps...
You must run '/etc/init.d/oracle-xe configure' as the root user to
configure the database.
#
最終更新:2008年09月27日 21:26