This page is yet to be finished...
Concepts
By disabling the Access Control there is no user/pwd to use to login resulting in a faster connection
Installation
#Install and configure ODBC DSN
http://www.oracle.com/technology/products/timesten/viewletstt70_create_db_win_cc_viewlet_swf.html
#Create an ODBC DSN entry with no user defined so to login with current OS user
#ttdemo is the ODBC DSN name
dos> ttisql ttdemo
Command> create table test(a number);
|