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.
是否可以使用 RMAN 进行完整的数据库备份,直到特定的 SCN?
例如,我知道有编号为 10002、10003、10004、10005 等的 SCN。我可以使用 RMAN 将数据库备份到 SCN 10004 吗?
使用UNTIL SCN参数,例如:
UNTIL SCN
RMAN> BACKUP AS BACKUPSET DATABASE PLUS ARCHIVELOG UNTIL SCN 10002
相关 Oracle 文档页面