Ubuntu 7.10下安裝Oracle-xe-universal_10.2.0.1-1.1_i386

來源:互聯網
上載者:User

一 目前的版本的Oracle安裝時要求Ubuntu 7.10的swap分區要大於1G,故先使用一個大於1G的swap檔案作為交換分區,用完之後再刪掉它:

>dd if=/dev/zero of=/wherever/swap bs=1024 count=1024000

>mkswap /wherever/swap

>swapon /wherever/swap

若安裝完成之後,想使用以前的swap分區則可以先卸載再刪除:

>swapoff /wherever/swap

>rm -i /wherever/swap

二 然後就要安裝Oracle依賴的軟體包

gcc

make

binutils

lesstif2

libc6

libc6-dev

rpm

libmotif3

libaio(或者libaio1)

libstdc++5

alien

三 安裝:

>dpkg -i /your_path/oracle-xe-universal_10.2.0.1-1.1_i386.deb

四 配置,是對諸如是否開機啟動以及SYS和SYSTEM密碼的設定

>/etc/init.d/oracle-xe configure

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.