使用 Java 将 SQL 查询保存在文件中的数据源?

发布于 2024-12-20 14:17:03 字数 105 浏览 3 评论 0原文

我有 2 个相同的数据库,我想将 Java 脚本针对第一个数据库(我使用 Spring Jdbc)运行的所有查询保存在一个文件中,以便我可以针对第二个数据库运行。是否可以?

谢谢!

I have 2 identical databases and I would like to save all the queries that a Java script runs against the first one (I use Spring Jdbc) in a file that I could run against the second database. Is it possible?

Thanks!

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

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

发布评论

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

评论(1

扛起拖把扫天下 2024-12-27 14:17:03

您可以使用日志记录代理驱动程序来记录发送到第一个数据源的所有语句。

一种选择是 log4jdbc。页面底部列出了其他选项。只需根据您的喜好配置它,然后使用生成的日志来提供您的第二个数据库。

You can use a logging proxy driver to log all the statements sent to the first datasource.

One option is log4jdbc. There are other options listed on the bottom of the page. Just configure it to your liking and then use generated logs to feed your second database.

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