zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-351题

     

    351.What information does the report schema command not provide? (Choose all that apply.)

    A. Size of the datafiles

    B. Size of the tempfiles

    C. Date of last backup for datafiles and tempfiles

    D. Filenames for each datafile

    E. Checkpoint SCN associated with the last RMAN backup

    Answer: CE

    答案解析:


    RMAN> report schema;


    Report of database schema for database with db_unique_name TEST1107


    List of Permanent Datafiles

    ===========================

    File Size(MB) Tablespace           RB segs Datafile Name

    ---- -------- -------------------- ------- ------------------------

    1    720      SYSTEM               ***     /u01/app/oracle/oradata/test1107/system01.dbf

    2    620      SYSAUX               ***     /u01/app/oracle/oradata/test1107/sysaux01.dbf

    3    115      UNDOTBS1             ***     /u01/app/oracle/oradata/test1107/undotbs01.dbf

    4    5        USERS                ***     /u01/app/oracle/oradata/test1107/users01.dbf

    5    345      EXAMPLE              ***     /u01/app/oracle/oradata/test1107/example01.dbf

    6    10       TESTTBS              ***     /u01/app/oracle/oradata/test1107/test01.dbf


    List of Temporary Files

    =======================

    File Size(MB) Tablespace           Maxsize(MB) Tempfile Name

    ---- -------- -------------------- ----------- --------------------

    1    29       TEMP                 32767       /u01/app/oracle/oradata/test1107/temp01.dbf


    RMAN>

  • 相关阅读:
    Python使用inspect查看代码参数
    Python的hasattr() getattr() setattr()
    Module-GitBook使用手册
    Module-Hadoop技术文档
    Module-Git使用手册
    Module-Faker使用手册
    Module-Docker使用手册
    Module-DB2技术文档
    Module-Dask并行任务调度
    Module-Apache使用说明
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316385.html
Copyright © 2011-2022 走看看