码迷,mamicode.com
首页 >  
搜索关键字:rman    ( 1915个结果
053-312
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
053-315
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
053-309
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
053-302
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
053-303
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
053-598
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
053-597
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数据库
备份还原oracle数据库 Winserver 和 linxu 下的备份还原命令是相同的 基本格式: imp和exp不适合大文件备份,如果文件超过20个G,这种方式效率会很低,如果文件过大,可以采用Rman方式进行备份还原 exp bim_dev/bim_dev@ounion file=c:\bim ...
分类:数据库   时间:2017-11-09 11:31:52    阅读次数:354
coursera_ML_1
机器学习定义: 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
Oracle数据库备份实验笔记[不完整,内容乱]
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
1915条   上一页 1 ... 84 85 86 87 88 ... 192 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!