是否可以在嵌入式模式下从只读介质运行 Java DB?
我想在从 CD-ROM 运行的 Java 应用程序中以嵌入模式使用 Java DB。有人有这样做的经验吗?它会起作用吗?数据库将只发出针对它的选择。
I want to use Java DB in embedded mode in a Java application running from a CD-ROM. Does anyone have any experience of doing this? Will it work? The database will only have selects issued against it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可能的: 在只读介质上部署数据库
另外,我还注意到,当数据库由 root 拥有、撤回所有写访问权限并由非特权用户访问时,select 语句会起作用。
This is possible: Deploying the database on the read-only media
Also I have noted select statements work when the database is owned by root with all write access withdrawn and is accessed by a non-privileged user.