测试环境准备 $ sqlplus tthr/oracle@ttorclcreate table orders(ord_num int primary key, ship_time timestamp not null);insert into orders values(1, sysdate);commit;grant select on orders to cacheadm;$ tti
在缓存组定义中,有一些选项,它们平常很少会用到,但在一些特定的场合也许有用。 这些选项是: * ON DELETE CASCADE * UNIQUE HASH ON * Where 条件中的SYNONYM * 缓存LOB数据 ON DELETE CASCADE on delete cascade由于涉及到delete操作,因此一般用于AWT缓存组。不过只读缓存组也可以用。 设定了O
之前的例子都是TimesTen与Oracle 11gr2结合,今天试了一下与DB 12c的结合。 从TimesTen的角度来说,12c和11g没有区别,都是通过tnsnames.ora来连接,主要的工作还是在12c这边。 本文介绍TimesTen 11.2.2.8.11和Oracle DB 12.1.0.2.0的结合,平台为Oracle Linux Server release 6.6 安
在TimesTen中,read-only, AWT, SWT都属于系统管理的缓存组,而User managed cache group则是用户自定义的缓存组。 When TimesTen manages operations for user managed cache groups, it connects to the Oracle database using the current
Sliding Window(滑动窗口)是Cache Group常用的一种场景。 本文介绍滑动窗口的基本概念以及如何配置滑动窗口。 滑动窗口的描述如下: In a sliding window configuration, new rows are inserted into and old rows are deleted from the cache tables on a regul
概念 TimesTen中逻辑服务器名(logical server name)的概念用的很少,但是了解一下还是必要的。 首先,logical server是在客户端定义,指向服务器端。 其次,当用非TCP/IP的通讯协议或者TimesTen Server不在缺省的端口监听时,必须使用logical server name。 A logical server name is a def
从官网下载ttImportFromOracle。 在TimesTen 18c下运行报错: ttImportFromOracle: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory 在安装目录下只找到了libcln