Which is the correct way to connect to both the target database and the recovery catalogfrom the RMAN command line? Assume that the target database is ...
分类:
其他好文 时间:
2017-11-10 15:08:23
阅读次数:
146
Which commands are used for RMAN database recovery? (Choose all that apply.)A. restoreB. repairC. copyD. recoverE. replace The restore command is used ...
分类:
其他好文 时间:
2017-11-10 15:04:56
阅读次数:
125
How would you grant the RVPC user access to specific RMAN database records in the RMAN virtual private catalog?A. Issue the grant command from the SYS ...
分类:
其他好文 时间:
2017-11-10 13:42:38
阅读次数:
169
You issue the following command:RMAN>CONFIGURE BACKUP OPTIMIZATION ON;What is the result of this command on your backups?A. An incremental backup stra ...
分类:
其他好文 时间:
2017-11-09 19:42:52
阅读次数:
120
What is the purpose of the RMAN recovery catalog? (Choose all that apply.)A. It must be used because all RMAN-related backup and recovery metadata inf ...
分类:
其他好文 时间:
2017-11-09 19:40:00
阅读次数:
123
The CONTROL_FILE_RECORD_KEEP_TIME initialization parameter should be set to what value?(Choose all that apply.)A. The initialization parameter should ...
分类:
其他好文 时间:
2017-11-09 18:43:43
阅读次数:
202
What command would you use to set a persistent setting in RMAN so that backups are all written to a tape device?A. CONFIGURE DEFAULT DEVICE TYPE TO TA ...
分类:
其他好文 时间:
2017-11-09 18:42:00
阅读次数:
174
备份还原oracle数据库 Winserver 和 linxu 下的备份还原命令是相同的 基本格式: imp和exp不适合大文件备份,如果文件超过20个G,这种方式效率会很低,如果文件过大,可以采用Rman方式进行备份还原 exp bim_dev/bim_dev@ounion file=c:\bim ...
分类:
数据库 时间:
2017-11-09 11:31:52
阅读次数:
354
机器学习定义: A computer program is said to leran from experience E with respect to some task T and some performance measure P, if it's performance on T, as ...
分类:
其他好文 时间:
2017-11-09 00:46:57
阅读次数:
150
rman target / log=/orasoft/backup/${DATE}backup1.log <<EOFrun {allocate channel c1 device type disk;allocate channel c2 device type disk;allocate chan ...
分类:
数据库 时间:
2017-11-08 19:37:50
阅读次数:
187