zoukankan      html  css  js  c++  java
  • 【第31题】2019年OCP-12C-062最新考试原题-31

    31、choose one

    You want to create a test database as a replica of your production database with minimum intervention from a DBA.

    Which method would you use?

    A) Use DBCA to create a template from the existing database to contain the database structure with data files and then use the same template to create the database in the new location.

    B) Use Database Configuration Assistant (DBCA) to create a template from the existing database to contain the database structure.

    C) Use DBCA to create a template from the existing database to contain the database structure and then manually copy the data by using Oracle Data Pump.

    D) Create the database by using the CREATE DATABASE . . . command and manually import data by using Data Pump.

    Answer:A

    (解析:DBCA可以基于当前的数据库创建一个数据库模版,然后根据这个模版创建一个与当前数据库一样新的数据库。来自3组:1015267481)

  • 相关阅读:
    UVa 10474
    UVa 1339
    UVa 1368
    UVa 1585
    UVa 1586
    ACM中Java高效输入输出封装
    Ajax中Get请求与Post请求的区别
    AJAX——核心XMLHttpRequest对象
    PHP面向对象编程之深入理解方法重载与方法覆盖(多态)
    PHP类方法重写原则
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10873990.html
Copyright © 2011-2022 走看看