When I try to connect to the timesten databse using the SQL developer, I am getting following error message.
Can someone point to me some documentation on how to run the Oracle times ten database in an embedded m开发者_开发技巧ode within a java application?
I need some help with TimesTen DB query optimization. I made some measures with Java profiler and found the code section that takes most of the time (this code section executes the SQL query). What is
I have TimesTen local store which open cache connect to an Oracle data store. Sometimes I need to drop the whole Oracle schema (Entities changes etc..), so I simply drop every table, and recreate it.