1、在windows主机上安装了TimesTen Client,然后主机上通过VirtualBox虚拟出Linux Guest OS,安装了TimesTen Server。由于虚拟机配置的是NAT网络,缺省情况下,虚拟机对于主机是不可见的,因此也无法作为服务器使用。

3、[timesten@localhost ~]$ ifconfig -a eth0 Lin氯短赤亻k encap:Ethernet HWaddr 08:00:27:45:AB:7A inet addr:10.0.2.100 Bcast:10.0.2.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe45:ab7a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:167 errors:0 dropped:0 overruns:0 frame:0 TX packets:206 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:18231 (17.8 KiB) TX bytes:25049 (24.4 KiB)

5、Host OS的地址是在VirtualBox Host-Only Network中自动定义的。而Host OS无法访问Guest OS.设置如下图:打开网络设置,选择端口转发设置如图的规则在ODBC数据源中设置的DSN如下,注意服务器为localhost:然后在SQL Developer中就可以建立TimesTen连接,测试成功

7、[timesten@localhost ~]$ ttstatusTimesTen status report as of Fri Aug 26 23:20:44 2016Daemon pid 3418 port 53396 instance tt1122TimesTen server pid 3427 started on port 53397 ...
