Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SYSCS_UTIL.SYSCS_BACKUP_DATABASE目前我正在使用该过程备份我的 Derby 数据库。然而,由于尺寸太大,有时这会失败,我想知道是否有可能只备份比x几天新的数据,哪里x是可设置的值。
SYSCS_UTIL.SYSCS_BACKUP_DATABASE
x
如果可能的话,将不胜感激任何实现这一目标的提示。