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>

  • 相关阅读:
    邪恶的强制数据转换
    知识普及
    判断是否为一个数字
    parseInt
    webpack学习记录
    数组隐藏属性
    elasticSearch基本使用
    elasticsearch安装和部署
    neo4j索引
    spark yarn 提交作业
  • 原文地址:https://www.cnblogs.com/gaojian/p/3646355.html
Copyright © 2011-2022 走看看