Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

Recommended Reference Material

<<Teamcenter 10.1 Installation on Unix and Linux Servers Guide>>

<<Oracle Database Installation Guide 11g Release2(11.2) for Linux>>

The detailed screenshots about installation and upgrading Oracle Server are as the following.

Checking the software requirements

Verify that the following softwares are installed on the system

  • OS Requirements

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

# cat /proc/version

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

  • Package Requirements

For any Oracle Database 11g release prior to 11.2.0.2, both the 32 bit and 64bit packages listed in the following table are required.

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

Creating required OS groups and users

# groupadd oinstall
# groupadd dba
# useradd -g oinstall -G dba oracle 
# passwd oracle

 

Creating kernel parameters

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

Increase shell limits for the oracle user to the minimum values listed in the above table by adding the following lines to

/etc/security/limits.conf file

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

Creating required directories

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

Preparing installation media

I prefer to use WinSCP tool to upload Oracle11gR2_for_Teamcenter_linux64_[1,2]of2.zip to Linux server.

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

 

Installing Oracle Database

Enter the following command to start OUI (Oracle Universal Installer)

$ cd /pdm/tc/soft/database
$ ./runInstaller

Tip: In Chinese nls env, Chinese characters in OUI display messed. 

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

Reset the LANG env variable to fix the above Chinese character display issue. 

$ export LANG=en_US.utf8
$ ./runInstaller
  • Step 1  Ignore email notification about security updates

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

  • Step2  Install database software only. We will use db templates provided from Siemens to create a database late.

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

  • Step 3 Single instance database installation. Teamcenter recommends single instance database.

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

 

  • Step 4 Add [Simplified Chinese] to Selected languages.

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

  • Step 5 Select [Enterprise Edition] to install

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

  • Step 6 Specify [Oracle Base] and [Oracle Home] locations

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

  • Step 7 Use default directory for inventory directory if no special reason.

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

  • Step 8 &9 Run prerequisite checks. In my Linux env, the pdksh-5.2.14 is missing and so the checks are not passed. But it’s OK to select [ignore all] to further install.

Tip:Please follow the below URL to investigate into the issue if necessary.

http://unix.stackexchange.com/questions/29554/pdksh-missing-from-rhel-6-and-centos-6

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

Step 10&11 Execute configuration scripts following the popup message Box.

Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation

相关文章

这篇文章主要介绍“hive和mysql的区别是什么”,在日常操作中...
这篇“MySQL数据库如何改名”文章的知识点大部分人都不太理解...
这篇文章主要介绍“mysql版本查询命令是什么”的相关知识,小...
本篇内容介绍了“mysql怎么修改字段的内容”的有关知识,在实...
这篇文章主要讲解了“mysql怎么删除unique约束”,文中的讲解...
今天小编给大家分享一下mysql怎么查询不为空的字段的相关知识...