码迷,mamicode.com
首页 >  
搜索关键字:Flashback    ( 250个结果
expdp impdp 数据库导入导出命令详解
一、创建逻辑目录,该命令不会在操作系统创建真正的目录,最好以system等管理员创建。create directory dpdata1 as 'd:\test\dump';二、查看管理理员目录(同时查看操作系统是否存在,因为Oracle并不关心该目录是否存在,如果不存在,则出错)select * f ...
分类:数据库   时间:2018-01-06 14:32:17    阅读次数:204
OCP-047(Les13 Managing Schema Objects)[20171220]
目的: 增加约束 创建索引 使用CREATE TABLE语句创建索引 创建函数索引 删除列和将列置为UNUSED 平台FLASHBACK闪回操作 创建临时表 创建和使用外部表 ALTER TABLE语句 -增加列 -修改已存在的列 -定义列的默认值 -删除列 语法 ALTER TABLE table ...
分类:其他好文   时间:2017-12-21 17:12:13    阅读次数:160
053-143
Which two are the prerequisites to enable Flashback Data Archive? (Choose two.)A. Database must be running in archivelog mode.B. Automatic undo manage ...
分类:其他好文   时间:2017-11-16 15:24:09    阅读次数:144
053-648
Note the following statements that use flashback technology: 1. FLASHBACK TABLE <table> TO SCN <scn>;2. SELECT * FROM <table> AS OF SCN 123456;3. FLAS ...
分类:其他好文   时间:2017-11-16 14:07:14    阅读次数:183
053-392
To clean up old records that are in a Flashback Data Archive and are past the retention period, what must the DBA do?A. TRUNCATE the archive table.B. ...
分类:其他好文   时间:2017-11-13 19:51:21    阅读次数:281
053-389
The _______ writes the Flashback Database logs in the flash recovery area.A. FLSHB. FLDBC. RVWRD. RVRWE. FBDA The Flashback Database architecture cons ...
分类:其他好文   时间:2017-11-13 18:26:29    阅读次数:155
053-386
You have just performed a FLASHBACK TABLE operation using the following command:flashback table employees to scn 123456;The employees table has trigge ...
分类:其他好文   时间:2017-11-13 16:59:13    阅读次数:186
053-378
In order to perform Flashback Transaction Query operations, which of these steps are required?(Choose all that apply.)A. Ensure that database is runni ...
分类:其他好文   时间:2017-11-13 16:44:02    阅读次数:197
053-373
Which of the following Oracle features utilize the undo tablespace? (Choose all that apply)A. Flashback QueryB. Flashback DropC. Flashback TableD. Fla ...
分类:其他好文   时间:2017-11-13 16:41:39    阅读次数:110
【DG】利用闪回数据库(flashback)修复Failover后的DG环境
利用闪回数据库(flashback)修复Failover后的DG环境1.1BLOG文档结构图1.2前言部分1.2.1导读和注意事项各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你所不知道的知识,~O(∩_∩)O~:①Failover后DG环境的恢复方法(重点)②DG的基本维护操作③GC客户..
分类:数据库   时间:2017-11-06 22:54:26    阅读次数:304
250条   上一页 1 ... 4 5 6 7 8 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!