[Oracle] install oracle 10g to centos 6 minimal vmware

Blog » Oracle install oracle 10g to centos 6 minimal vmware

Post at 24 Feb 2015 03:38

Oracle Database 10g is a stable and with lots of necessary feature.
But it's too old to support new OS officially.
I had been asked a question about 10g ASM which need a 10g environment. BTW write a note here.

Install CentOS 6 Minimal

  • Download centos 6 minimal

I don't like full version, want thing to be as simple as it can be.

  • Install to vmware player 6
  • Connect to terminal with ssh
  • edit with vi /etc/sysconfig/network-scripts/ifcfg-eth0, set ONBOOT=yes, static, IPADDR, NETMASK, GATEWAY, and then bring up eth0 with ifup eth0
  • Install tiger-vncserver
  • Run yum groupinstall "Desktop" "X Window System"

Maybe not necessary if I install Oracle software and database manually, anyway I can wait yum download 170m components.

  • prepare a new vm scsi disk

create oracle software partition and raw partition with fdisk
format mkfs -t ext3 -c /dev/sdb1 (pay attention to which disk should format)
edit /etc/fstab add /dev/sdb1 /u10 ext3 defaults 0 0

Install Oracle

  • Kernal parameters

edit sysctl.conf and sysctl -p

  • Prepare Oracle 10g media
  • Install Oracle software
  • Create database dbca
  • Install guide

http://www.cnblogs.com/mchina/archive/2013/03/08/2934473.html

Advaced topics

  • create udev raw devices

http://d.hatena.ne.jp/yohei-a/20081116/1226794848
http://www.ibm.com/developerworks/cn/linux/l-cn-udev/index.html?ca=drs-cn-0304

  • setup db on asm

http://blog.csdn.net/w63667329/article/details/7924376
http://www.oracledba.org/10g/asm/asm_install.html#ASM_CreationImplementation_Using_UNIX
http://www.doppo1.net/oracle/function/asm/configuration_asm.html

  • add css with localconfig

http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_10.shtml
http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/server.102/B19224-02/storeman.htm

http://www.itpub.net/thread-1831432-2-1.html

http://orax.blog.sohu.com/101587125.html

Problems

  • I choose Japanese language when CentOS install program asked me, but after I installed desktop, the default desktop is English. So characters are not displayed correctly. So does vnc server.
  • Setup CSS with localconfig is not successful for local.ocr in wrong format.

Rating

rating: 0+x

Comment

Add a New Comment