码迷,mamicode.com
首页 >  
搜索关键字:recover datafile    ( 1309个结果
053-346
What is the impact of the results of the output of the following command?RMAN> report unrecoverable database;Report of files that need backup due to u ...
分类:其他好文   时间:2017-11-10 20:14:57    阅读次数:164
053-326
Which of the following does the recover command not do? A. Restore archived redo logs.B. Apply archived redo logs.C. Restore incremental backups.D. Ap ...
分类:其他好文   时间:2017-11-10 16:54:08    阅读次数:168
053-314
Given the following RMAN commands, choose the option that reflects the order required to restoreyour currently operational ARCHIVELOG-mode database.A. ...
分类:其他好文   时间:2017-11-10 15:11:17    阅读次数:165
053-311
Given the scriptcreate script db_backup_datafile_script{backup datafile and 1, and2 plus archivelog delete input;}What is the result of running this c ...
分类:其他好文   时间:2017-11-10 15:09:07    阅读次数:195
053-308
In what order would you execute the following steps to create a recovery catalog?A. Issue the create catalog command.B. Create the recovery-catalog da ...
分类:其他好文   时间:2017-11-10 13:47:06    阅读次数:117
用cmd命令创建oracle 数据库、用户和表空间
Win+R调查运行窗口,输入cmd回车 连接到本地oracle库 创建名为“SXSJ”的表空间,其初始大小为512M,支持自动扩展,每次增量为32M; create tablespace SXSJ datafile 'D:\app\LZB\oradata\SXSJ' size 512M autoex ...
分类:数据库   时间:2017-11-10 12:46:30    阅读次数:264
053-577
What methods are available to recover lost control files? (Choose all that apply.)A. Backup control file.B. Emergency control file.C. The create contr ...
分类:其他好文   时间:2017-11-09 16:32:04    阅读次数:145
Tree Recovery POJ - 2255
Tree Recovery POJ - 2255 根据树的前序遍历和中序遍历还原后序遍历。 (偷懒用了stl的find) ...
分类:其他好文   时间:2017-11-08 20:54:12    阅读次数:121
053-564
Your database has experienced a loss of datafile users_01.dbf, which is associated with a ablespace called USERS. The database is still running. Which ...
分类:其他好文   时间:2017-11-08 19:41:58    阅读次数:110
053-567
You have discovered that one of three control files has been lost. What steps would you follow to recover that control file?A. Shut down the database. ...
分类:其他好文   时间:2017-11-08 19:35:33    阅读次数:172
1309条   上一页 1 ... 49 50 51 52 53 ... 131 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!