Oracle pending area
If you do not use Enterprise Manager to create the resource plan or resource consumer groups,you must first create a pending area.
The first thing you must do to create or modify plan schemas is to create a pending area.This is a scratch area allowing you to stage your changes and to validate the before they are made active.
To create a pending area,you use the following statement:
EXEC DBMS_RESOURCE_MANAGER.CREATE_PENDING_AREA;
In effect, you are making the pending area active and "loading" all existing, or active, plan schemas into the pending area so that they can be updated or new plans added. Active plan schemas are those schemas already stored in the data dictionary for use by the Database Resource Manager. If you attempt to update a plan or add a new plan without first activating (creating) the pending area, you will receive an error message notifying you that the pending area is not active.
ORA-29371: pending area is not active
Cause: An attempt was made to make changes without creating a pending area.
Action: Invoke procedure CREATE_PENDING_AREA before making any changes.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25744374/viewspace-731953/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【Oracle】排序與sort_area_sizeOracle排序
- Oracle10g釋放flash_recovery_area(轉)Oracle
- Oracle資料庫work area size & pga_aggregate_target引數Oracle資料庫
- BACKUP PENDING狀態的解除
- Code Area和Data Area有什麼區別
- BLE從機講解(13)_Pending
- SAP WM PICKING AREA
- The runtime data area model of JVMJVM
- MySQL:關於Wating for Slave workers to free pending events等待MySql
- [LeetCode] 695. Max Area of IslandLeetCode
- 【easy】695. Max Area of Island
- SAP WM Picking Area的使用
- AreaHttpControllerSelector 對 Web Api 實現 Area 路由控制HTTPControllerWebAPI路由
- 錯誤訊息sales area is not assigned for the header productHeader
- 力扣.223 矩形面積 rectangle-area力扣
- A Univariate Bound of Area Under ROC 論文小結
- messages日誌出現Currently unreadable (pending) sectors扇區不可讀的錯誤
- 【RMAN】什麼是Fast Recovery Area(FRA),如何配置FRAAST
- MySQL 5.7從庫報錯exceeds of slave_pending_jobs_size_max. Error_code: 1864MySqlError
- page_fault_in_nonpaged_area藍屏程式碼解決方法
- 傳送新請求,取消上一次pending狀態的同一請求
- The platform metadata area could not be written: /Volumes/MemoryAnalyzer1/MemoryAnalyzer.app/ContentPlatformAPP
- page_fault_in_nonpaged_area藍屏程式碼怎麼解決
- 解決win10藍屏page fault in nonpaged area的最佳方法Win10
- page_fault_in_nonpaged_area藍色畫面程式碼解決方法
- ASP.NET MVC中Area分層模組處理大解密ASP.NETMVC解密
- page_fault_in_nonpaged_area藍色畫面程式碼怎麼解決
- env(safe-area-inset-bottom)解決ios底部小黑線遮擋問題iOS
- 解決win10藍色畫面page fault in nonpaged area的最佳方法Win10
- SAP CRM WebClient UI上將text area裡的文字清空的後臺處理WebclientUI
- win10系統page fault in nonpaged area dxgkrnl.sys藍屏修復方法Win10
- 當html中使用map標籤時,area中coords值如何精確定位呢?HTML
- win10系統page fault in nonpaged area dxgkrnl.sys藍色畫面修復方法Win10
- [重慶思莊每日技術分享]-ORA-38775: cannot disable recovery area 異常處理
- 使用ElementUI和element-china-area-data庫實現省市區三級聯動元件封裝UI元件封裝
- 推薦一個h5使用者截圖區域選擇工具web-area-sselectorH5Web
- ORACLE基礎之oracle鎖(oracle lock mode)詳解Oracle
- [Oracle]Oracle良性SQL建議OracleSQL
- cx_Oracle 連線 OracleOracle