Oracle 乘十嵌入到 java 应用程序中

发布于 2024-09-06 18:12:24 字数 101 浏览 2 评论 0原文

有人可以给我一些关于如何在 java 应用程序中以嵌入模式运行 Oracle times 10 数据库的文档吗?

我想运行 times-10 作为 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

望喜 2024-09-13 18:12:24

据我所知,Oracle 没有 Java 程序的嵌入模式。您最可能想要的是 Oracle JDBC 驱动程序与“某处”的 Oracle 服务器进行通信。

另一种可能对您有效的方法是在大多数现代 Oracle 安装中运行的 JVM 中运行代码。

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.

鸠魁 2024-09-13 18:12:24

虽然 Oracle TimesTen In-Memory Database 11g 概述 提到了这个词“嵌入”:

Oracle TimesTen 内存数据库是
内存优化的关系数据库
赋予应用程序以
即时响应能力非常高
当今所需的吞吐量
实时企业和行业
比如电信、资本市场等
防御。 部署在应用程序中
层作为嵌入式或独立层
数据库,Oracle TimesTen In-Memory
数据库在数据库上运行
完全适合物理内存使用
标准 SQL 接口。还可以
用作内存数据库缓存
为Oracle数据库增强
用户的响应时间和吞吐量
应用程序。


我在产品文档中找不到明显的说明。我会让你更深入地挖掘:)

While the Oracle TimesTen In-Memory Database 11g Overview mentions the word "embedded":

Oracle TimesTen In-Memory Database is
a memory-optimized relational database
that empowers applications with the
instant responsiveness and very high
throughput required by today's
real-time enterprises and industries
such as telecom, capital markets, and
defense. Deployed in the application
tier as an embedded
or standalone
database, Oracle TimesTen In-Memory
Database operates on databases that
fit entirely in physical memory using
standard SQL interfaces. It can also
be used as an in-memory database cache
for the Oracle database to enhance the
response time and throughput of user
applications.

I couldn't find obvious instructions in the product documentation. I'll let you dig it deeper :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文