zoukankan      html  css  js  c++  java
  • system表空间不可改名

    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> alter tablespace system rename to system01;
    alter tablespace system rename to system01
    *
    ERROR at line 1:
    ORA-01109: database not open


    SQL> alter database open;

    Database altered.

    SQL> alter tablespace system rename to system01;
    alter tablespace system rename to system01
    *
    ERROR at line 1:
    ORA-00712: cannot rename system tablespace


    SQL>

  • 相关阅读:
    CSS
    CSS
    HTML
    HTML
    HTML
    ubuntu server安装的一些坑
    Haproxy 开启日志记录
    nginx反向代理时保持长连接
    最简单的tomcat安装部署
    nginx的安装部署以及使用
  • 原文地址:https://www.cnblogs.com/gaojian/p/3646901.html
Copyright © 2011-2022 走看看