... drop database(删除数据库) database archivelog(归档日志) alter database recover(恢复数据库) ...
基于1个网页-相关网页
alter database archivelog 归档日志 ; 开启归档功能 ; 设置数据库为归档日志模式 ; 归档模式
SQL alter database archivelog 更改数据库为归档模式 ; 改归档模式
SVRMGR alter database archivelog 起用归档模式
backup database plus archivelog 备份数据库同时备份日志文件
Typically this recovery is achieved when database is running in ARCHIVELOG mode and backup online.
通常该恢复是当数据库运行在ARCHIVELOG模式下和联机备份时取得的。
In this kind of scenario, the database should run in ARCHIVELOG mode, where transactions keep running while the backup process is taking place.
在这种场景中,应该在ARCHIVELOG模式下运行数据库,在该模式中,事务将继续运行,同时,备份处理也在继续。
Make the database moves in ARCHIVELOG(file) below means, file log deposits the logistic disk at another image to go up.
使数据库运行在ARCHIVELOG(归档)方式下,归档日志存放于另一映像的逻辑磁盘上。
应用推荐