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.
这可能是一个愚蠢的问题。我有一个“闪存恢复区”,其中有一个 BACKUPSET 和一个包含 .bkp 文件的 AUTOBACKUP 文件夹。rman 文档说我必须连接到“目标”数据库,它应该是“要恢复的数据库”。好吧,显然,这个数据库不存在——这就是我要恢复它的原因!我只有备份文件。那么为什么我必须连接到它才能让 rman 恢复数据库?我是否必须创建一个新数据库,将 rman 作为目标连接到它,然后还原到它?
是的,您必须创建一些数据库实例。