- 浏览: 154788 次
- 性别:
- 来自: 广州
文章分类
最新评论
-
驭乐MJ:
好!谢谢啦!正在学习使用sean中。。
Seam学习笔记 -
laorer:
00 -现在,互联网造就了一批富翁,但那时,似乎什么都不会去想 ...
如果时光能够回流到八年前 -
liuqizhi0925:
八年前,OMG ,能改变的事情真的很多...
如果时光能够回流到八年前
下载安装文件
1. 查看系统的具体版本,获取相应安装文件
安装文件下载路径:
http://www.oracle.com/technology/global/cn/software/products/timesten/index.html
安装前的准备
1. 检查系统参数
a)
设置大文件系统(默认系统是支持的)
#/usr/sbin/fsadm -F xvfs -o largefiles /dir_name
b) 设置最大的共享内存段
通过# /usr/sbin/kctune 命令可以查看系统参数
semmns 是系统内系统用户可用的IPC信号总数。
shmmax 最大的共享内存段,以字节为单位,一般设置为可以最大使用的内存的实际大小。
如果是HP-Unix,可以通过/usr/sbin/sam或者/usr/sbin/smh来设置系统内核参数。
这些系统参数都可以在安装完毕之后再设置。
2. 检查是否已安装JDK
3. 检查是否已安装Oracle客户端
Timesten7支持Oracle 9i,10g及以上版本。
4. 配置相关环境变量:
ORACLE_HOME,JAVA_HOME
在安装完毕之后,还需要修改LD_LIBRARY_PATH环境变量
LD_LIBRARY_PATH=$TimesTen_Installation/lib:$Oracle_Home/lib
/*如果是64位的,一定要注意是否是$Oracle_Home/lib64 */
创建用户/用户组
1. 创建用户组和用户
#增加组TimesTen:
groupadd TimesTen
#增加用户timesten并加入到sys,TimesTen组中:
useradd -g TimesTen -G sys –d /YOUR_INSTALL_DIR/TimesTen timesten
passwd timesten
2. 准备相关目录:
# /etc/TimesTen 不一定是安装指定目录,但是安装前必须的目录,在安装时,会生成instance_info文件。
mkdir /etc/TimesTen
chown –R timesten:TimesTen /etc/TimesTen
# 准备自定义的安装目录
mkdir /YOUR_INSTALL_DIR/TimesTen
chmod 775 /YOUR_INSTALL_DIR/TimesTen
chgrp -R TimesTen /YOUR_INSTALL_DIR/TimesTen
chown -R timesten:TimesTen /YOUR_INSTALL_DIR/TimesTen
3. 配置用户组具有所内存的权限
/*root 用户执行*/
setprivgrp TimesTen MLOCK
开始安装
以下安装步骤中显示的提示 是安装Linux版本的提示,跟安装Unix版本基本相同。
除了自定义安装路径,以及选择安装的产品为” Oracle TimesTen In-Memory Database with Cache Connect to Oracle”,其他大部分按照默认选项。
1、 解压 tt70install.tar.gz
tar -xvf tt70install.tar.gz |
2、 安装 timesten
su – timesten cd install ./setup.sh |
3、选择产品是 64 位,还是 32 位,出现如下提示:
Of the following two choices : [1] 32-bit Linux for x86 [2] 64-bit Linux for AMD64 and Intel EM64T processors Which platform are you currently running? [ 2 ] |
选择安装 64 位 Linux 版本,确认回车
4、 确认 timesten 实例名,出现如下提示
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? [ tt70 ] |
默认选择 timesten 的 instance 名字,直接回车,提示:
Instance name will be 'tt70'. Is this correct? [ yes ] |
默认回车
5、 选择安装产品,出现如下提示
Please select a product : [1] Oracle TimesTen In-Memory Database [2] Oracle TimesTen In-Memory Database with Cache Connect to Oracle Which product would you like to install? [ 1 ] 2 |
选择安装“ Oracle TimesTen In-Memory Database with Cache Connect to Oracle ”,输入 2 ,确认回车
6、 选择安装组件,出现如下提示
Of the three components: [1] Client/Server and Data Manager [2] Data Manager Only [3] Client Only Which would you like to install? [ 1 ] |
选择安装“ Client/Server and Data Manager ”,默认确认回车
7、 选择安装 timesten 的目录,出现如下提示
Where would you like to install the tt70 instance of TimesTen? [ /timesten ] |
选择 /timesten ,确认回车
8、 选择创建守护进程的主目录,出现如下提示
Where would you like to create the daemon home directory? [ /timesten/TimesTen/tt70/info ] |
默认回车,出现如下提示:
The directory /timesten/TimesTen/tt70/info does not exist. Do you want to create it? [ yes ] |
提示目录不存在是否创建,默认选择 yes ,确认回车。开始解压安装,提示如下
Installing into /timesten/TimesTen/tt70 ... Uncompressing ... |
9、 解压结束后,安装 Demo 程序,出现如下提示
The TimesTen Demo applications can take up to 64 Mbytes of disk space. Depending on how your system is configured, you may not want to create the DemoDataStore directory in the default location, /timesten/TimesTen/tt70/info/DemoDataStore Where would you like to create the DemoDataStore directory? [ /timesten/TimesTen/tt70/info ] |
默认回车确认,提示如下:
Creating /timesten/TimesTen/tt70/info/DemoDataStore ... |
10、 选择 timesten 守护进程的端口,出现如下提示
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 17001. Do you want to use the default port number for the TimesTen daemon? [ yes ] |
默认选择 17001 端口,确认端口没有被占用,确认方法见脚注。
如果 17001 端口没有被占用的话,则默认回车确认,如果被占用,则输入 no ,回车,出现如下提示
Please enter a unique port number for the TimesTen daemon (<CR>=list)? [ ] 18001 |
输入一个没有被占用的端口,回车确认。系统提示安装过程:
Processing /timesten/TimesTen/tt70/PERL/perl.tar ... |
11、 选择激活数据存储的控制权限,出现如下提示
Would you like to enable datastore access control? [ no ]yes |
输入 yes ,回车确认,出现如下提示
The daemon log will be located in /timesten/TimesTen/tt70/info |
12、 选择 timesten 守护进程日志
Would you like to specify a different location for the daemon log? [ no ]yes |
为方便管理,应该重新选择日志目录,输入 yes ,出现如下提示:
Where would you like the daemon log to be written? [ /timesten/TimesTen/tt70/info ] |
在新的终端里面,用 timesten 用户登录,建立目录
cd /timesten/TimesTen/tt70 mkdir log |
回到安装 timesten 的终端,输入新的目录
Where would you like the daemon log to be written? [ /timesten/TimesTen/tt70/info ] /timesten/TimesTen/tt70/log |
回车确认,出现提示:
Are you sure you want the daemon log to be written to /timesten/TimesTen/tt70/log? [ yes ] |
默认回车,确认把日志写到新建的目录下
13、 激活 Cache Connect to Oracle Administrator ,出现提示
Would you like to enable the Cache Connect to Oracle Administrator? [ yes ] |
默认回车确认
14、 选择 Cache Connect to Oracle Administrator 的端口,出现提示
What TCP/IP port number would you like Cache Connect to Oracle Administrator to listen on? [ 18005 ] |
安装程序会提示一个默认端口,按照前面的方法确认这个端口没有被占用,如果占用则选择别的端口,输入正确的端口号,回车确认,出现提示
NOTE: To access the TimesTen Cache Connect to Oracle Administrator go to the url: http://localhost:18005/cache |
由于 g++ 版本的原因,安装程序可能会提示
NOTE: It appears that you are running version 4.1 of the g++ compiler. TimesTen ships with multiple sets of client libraries and server binaries : one built with g++ 3.2.3, one with g++ 3.4.6, and one with g++ 4.1.0. The installer has created links to the 4.1.0 library in the <install_dir>/lib directory and to the 4.1.0 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. |
之后,系统开始安装 server 组件,安装程序提示
Installing server components ... |
15、 选择记录所有 server 的连接和断开连接
Would you like to log all server Connects/Disconnects? [ yes ] |
默认回车确认
16、 选择 TimesTen 服务 TCP 端口,出现提示
What is the TCP/IP port number that you want the TimesTen Server to listen on? [ 18003 ] |
安装程序会提示一个默认端口,按照前面的方法确认这个端口没有被占用,如果占用则选择别的端口,输入正确的端口号,回车确认,出现提示
Starting the daemon ... TimesTen Daemon startup OK. Installing client components ... |
17、 确认 TimesTen 服务安装的机器、端口、 instance ,出现提示
What is the name of the host running the TimesTen server? [ localhost ] |
安装程序将获取本机的 hostname ,默认回车确认。
确认 TimesTen 服务的端口,出现提示
What is the TCP/IP port number that the TimesTen server is listening on? [ 18003 ] |
此处安装程序将默认选择上一步的端口,默认回车确认
确认 TimesTen 服务的 instance ,出现提示
What is the name of the instance running the TimesTen server? [ tt70 ] |
此处安装程序默认选择 tt70 ,默认回车确认
安装程序提示
Creating new /timesten/TimesTen/tt70/info/sys.ttconnect.ini Extracting 3rd party tools ... |
18、 不安装 TimesTen 文档,出现提示
Would you like to install the documentation? [ yes ]no |
输入 no ,回车确认,出现提示
Documentation not installed. To manually install the documentation, run the command 'setup.sh -installDoc' |
19、 安装结束,安装程序提示如下
NOTE: The TimesTen daemon startup/shutdown scripts have not been installed. As root, run the script 'set |
配置DSN
编辑/YOUR_INSTALL_DIR/TimesTen/tt70/info/sys.odbc.ini文件
1. 在[ODBC Data Sources] 节点下加入自定义的DSN名称(例如tt92_bison32),属性值为TimesTen 7.0 Driver
[ODBC Data Sources]
tt92_bison32=TimesTen 7.0 Driver
2. 加入自定义DSN节点,例如[tt92_bison32]
#############################
#instance for test Data Store
#####################
[tt92_bison32]
Driver=/YOUR_INSTALL_DIR/TimesTen/tt70/lib/libtten.so
DataStore=/YOUR_INSTALL_DIR/TimesTen/tt70/info/tt92_bison32
DatabaseCharacterSet=AL32UTF8
PermSize=6000
Overwrite=0
Authenticate=0
UID=bison32
OracleId=103392
OraclePwd=bison32
发表评论
-
高级复制与物化视图的选型
2009-11-07 10:13 3870一、 同步技术的选型 (一) ... -
多数据库兼容问题
2007-02-23 00:00 1352解决多数据库兼容问题: 解决方案一:(适用于数 ... -
书写历史的甲骨文--ORACLE公司传奇
2007-02-16 00:00 883原文地址:http://www.dbanotes.net/Or ... -
over partition by与group by 的区别
2007-02-09 00:00 2651over partition by与group by 的区别 ... -
ORACLE的锁机制
2007-02-02 00:00 1022ORACLE的锁机制 设立封锁机制主要是为了对并发操 ... -
Oracle分区表的优势
2007-01-26 00:00 1836分区表的优势 对于数据库的执行机制还是不大了解,希望专家能通 ... -
RMAN备份命令[转]
2007-01-19 00:00 11771、切换服务器归档模式 ... -
Oracle启动停止命令
2007-01-12 00:00 1540如果未在环境变量中指定实例名,则lsnrctl命令需要指定实例 ... -
Oracle内存结构[转]
2007-01-05 00:00 1121oracle内存结构 SGA:针对系统的内存空 ... -
Oracle日志文件
2006-12-29 00:00 31991.查询系统使用的是哪一组日志文件:select * from ... -
Oracle日志文件使用小结
2006-12-22 00:00 29081:给日志组1增加重做日志文件. SQL> alter ... -
Oracle入门书籍推荐[转]
2006-12-15 00:00 3155很多朋友要我帮忙推荐一下Oracle的入门书籍,能够了解Ora ... -
Oracle优化笔记2
2006-12-08 00:00 1025常用的跟优化有关的数据字典视图 v$sql, ... -
Oracle优化笔记1
2006-12-01 00:00 1042Oracle优化笔记 ... -
Oracle维护笔记1
2006-11-24 00:00 1183Oracle维护笔记 ·常用的数据字典视图—— ... -
Oracle开发笔记1
2006-11-17 00:00 964常用脚本: --1. 循环插入测试语句: ... -
Oracle学习笔记2
2006-11-10 00:00 949·MERGE INTO的基本语法 MERGE IN ... -
char、varchar、text、ntext、bigint、int、smallint、tinyint和bit的区别及数据库的数据类型
2006-10-20 00:00 1356Varchar 对每个英文(ASCII)字符都占用2个字节,对 ... -
MySQL 笔记
2006-10-13 00:00 694MySQL 笔记 -
SQL Server存储过程的事务实现
2006-10-06 00:00 1336SQL Server存储过程的事务实现
相关推荐
Changing password for user timesten. New UNIX password: (输入你的密码) BAD PASSWORD: it is based on a dictionary word (如果提示密码基于字典单词,你需要输入一个更复杂的密码) Retype new UNIX password: ...
安装Oracle TimesTen 11.2.2.8.0 for Microsoft Windows x64时,用户需要考虑以下关键步骤: 1. **系统要求**:确保你的Windows系统是64位的,并且满足硬件和软件的最低需求,如足够的内存(通常建议16GB以上)和...
【标题】"timesten for windows and linux x64.rar" 涉及的主要知识点是Oracle TimesTen In-Memory Database在Windows和Linux 64位操作系统上的安装与配置。TimesTen是一款高性能、实时的内存数据库系统,适用于需要...
在本文档中,我们将深入探讨如何安装Oracle TimesTen In-Memory Database。TimesTen是一个高性能、内存中的数据库系统,常用于需要快速数据访问的应用场景。以下是一步步安装TimesTen的详细步骤,适合初学者跟随操作...
根据提供的文件信息,我们可以详细解析出关于在Linux AS5系统上安装Timesten及与Oracle 11g客户端相关的知识点。 ### 安装环境配置 #### 操作系统 - **AS5 (Asianux Server 5)**:基于Red Hat Enterprise Linux...
# TimesTen for Java 开发指导手册 ## 关于 TimesTen In-Memory Database ### 背景介绍 TimesTen In-Memory Database 是一款专为高性能、低延迟的应用场景设计的内存数据库系统。它通过将数据存储在内存中来提供...
Oracle TimesTen11.22 For Linux setup scripts manual
Oracle+unix+Timesten+c++.rarOracle+unix+Timesten+c++.rarOracle+unix+Timesten+c++.rarOracle+unix+Timesten+c++.rar
此文档将详细阐述在Linux环境下如何安装、配置、测试以及卸载TimesTen。 1. **Linux上安装TimesTen** 1.1. **准备工作** 在安装TimesTen之前,确保你的Linux系统满足其最低硬件和软件要求。你需要一个支持的...
在本文中,我们将详细探讨如何在CentOS 6.3操作系统上安装TimesTen数据库系统。TimesTen是一款由甲骨文公司开发的高性能、内存中的列式数据库,它为需要实时分析和事务处理的应用程序提供了极高的性能。 ### 一、...
如何安装配置使用Timesten,并且实现自动更新oracle磁盘数据库中数据
1. 操作系统:TimesTen支持多种操作系统,包括但不限于Windows、Linux、Unix等。 2. 内存:由于TimesTen是内存数据库,因此需要足够的RAM来存储数据。推荐配置至少与数据库大小相等的内存。 3. 硬盘空间:虽然主要...
linux上安装timesten以及配置、还不错 给大家分享一下
标题 "TimesTen 安装 - Linux prerequisites Semaphores" 指的是在Linux系统上安装Oracle TimesTen In-Memory Database之前需要满足的一些先决条件,特别是涉及到信号量(Semaphores)的部分。TimesTen是一款高性能...
以下是对标题“Timesten安装笔记”和描述中涉及的知识点的详细说明: 1. **系统要求**: - 安装环境:Linux 发行版 Red Hat Enterprise Linux (RHEL) 3 或 SUSE 9。 - CPU 架构:Intel EM64,即支持 64 位操作...
Linux 下安装 TimesTen 在 Linux 系统中安装 TimesTen 需要进行一些配置和设置,以下是安装步骤和命令详解: 首先,需要使用 root 用户登录系统,然后编辑 `/etc/sysctl.conf` 文件,追加一些配置,包括调整 TCP ...
8. **初始化数据库**:按照“timesten系列二:如何安装timesten.pdf”的指南,使用`ttAdmin`工具创建一个新的Timesten数据库实例。这涉及设置数据库名称、内存大小、日志文件位置等参数。 9. **创建连接池**:连接...