oracle数据库恢复归档文件命令是()?
A: restore controlfile
B: restore spfile
C: restore database
D: restore archivelog
A: restore controlfile
B: restore spfile
C: restore database
D: restore archivelog
举一反三
- 下列选项中()命令是备份数据库的命令。 A: cmdshell B: backup database C: restore database D: bcp
- 备份整个数据库使用( )命令完成。 A: BACKUP TABLESPACE B: BACKUP DATABASE C: BACKUP TABLE D: RESTORE DATABASE
- You need to restore your database back to 9/30/2008 at 18:00. In what order would you run the following commands to compete this task?() a. restore controlfile until time `09/30/2008:18:00:00’ b. restore database until time `09/30/2008:18:00:00’ c. restore spfile until time `09/30/2008:18:00:00’ d. recover database until time `09/30/2008:18:00:00’ e. alter database open resetlogs f. alter database open A: b, d, e B: b, d, f C: c, a, b, d, e D: c, a, b, d, f E: a, b, d, e
- SQL Server中进行数据库恢复的SQL语句是()。 A: INSERT DATABASE B: BACKUP DATABASE C: RESTORE DATABASE D: UPDATE DATABASE
- 在SQL中,可以使用()语句执行恢复数据库的操作。 A: BACKUP DATABASE B: RESTORE DATABASE C: CREATE DARABASE D: DROP DATABASE