Oracle ten times embedded in Java application

Can someone tell me some documentation on how to run an Oracle times ten database in native mode in a Java application?

I would like to run time ten as a replacement for HSQLDB.

+3
source share
2 answers

Oracle is not as far as I know has built-in mode for Java programs. Most likely, you need the Oracle JDBC driver to talk to the Oracle server somewhere.

Another approach that may be applicable to you is to run your code inside the JVM, which works in most modern Oracle installations.

0

Oracle TimesTen 11g Overview "embedded":

Oracle TimesTen In-Memory , , . , Oracle TimesTen , , SQL-. Oracle .

. :)

0

Source: https://habr.com/ru/post/1750999/


All Articles