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


    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.

    image

    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.

    image

    2) Set listening locations. Select TCP/IP protocol

    image

    3) Save the listener configuration and start listener.

    image

    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

    image

    Select [Create a Database] option

    image

    Select [Teamcenter Oracle 11g] database template.

    image

    Set [Global Database Name] and [SID]

    image

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

    image

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

    image

    Use default setting

    image

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

    image

    Default setting

    image

    You can set SGA&PGA size manually or automatically.

    image

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

    image

    If necessary, you can configure database storage for tablesapces.

    image

    Summarize

    image

  • 相关阅读:
    linux(CENTOS)系统各个目录的作用详解
    2018 焦作E java 高精度暴力
    [SHOI2015]激光发生器,计算几何 直线相交
    codeforces 600E dfs+线段树合并
    2018 南京区域赛A SG打表
    8个常见的硬币博弈的SG值规律
    hdu 3389 阶梯博弈
    组合游戏与博弈好文
    gym 100500B 多项式哈希+Rabbin-Karp/最小表示法
    zjoi 2007 捉迷藏 动态点分治+可删堆
  • 原文地址:https://www.cnblogs.com/adamplm/p/3805637.html
Copyright © 2020-2023  润新知