zoukankan      html  css  js  c++  java
  • 053545

    When performing an online backup, what is the proper order of the following steps?
    A. Issue the alter database end backup command.
    B. Back up the archived redo logs.
    C. Issue the alter database begin backup command.
    D. Back up the database files.
    E. Determine the beginning log sequence number.
    F. Determine the ending log sequence number.
    G. Force a log switch with the alter system switch logfile command.
    A. a, b, c, d, e, f, g
    B. c, d, a, b, e, g, f
    C. f, d, b, g, a, c, e
    D. e, c, d, a, g, f, b
    E. a, f, b, g, e, c, d

      First you determine the beginning log sequence number,then you issue the alter database begin backup command,then you back up the database files,and then you issue the alter database end backup command.Next you force a log switch the alter system switch logfile command,and then you determine the ending log dequence number.Finally,you backup the archived redo logs.

  • 相关阅读:
    Dapper 基础用法
    测试的分类
    Python
    MySQL数据库的增删改查
    Python面向对象之
    Python面向对象之
    Python
    HTML5/CSS3/JS笔记
    Python-Flask框架之
    Python进程与线程
  • 原文地址:https://www.cnblogs.com/Babylon/p/7803774.html
Copyright © 2011-2022 走看看