[20140613]12c PDB資料庫與shutdown abort
[20140613]12c PDB資料庫與shutdown abort.txt
D:\tools\rlwrap>sqlplus sys/XXXXX@test01p as sysdba
sqlplus sys/btbtms@test01p as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Fri Jun 13 21:49:26 2014
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SYS@test01p> @ver
BANNER CON_ID
-------------------------------------------------------------------------------- ----------
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production 0
SYS@test01p> select * from scott.dept1;
DEPTNO DNAME LOC
---------- -------------- -------------
10 ACCOUNTING NEW YORK
20 RESEARCH DALLAS
30 SALES CHICAGO
40 OPERATIONS BOSTON
SYS@test01p> update scott.dept1 set loc=lower(loc);
4 rows updated.
SYS@test01p> shutdown abort
Pluggable Database closed.
SYS@test01p> alter session set container=cdb$root;
Session altered.
SYS@test01p> # alter pluggable database all open;
Pluggable database altered.
SYS@test01p> alter session set container=test01p;
Session altered.
SYS@test01p> select * from scott.dept1;
DEPTNO DNAME LOC
---------- -------------- -------------
10 ACCOUNTING new york
20 RESEARCH dallas
30 SALES chicago
40 OPERATIONS boston
--可以發現shutdown abort在會話裡面暗含有一個commit.當然這個在1個會話(user=sys)裡面,如果沒有在一個會話裡面,就沒有這個現象.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-1191459/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 12c 多租戶 pdb 恢復(單個pdb資料檔案、非系統pdb表空間、整個pdb資料庫)Oracle資料庫
- Oracle 12c系列(九) | 通過unplug與plug方式升級pdb資料庫Oracle資料庫
- Oracle 12c 新特性之 PDB 級別閃回資料庫Oracle資料庫
- 關閉資料庫遇到SHUTDOWN: Active processes prevent shutdown operation資料庫
- Oracle 12c PDB的資料備份恢復Oracle
- ORACLE 12C新特性——CDB與PDBOracle
- Oracle 12c 多租戶 手工建立 pdb 與 手工刪除 pdbOracle
- oracle 正常關閉shutdown immediate與開啟open資料庫alertOracle資料庫
- 資料庫無法shutdown immediate的案例資料庫
- Oracle 12c - 普通資料庫與容器資料庫不能相互轉化Oracle資料庫
- shutdown資料庫後提示資料庫處於running狀態資料庫
- Oracle 12.2新特性: PDB級閃回資料庫(Flashback PDB)Oracle資料庫
- 12c pdb基本操作
- Oracle 12c Relocate PDBOracle
- srvctl stop database超過60秒會abort資料庫Database資料庫
- MySQL資料庫innodb_fast_shutdown引數MySql資料庫AST
- Oracle 12C -- 使用seed PDB建立新的pdbOracle
- 12c pdb的資料泵匯入匯出簡單示例
- 12c pdb線上移動資料檔案或者重新命名資料檔案
- 多租戶:防止意外建立可插拔資料庫(PDB)- Lone-PDB資料庫
- Oracle 12c 多租戶 CDB 與 PDB 備份Oracle
- 當12C PDB遇上JDBCJDBC
- Oracle 12c PDB淺析Oracle
- Oracle 12c 多租戶 CDB 與 PDB 級別 expdb 與 impdb(表、使用者、全庫)Oracle
- 探索Oracle之資料庫升級七 11gR2 to 12c 升級完成後插入PDBOracle資料庫
- 【PDB】Oracle資料庫如何檢查和設定pdb最大儲存大小Oracle資料庫
- 【ASK_ORACLE】Oracle 12c之CDB與PDB的備份與恢復(一)什麼是CDB與PDB?Oracle
- Oracle 12C RMAN transport tablespace from PDB of RAC CDB to remote PDBOracleREM
- 【YashanDB知識庫】資料庫審計shutdown immediate操作導致資料庫異常退出資料庫
- 【BAK_ORACLE】Oracle 12c之CDB與PDB的備份與恢復(三)CDB與PDB的備份方式Oracle
- shutdown abort資料庫引發的?ORA-04067、ORA-06508、ORA-04067、ORA-06508處理辦法資料庫
- Oracle12c多租戶資料庫備份與恢復 - 僅備份一個PDB資料庫Oracle資料庫
- Oracle 12c PDB遷移(一)Oracle
- Oracle 12c系列(六)|Relocate a PDBOracle
- Oracle 12c系列(五)|PDB RefreshOracle
- oracle 12c rman備份pdbOracle
- Oracle 12c PDB淺析(二)Oracle
- 處於熱備份模式下shutdown abort之後db的恢復模式