zoukankan      html  css  js  c++  java
  • mount状态下表空间情报试验

    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount;
    ORACLE instance started.

    Total System Global Area  814227456 bytes
    Fixed Size                  2257640 bytes
    Variable Size             528485656 bytes
    Database Buffers          281018368 bytes
    Redo Buffers                2465792 bytes
    Database mounted.
    SQL>

    此时,执行RMAN:

    [oracle@localhost ~]$ rman target /

    Recovery Manager: Release 11.2.0.4.0 - Production on Fri Apr 4 22:35:41 2014

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    connected to target database: ORCL (DBID=1370687811, not open)

    RMAN> report schema;

    Report of database schema for database with db_unique_name ORCL

    List of Permanent Datafiles
    ===========================
    File Size(MB) Tablespace           RB segs Datafile Name
    ---- -------- -------------------- ------- ------------------------
    1    740      SYSTEM               ***     /u01/app/oracle/oradata/orcl/system01.dbf
    2    520      SYSAUX               ***     /u01/app/oracle/oradata/orcl/sysaux01.dbf
    3    50       UNDOTBS1             ***     /u01/app/oracle/oradata/orcl/undotbs01.dbf
    4    5        USERS                ***     /u01/app/oracle/oradata/orcl/users01.dbf

    List of Temporary Files
    =======================
    File Size(MB) Tablespace           Maxsize(MB) Tempfile Name
    ---- -------- -------------------- ----------- --------------------
    1    20       TEMP                 32767       /u01/app/oracle/oradata/orcl/temp01.dbf

    RMAN>

  • 相关阅读:
    idoc 和 bapi 和 rfc 之间的区别
    ABAP--如何在ALV_Grid的函数中定义下拉列表
    ABAP
    关于SAP的视图类型
    程序中条用其他程序中已经存在的PERFORM
    通过SMATFORMS打印程序的参考模板
    字号尺寸大小对照表
    ubuntu 没有桌面 没有图标,只剩下壁纸
    latex ctex 的section不能写中文, /href
    System Verilog的概念以及与verilog的对比
  • 原文地址:https://www.cnblogs.com/gaojian/p/3646355.html
Copyright © 2011-2022 走看看