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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.