Oracle 21c新特性預覽與日常管理相關的幾個新特性
21c與日常管理相關的幾個新特性
1.只讀的ORACLE_HOME已經成為安裝升級的預設選項。
Read-only Oracle homes, where all configuration data and log files reside outside of the read-only Oracle home, are the default option for Oracle Database installations and upgrades.
Read-only Oracle homes enable an easy, flexible, and software-image based deployment of Oracle software that can automatically and seamlessly be distributed across multiple servers. Read-only Oracle homes also enable patching and updating of Oracle Database without extended downtime, as patching simply means replacing a given set of binaries in a defined location.
2.可切換的GridHome
由於現在GridHome都是先解壓,再gridSetup,通常做法是先解壓,然後打補丁,再gridSetup安裝配置RAC叢集。
You can use the
-switchGridHome
option with
gridSetup.sh
to switch from one Oracle Grid Infrastructure home to another.
You can use the
-switchGridHome
option for patching and upgrading Oracle Grid Infrastructure. Use the
-switchGridHome
option to switch from the source Oracle Grid Infrastructure home to the patched Oracle Grid Infrastructure home. All Oracle Clusterware and Oracle Restart services start from the patched Oracle Grid Infrastructure home automatically.
3.ACFS可自動收縮
he automatic shrinking option (-s) of the
acfsutil size
command shrinks a file system by 25% if it is 50% full and it was at least 80% full since the last expansion, or since mkfs was run (if this is a new file system). Oracle ACFS checks once an hour to determine whether the file system meets the automatic shrink criteria. When the criteria has been detected, the automatic shrinking process begins within an hour if automatic shrinking has not already occurred that day. At most one automatic shrink action occurs daily. The operation is run on the files system in the background. If automatic shrinking is enabled, then
acfsutil info fs
displays
AutoShrinkEnabled
in the flags output. Oracle ACFS automatic shrinking is supported on Linux.
4.ADG可以使用result_cache
The result cache in an Active Data Guard standby database is utilized to cache results of queries that were run on the physical standby database. In the case of a role transition to primary, the standby database result cache will now be preserved ensuring performance for offloaded reporting and other queries continue without compromising the performance benefits of the standby result cache.
Use of the result cache greatly improves query performance for recurring queries and minimizes performance impact on the primary and standby databases. By maintaining the result cache on the standby, the performance of any queries that were running on the standby will be maintained ensuring previously offloaded reporting and other read-only applications utilizing the standby will not impacted by the role transition.
5.Oracle 21c,dg_broker不在支援下面引數,19c已經廢棄,下面引數改為
EDIT DATABASE...SET PARAMETER直接修改資料庫引數,使DG使用broker管理時引數更加統一。
6.叢集不再支援特性
7.Oracle Sharding可以集中備份恢復
This feature enables sharded database administrators to define a backup policy for a sharded database, as well as restore one or more shards, or the entire sharded database, to the same point in time. Administrators can manage this using the
GDSCTL
command line utility. Once configured, backups are run automatically without user intervention. The administrator can define a schedule so that backups can run during off peak hours.
Prior to 21c, sharded database administrators had to manually configure backup policies for each shard and the shard catalog. Some of this could be managed with Enterprise Manager, but there was no way to orchestrate a complete restore of a sharded database such that all shards and the shard catalog are restored to the same point in time. This feature enables this capability and simplifies the overall management of backup policies for a sharded database.
8.
MAX_IDLE_BLOCKER_TIME引數引入
20c其實已經引入了該引數。
MAX_IDLE_BLOCKER_TIME
sets the number of minutes that a session holding needed resources can be idle before it is a candidate for termination
MAX_IDLE_TIME
sets limits for all idle sessions, whereas
MAX_IDLE_BLOCKER_TIME
sets limits only for idle sessions consuming resources.
MAX_IDLE_TIME
can be problematic for a connection pool because it may continually try to re-create the sessions terminated by this parameter.
9.21c徹底不再支援non-cdb建立資料庫
總結:
1.越來越整合
例如各個元件引數的趨向於統一,日誌架構的統一。
2.自動化程度越來越高
3.19c還沒有完全升級,21c就來了。。。
學習學習學習啊~~~
4.我們要像優秀的商業資料庫學習,讓自己手裡的開源跟國產資料庫越來越好~
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31439444/viewspace-2740563/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL 8.0 18個管理相關的新特性MySql
- Swift 4.2 新特性預覽Swift
- oracle 21c 新特性之 CHECKSUM 分析函式Oracle函式
- Oracle 18c新特性詳解 - 表和表空間相關的新特性Oracle
- Swift5 新特性預覽Swift
- PHP 7 的幾個新特性PHP
- C++ 11 新特性之容器相關特性C++
- .NET 9 的幾個新特性,新穎嗎?
- Vue.js 3.0 新特性預覽Vue.js
- Git 2.1釋出:新特性預覽Git
- Oracle11新特性——PLSQL新特性(七)OracleSQL
- Oracle11新特性——PLSQL新特性(六)OracleSQL
- Oracle11新特性——PLSQL新特性(五)OracleSQL
- Oracle11新特性——PLSQL新特性(四)OracleSQL
- Oracle11新特性——PLSQL新特性(三)OracleSQL
- Oracle11新特性——PLSQL新特性(二)OracleSQL
- Oracle11新特性——PLSQL新特性(一)OracleSQL
- Python 3.8與普通程式設計師有關的幾個新特性Python程式設計師
- 最全的Vue3.0新特性預覽(翻譯)Vue
- 【ORACLE新特性】11G 分割槽新特性Oracle
- MySQL 8.0 20個 InnoDB 及資料字典相關的新特性MySql
- Swoole v5.0 版本新特性預覽之新的執行模式模式
- MongoDB 5.0新特性概覽MongoDB
- Swift 4.1 新特性概覽Swift
- MySQL 8.0新特性概覽MySql
- Win10 Build 18234新預覽版釋出 新特性一覽Win10UI
- 分享 Python 3.6 中常用的幾個新特性Python
- Oracle 12c 兩個新特性Oracle
- Flutter Beta 3 新特性概覽Flutter
- MySQL5.7.6新特性一覽MySql
- Vue 2.5釋出 代號Level E 新特性預覽Vue
- 炫酷報表工具 FineReport 9.0新特性預覽
- Oracle 12c新特性之Sequence的Session特性OracleSession
- Oracle merge 與 PG新特性 UPSERTOracle
- ORACLE 12C新特性——CDB與PDBOracle
- 新的Oracle時間資訊特性Oracle
- oracle 11g 的新特性Oracle
- PHP 7.4 新特性 —— 預載入PHP