QUESTION NO: 292
When setting up the Flashback Data Archive, which of these key parameters are required?
(Choose all that apply.)
A. Tablespace name
B. Storage quota
C. Retention
D. Table name
E...
分类:
其他好文 时间:
2015-10-11 11:35:15
阅读次数:
188
创建一个自定义的Annotationimport java.lang.annotation.*;import java.lang.reflect.Method;@Documented@Target(ElementType.METHOD)@Retention(RetentionPolicy.RUNTI...
分类:
编程语言 时间:
2015-10-10 15:17:14
阅读次数:
181
QUESTION NO: 248
What does the output on this report indicate?RMAN> report need backup; 报告需要备份;
RMAN retention policy will be applied to the command
RMAN保留策略将应用于该命令
RMAN retention policy is set to...
分类:
其他好文 时间:
2015-10-09 09:25:16
阅读次数:
197
QUESTION NO: 242
If a backup set is expired, what can you do to correct the problem?
A. Change the retention criteria.
B. Make the lost backup set pieces available to RMAN again.
C. Run the crossc...
分类:
其他好文 时间:
2015-10-09 09:22:30
阅读次数:
152
QUESTION NO: 94
What is an obsolete backup set?
A. A backup set that is missing one or more backup set pieces
B. A backup that has exceeded the retention criteria and is no longer needed
C. A bac...
分类:
其他好文 时间:
2015-10-05 00:48:42
阅读次数:
159
QUESTION NO: 95
What is the purpose of the list expired backup command?
A. Lists all backups impacted by a resetlogs command
B. Lists all backups that are subject to retention criteria
C. Lists al...
分类:
其他好文 时间:
2015-10-05 00:48:31
阅读次数:
160
1 import?java.lang.annotation.ElementType;
import?java.lang.annotation.Retention;
import?java.lang.annotation.RetentionPolicy;
import?java.lang.annotation.Target;
@Retention(RetentionPolicy.RU...
分类:
其他好文 时间:
2015-09-21 18:02:27
阅读次数:
160
View the Exhibit and examine the RMAN commands.
Which statement describes the effect of a backup retention policy on the backup of a backup set?
A.Either all the copies of a backup set are obsolete or...
分类:
其他好文 时间:
2015-09-21 17:59:29
阅读次数:
150
package annotation.test;import java.lang.annotation.ElementType;import java.lang.annotation.Retention;import java.lang.annotation.RetentionPolicy;impo...
分类:
Web程序 时间:
2015-09-16 19:45:13
阅读次数:
252
public class Annote { @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE,ElementType.METHOD,ElementType.FIELD,ElementType.CONSTRUCTOR...
分类:
编程语言 时间:
2015-09-14 16:46:18
阅读次数:
128