修改相应的内核参数

kernel.sem = 250 32000 100 128
kernel.shmmax=2147483648
kernel.shmall=4194304
kernel.sem = 250 32000 100 128
net.ipv4.tcp_rmem=4096 4194304 4194304
net.ipv4.tcp_wmem=98304 4194304 4194304
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_max=4194304
net.ipv4.tcp_window_scaling=1
net.ipv4.ip_local_port_range="1024 65000"

创建用户组

groupadd timesten
usermod -G timesten,oinstall,dba oracle

创建timesten注册文件

mkdir /etc/TimesTen
touch /etc/TimesTen/instance_info
groupadd ttadmin
chgrp -R ttadmin /etc/TimesTen
chmod 770 /etc/TimesTen/
chmod 660 /etc/TimesTen/*

安装timesten

[oracle@ora10gr2 linux86]$ ./setup.sh

NOTE: Each TimesTen installation is identified by a unique instance name.
      The instance name must be a non-null alphanumeric string, not longer
      than 255 characters.

Please choose an instance name for this installation? [ tt1121 ]
Instance name will be 'tt1121'.
Is this correct? [ yes ]

Of the three components:

[1] Client/Server and Data Manager
  [2] Data Manager Only
  [3] Client Only

Which would you like to install? [ 1 ]

Of the following options :

[1] /home/oracle
  [2] /home/oracle
  [3] Specify a location
  [q] Quit the installation

Where would you like to install the tt1121 instance of TimesTen? [ 1 ] 3
Please specify a directory to install TimesTen? [ /home/oracle ] /u01/app/oracle/timesten
Where would you like to create the daemon home directory? [ /u01/app/oracle/timesten/TimesTen/tt1121/info ]
The directory /u01/app/oracle/timesten/TimesTen/tt1121/info does not exist.
Do you want to create it? [ yes ]

The daemon logs will be located in /u01/app/oracle/timesten/TimesTen/tt1121/info
Would you like to specify a different location for the daemon logs? [ no ]
Installing into /u01/app/oracle/timesten/TimesTen/tt1121 …
Creating /u01/app/oracle/timesten/TimesTen/tt1121 …
Uncompressing …

NOTE: If you are configuring TimesTen for use with Oracle Clusterware, the
      daemon port number must be the same across all TimesTen installations
      managed within the same Oracle Clusterware cluster.

NOTE: All installations that replicate to each other must use the same daemon
      port number that is set at installation time. The daemon port number can
      be verified by running 'ttVersion'.

The default port number is 53384.

Do you want to use the default port number for the TimesTen daemon? [ yes ]
The daemon will run on the default port number (53384).

NOTE: For security, we recommend that you restrict access to the
      TimesTen installation to members of a single OS group. Only members of
      that OS group will be allowed to perform direct mode connections to
      TimesTen, and only members of that OS group will be allowed to perform
      operations that access TimesTen data stores, TimesTen files and shared
      memory. The OS group defaults to the primary group of the instance
      administrator. You can default to this group, choose another OS group
      or you can make this instance world-accessible. If you choose to make
      this instance world-accessible, all database files and shared memory
      are readable and writable by all users.

Restrict access to the the TimesTen installation to the group 'oinstall'? [ yes ]

NOTE: Enabling PL/SQL will increase the size of some TimesTen libraries.

Would you like to enable PL/SQL for this instance? [ yes ]
      TNS_ADMIN was not set in your environment but there is a tnsnames.ora
      file in /u01/app/oracle/product/10.2.0/db_1/network/admin.
Would you like to use this TNS_ADMIN setting for the In-Memory Database Cache? [ yes ]

TNS_ADMIN will be set to /u01/app/oracle/product/10.2.0/db_1/network/admin
You can change TNS_ADMIN later by running <install_dir>/bin/ttmodinstall.

NOTE: It appears that you are running version 3.4 or higher of the g++
      compiler. TimesTen ships with multiple sets of client libraries and server
      binaries : one built for compatibility with g++ 3.4.6 and one with
      g++ 4.1.0. The installer has created links to the 3.4.6 library in the
      <install_dir>/lib directory and to the 3.4.6 server binary in the
      <install_dir>/bin directory. If you want to use a different compiler,
      please modify the links to point to the desired library and server binary.

Installing server components …
What is the TCP/IP port number that you want the TimesTen Server to listen on? [ 53385 ]
Do you want to install QuickStart and the TimesTen Documentation? [ no ]
Would you like to install the documentation (without QuickStart)? [ yes ]
Where would you like to create the doc directory (s=skip)? [ /u01/app/oracle/timesten/TimesTen/tt1121/doc ]
The TimesTen documentation has been installed in /u01/app/oracle/timesten/TimesTen/tt1121/doc.
Installing client components …

Would you like to use TimesTen Replication with Oracle Clusterware? [ no ]

NOTE: The TimesTen daemon startup/shutdown scripts have not been installed.

Run the 'setuproot' script :
        cd /u01/app/oracle/timesten/TimesTen/tt1121/bin
        ./setuproot -install
This will move the TimesTen startup script into its appropriate location.

The startup script is currently located here :
  '/u01/app/oracle/timesten/TimesTen/tt1121/startup/tt_tt1121'.

The 11.2.1.8 Release Notes are located here :
  '/u01/app/oracle/timesten/TimesTen/tt1121/README.html'

Starting the daemon …
TimesTen Daemon startup OK.
End of TimesTen installation.

Linux 平台安装 Oracle Timesten相关推荐

  1. 系统dsn oracle,linux平台配置oracle odbc dsn的方法.docx

    linux平台配置oracle odbc dsn的方法.docx LINUX平台配置ORACLEODBCDSN的方法1DSN配置方法ORACLE11编辑配置文件一.OSRHEL5X86(ORACLED ...

  2. odbc建oracle dsn,Linux平台配置Oracle ODBC DSN的方法

    Linux平台配置Oracle ODBC DSN的方法 1DSN配置方法(Oracle) 1.1编辑配置文件 一.OS - RHEL5 X86 (Oracle Database 11g softwar ...

  3. 《Linux/UNIX OpenLDAP实战指南》——2.3 Linux平台安装

    本节书摘来自异步社区<Linux/UNIX OpenLDAP实战指南>一书中的第2章,第2.3节,作者:郭大勇著,更多章节内容可以访问云栖社区"异步社区"公众号查看 2 ...

  4. Linux下安装Oracle参数自动初始化脚本

    在linux下安装Oracle通常是一件很头疼的事情, 而如果我们只是为了部署CMS的话,也没有必要对Oracle的参数去做详细的了解. 那么有没有办法简化这个安装过程呢? 下面给出了一个在Linux ...

  5. 三.Linux平台安装MongoDB

    Linux平台安装MongoDB 1.配置方法 安装(使用yum源安装) 在/etc/yum.repos.d 创建一个mongodb-org.repo源文件 vi /etc/yum.repos.d/m ...

  6. Linux下安装Oracle遇到的错误

    在linux下安装Oracle数据库时 (1)在实际操作中运行sqlplus出现了错误,大致如下: sqlplus / as sysdba sqlplus: error while loading s ...

  7. xhost: unable to open display linux下安装oracle

    情况1. 以root用户登录 输入命令xdpyinfo,记录下里面的name of display:后的字符串,如 name of display:127.0.0.1:1.0 在执行xhost +命令 ...

  8. linux 手动安装 oracle(转)

    Linux下安装Oracle 11 此为参照CU论坛上的高人写的文章并结合自身环境增加了点细节性的东西 操作系统 CentOS 4.2 2.6.11.8内核 安装准备 下载Oracle11安装包 内存 ...

  9. unix 安装oracle,linux上安装Oracle

    当前位置:我的异常网» Linux/Unix » linux上安装Oracle linux上安装Oracle www.myexceptions.net  网友分享于:2013-09-03  浏览:26 ...

最新文章

  1. 如何让自己时刻冷静的方法_4个方法,教你如何真正爱自己
  2. Git 高级用法,喜欢就拿去用!
  3. ubuntu~vim操作
  4. Ionic启动时提示:The Angular CLI requires a minimum Node.js version of eithor v10.13 or v12.0
  5. 镶套iframe 鼠标滚动无效解决办法
  6. VB Vista窗体控件下载(coolBoySkin1.3版)
  7. django动态HTML转PDF方法
  8. python变量定义模糊_刚接触python,对变量还有点模糊,下面的代码帮忙看下
  9. 如何去掉Autodesk教育版印戳
  10. 特殊IP地址分类:私有地址、保留地址
  11. Java获取一个月每周星期一至星期日的日期
  12. iOS10.2越狱图文教程 iOS10.2越狱工具
  13. 计算机桌面上的图标如何删除,怎么删除电脑桌面上的图标啊?
  14. word页眉的横线怎么居中
  15. python客户价值分析_Python实现RFM客户价值分析
  16. ARTS-24 字符串互异
  17. 2007年沪市上涨前20与后20
  18. reduce()实现数组去重
  19. JAVA多线程解决哲学家问题(GUI演示)
  20. 肠道微生物:治疗功能性消化不良的新途径

热门文章

  1. linuxliveu盘怎么用_U盘数据如何恢复?U盘打不开怎么办?
  2. audio标签不展示_设计标签式PPT:排版简洁明了,强烈信息秩序感,你想试试吗?...
  3. D3js(五):tooltips
  4. 完全背包问题从简单到复杂
  5. flutter 环境搭建
  6. Python正则表达式如何进行字符串替换实例
  7. mysql中用HEX和UNHEX函数处理二进制数据的导入导出
  8. PID入门的十五个基本概念
  9. 2021年安徽高考英语口试成绩查询,2021高考英语口语考试成绩
  10. python key lambda_使用“key”和lambda表达式的python max函数