Can someone point to me some documentation on how to run the Oracle times ten database in an embedded mode within a java application?
I would like to run times-ten as a replacement for HSQLDB.
|
Can someone point to me some documentation on how to run the Oracle times ten database in an embedded mode within a java application? I would like to run times-ten as a replacement for HSQLDB. |
||||
|
|
|
Oracle does not as far as I know have an embedded mode for Java programs. What you most likely want is the Oracle JDBC driver to talk to a Oracle server "somewhere". Another approach which might be valid for you, is running your code inside the JVM running in most modern Oracle installations. |
|||||
|
|
While the Oracle TimesTen In-Memory Database 11g Overview mentions the word "embedded":
I couldn't find obvious instructions in the product documentation. I'll let you dig it deeper :) |
|||
|
|