I googled a lot to find any one has accessed timesten from ruby. I need to access timesten from Ruby (v1.9.3).
Can anyone please help me out?
Thanks
I googled a lot to find any one has accessed timesten from ruby. I need to access timesten from Ruby (v1.9.3).
Can anyone please help me out?
Thanks
The best way to access Oracle TimesTen via Ruby is via the ODPI-C ruby-ODPI SQL driver.
ODPI-C is a c wrapper to OCI and the same Ruby code can be used on TimesTen and the Oracle RDBMS.
You should use tnsnames.ora to define a service name that maps to a TimesTen DSN.
You should use the connection pattern as defined in the Oracle sample code.