首页 > 数据库技术 > 详细

Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation

时间:2014-06-24 15:26:21      阅读:756      评论:0      收藏:0      [点我收藏+]

Configure Oracle environment

It is recommended that user sets the specific environment for Oracle installation in ~/.bash_profile file prior to instance creation.

$ vi ~/.bash_profile

create $Oracle_BASE, $ORACLE_HOME, $ORACLE_SID and append $ORACLE_HOME/bin into $PATH in the file.

bubuko.com,布布扣

Create Listener

When configuring EM(Enterprise Manager) during creating oracle instance, you need to create listener in advance.

Use netmgr or netca utility to create a new listener.

1) Execute netmgr utility. And add listener and choose listener name.

bubuko.com,布布扣

2) Set listening locations. Select TCP/IP protocol

bubuko.com,布布扣

3) Save the listener configuration and start listener.

bubuko.com,布布扣

Prepare database templates for Teamcenter

Copy Teamcenter db scripts to Oracle DBCA template directory [ $ORACLE_HOME/assistants/dbca/templates].  

Create Instance using DBCA

Execute dbca utility to create instance

bubuko.com,布布扣

Select [Create a Database] option

bubuko.com,布布扣

Select [Teamcenter Oracle 11g] database template.

bubuko.com,布布扣

Set [Global Database Name] and [SID]

bubuko.com,布布扣

If a Oracle listener has already been configured, select [Configure Enterprise Manager] 

bubuko.com,布布扣

Use the same administrative password for all accounts if no special reason.

bubuko.com,布布扣

Use default setting

bubuko.com,布布扣

Unclick [Specify Fast Recovery Area] if you don’t master sound Oracle administration skill.

bubuko.com,布布扣

Default setting

bubuko.com,布布扣

You can set SGA&PGA size manually or automatically.

bubuko.com,布布扣

Teamcenter10 fully supports UTF8 character sets in Linux env. So use AL32UTF8 for Chinese env. Prior to Teamcenter10, use ZHS16GBK for Chinese env instead.

bubuko.com,布布扣

If necessary, you can configure database storage for tablesapces.

bubuko.com,布布扣

Summarize

bubuko.com,布布扣

Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation,布布扣,bubuko.com

Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation

原文:http://www.cnblogs.com/adamplm/p/3805637.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!