亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
12下一頁
最近訪問板塊 發(fā)新帖
查看: 5921 | 回復(fù): 10
打印 上一主題 下一主題

SYSAUX表空間管理問題請(qǐng)教 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-08-10 22:56 |只看該作者 |倒序?yàn)g覽
新建立了一個(gè)oracle10g數(shù)據(jù)庫實(shí)例,現(xiàn)在還沒有建立表,數(shù)據(jù)庫運(yùn)行一周,SYSAUX主要增加了5% , 這個(gè)是否能夠設(shè)置讓其增長慢一點(diǎn)呢?
現(xiàn)在就是這么幾類信息增加很快:
SM/AWR           +47%
LOGMNR           +12%
SM/OPTSTAT     +19%
SM/ADVISOR       +5%


這個(gè)表空間會(huì)不會(huì)無限制增長下去,一般會(huì)多大呢?希望有經(jīng)驗(yàn)的朋友介紹一下

論壇徽章:
3
處女座
日期:2014-11-05 11:02:4315-16賽季CBA聯(lián)賽之四川
日期:2015-12-10 14:37:4015-16賽季CBA聯(lián)賽之天津
日期:2017-09-08 18:39:34
2 [報(bào)告]
發(fā)表于 2011-08-10 23:42 |只看該作者
為什么不把自動(dòng)擴(kuò)展給關(guān)閉掉呢?
不然會(huì)引起問題的

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2011-08-11 07:23 |只看該作者
本帖最后由 tacsoft 于 2011-08-11 07:55 編輯

本文摘自
Oracle® Database Administrator's Guide
10g Release 2 (10.2)
Part Number B14231-02

SYSAUX表空間

在創(chuàng)建數(shù)據(jù)庫時(shí),SYSAUX表空間作為SYSTEM的輔助表空間被安裝。一些以前創(chuàng)建和使用獨(dú)立表空間的數(shù)據(jù)庫組件現(xiàn)在使用SYSAUX表空間。

如果SYSAUX表空間不可用,核心數(shù)據(jù)庫功能將繼續(xù)運(yùn)行,數(shù)據(jù)庫使用SYSAUX的特性將失敗,一些功能會(huì)受到限制。

監(jiān)控SYSAUX中的組件
你可以使用V$SYSAUX_OCCUPANTS視圖監(jiān)控SYSAUX表空間中的組件。這個(gè)視圖列出下面SYSAUX表空間的信息:
●組件的名稱
●組件的說明
●架構(gòu)名字
●移動(dòng)過程
●當(dāng)前空間使用率

查看組件維護(hù)信息

將組件移入或移出SYSAUX表空間
你在安裝時(shí)選擇不想要駐留在SYSAUX中的組件,如果你以后決定組件移動(dòng)到指定表空間,你可以移動(dòng)該組件,在視圖V$SYSAUX_OCCUPANTS中查看指定的組件,執(zhí)行移動(dòng)。

例如,例如,如果默認(rèn)安裝Oracle Ultra Search到默認(rèn)表空間SYSAUX中,以后你發(fā)現(xiàn)Ultra Search占用太多的空間。為緩解SYSAUX的空間壓力,你可以調(diào)用V$SYSAUX_OCCUPANTS視圖中的一個(gè)移動(dòng)程序移動(dòng)Ultra Search到另一個(gè)表空間。

這個(gè)移動(dòng)程序也可以從另一個(gè)表空間移動(dòng)組件到SYSAUX表空間。

控制SYSAUX的體積
SYS表空間中組件的數(shù)量(見表Table 2-2),還有這些組件占用的總空間量,這是組件占用的空間,反之,數(shù)據(jù)庫工作負(fù)載的性質(zhì)取決于所使用的特性或功能。

表Table 2-2

占用SYSAUX表空間最多的是自動(dòng)負(fù)載信息庫(Automatic Workload Repository,AWR)。AWR占用的空間取決于幾個(gè)因素,特定時(shí)間內(nèi)系統(tǒng)中的活動(dòng)會(huì)話數(shù),快照的間隔,歷史數(shù)據(jù)保留周期。典型情況,平均30個(gè)并發(fā)活動(dòng)會(huì)話的AWR大約需要200MB到300MB的空間。通過修改快照的間隔和歷史記錄的保留周期你可以控制AWR的體積。

另一個(gè)占用SYSAUX表空間較多的是EM信息庫,這個(gè)倉庫是用于Oracle EM數(shù)據(jù)庫控制來存儲(chǔ)元數(shù)據(jù),信息庫的體積取決于數(shù)據(jù)庫的活動(dòng)情況和信息庫中存儲(chǔ)的相關(guān)配置信息。

在SYSAUX表空間中其它數(shù)據(jù)庫組件占用空間增長與它們相關(guān)的特性(例如,Oracle UltraSearch, Oracle文本, Oracle流)是否使用有關(guān)。如果這些特性沒有被使用,這些組件對(duì)于SYSAUX空間沒有顯著影響。

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2011-08-11 07:35 |只看該作者
本文摘自
Oracle® Database Administrator's Guide
10g Release 2 (10.2)
Part Number B14231-02

控制SYSAUX的體積(Controlling the Size of the SYSAUX Tablespace)
SYS表空間中組件的數(shù)量(見表Table 2-2),還有這些組件占用的總空間量,這是組件占用的空間,反之,數(shù)據(jù)庫工作負(fù)載的性質(zhì)取決于所使用的特性或功能。

(The SYSAUX tablespace is occupied by a number of database components (see Table 2-2), and its total size is governed by the space consumed by those components. The space consumed by the components, in turn, depends on which features or functionality are being used and on the nature of the database workload.)
占用SYSAUX表空間最多的是自動(dòng)負(fù)載信息庫(Automatic Workload Repository,AWR)。AWR占用的空間取決于幾個(gè)因素,特定時(shí)間內(nèi)系統(tǒng)中的活動(dòng)會(huì)話數(shù),快照的間隔,歷史數(shù)據(jù)保留周期。典型情況,平均30個(gè)并發(fā)活動(dòng)會(huì)話的AWR大約需要200MB到300MB的空間。通過修改快照的間隔和歷史記錄的保留周期你可以控制AWR的體積。管理AWR快照間隔和保留時(shí)間的更多資料參考Oracle 數(shù)據(jù)庫性能調(diào)優(yōu)手冊(cè)。

(The largest portion of the SYSAUX tablespace is occupied by the Automatic Workload Repository (AWR). The space consumed by the AWR is determined by several factors, including the number of active sessions in the system at any given time, the snapshot interval, and the historical data retention period. A typical system with an average of 30 concurrent active sessions may require approximately 200 to 300 MB of space for its AWR data. You can control the size of the AWR by changing the snapshot interval and historical data retention period. For more information on managing the AWR snapshot interval and retention period, please refer to Oracle Database Performance Tuning Guide.)

另一個(gè)占用SYSAUX表空間較多的是EM信息庫,這個(gè)倉庫是用于Oracle EM數(shù)據(jù)庫控制來存儲(chǔ)元數(shù)據(jù),信息庫的體積取決于數(shù)據(jù)庫的活動(dòng)情況和信息庫中存儲(chǔ)的相關(guān)配置信息。
(Another major occupant of the SYSAUX tablespace is the embedded Enterprise Manager (EM) repository. This repository is used by Oracle Enterprise Manager Database Control to store its metadata. The size of this repository depends on database activity and on configuration-related information stored in the repository.)

在SYSAUX表空間中其它數(shù)據(jù)庫組件占用空間增長與它們相關(guān)的特性(例如,Oracle UltraSearch, Oracle文本, Oracle流)是否使用有關(guān)。如果這些特性沒有被使用,這些組件對(duì)于SYSAUX空間沒有顯著影響。
(Other database components in the SYSAUX tablespace will grow in size only if their associated features (for example, Oracle UltraSearch, Oracle Text, Oracle Streams) are in use. If the features are not used, then these components do not have any significant effect on the size of the SYSAUX tablespace.)

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2011-08-11 07:56 |只看該作者
其中最關(guān)鍵是AWR的管理,特定時(shí)間內(nèi)系統(tǒng)中的活動(dòng)會(huì)話數(shù),快照的間隔,歷史數(shù)據(jù)保留周期。

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2011-08-11 10:06 |只看該作者
回復(fù) 5# tacsoft


    其中最關(guān)鍵是AWR的管理,特定時(shí)間內(nèi)系統(tǒng)中的活動(dòng)會(huì)話數(shù),快照的間隔,歷史數(shù)據(jù)保留周期。

=============================================================================
這個(gè)快照間隔是怎么判斷呢,修改快照的間隔是否會(huì)影響 數(shù)據(jù)庫的應(yīng)用使用的的穩(wěn)定性呢?

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2011-08-11 12:39 |只看該作者
跟數(shù)據(jù)庫的應(yīng)用沒有直接關(guān)系,AWR主要用于數(shù)據(jù)庫監(jiān)控。

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2011-08-11 13:12 |只看該作者
本文摘自
Oracle® Database 2 Day DBA
10g Release 2 (10.2)
Part Number B14196-02

方法一:修改默認(rèn)ADDM操作(Modifying Default ADDM Behavior)
ADDM的操作和分析基于自動(dòng)負(fù)載信息庫(Automatic Workload Repository ,AWR),它收集性能統(tǒng)計(jì)信息,其數(shù)據(jù)存儲(chǔ)在數(shù)據(jù)庫中。默認(rèn)安裝后,AWR每隔一小時(shí)獲取一次快照,刪除7天以上的舊數(shù)據(jù)。你可以修改快照的頻率和數(shù)據(jù)的保留期限。

(ADDM behavior and analysis is based on the Automatic Workload Repository (AWR), which collects system performance statistics and stores the data in the database. After default installation, the AWR captures data every hour in the form of a snapshot and purges data over seven days old. You can modify both the snapshot frequency and the data retention period as desired.)

在負(fù)載信息庫頁你可以查看和修改這些設(shè)置:

(You can view and alter these settings on the Workload Repository page:)

•快照保留周期,初始設(shè)置為7天。AWR自動(dòng)刪除超過周期的快照,例外情況是永久保留快照。典型情況是創(chuàng)建快照集的性能分析統(tǒng)計(jì)周期。

(The retention period for snapshots. This is initially set to 7 days. AWR automatically purges any snapshot older than the retention period, with the exception preserved snapshots that are retained for ever. A preserved snapshot set is typically created to define a reference period for performance analysis.)

•快照的時(shí)間間隔,默認(rèn)建議值為一小時(shí)。

(The interval for snapshots. The default and recommended value is one hour.)

瀏覽此頁,進(jìn)入數(shù)據(jù)庫管理頁(Database Administration page),在統(tǒng)計(jì)管理(Statistics Management)下,選擇自動(dòng)負(fù)載信息庫(Automatic Workload Repository)。

(To navigate to this page, from the Database Administration page, under Statistics Management, select Automatic Workload Repository.)

改變這些設(shè)置,單擊負(fù)載信息庫( Workload Repository)頁上的編輯(Edit),進(jìn)入編輯設(shè)置(Edit Settings)頁,輸入新的快照周期和新的系統(tǒng)快照間隔,單擊OK。

(To change either of these settings, click Edit on the Workload Repository page. The Edit Settings page appears. Enter a new Snapshot retention period or new System Snapshot Interval. Click OK.)

方法二:ADDM的手動(dòng)運(yùn)行(Running ADDM Manually)

論壇徽章:
59
2015七夕節(jié)徽章
日期:2015-08-24 11:17:25ChinaUnix專家徽章
日期:2015-07-20 09:19:30每周論壇發(fā)貼之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38榮譽(yù)版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年紀(jì)念徽章
日期:2015-07-20 11:05:27IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-07-20 11:05:34操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-07-20 11:05:36程序設(shè)計(jì)版塊每日發(fā)帖之星
日期:2015-07-20 11:05:40數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2015-07-20 11:05:432015年辭舊歲徽章
日期:2015-07-20 11:05:44
9 [報(bào)告]
發(fā)表于 2011-08-11 16:59 |只看該作者
這個(gè)是系統(tǒng)認(rèn)證用的表空間。

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2011-08-12 23:35 |只看該作者
awr快照你可以定期清理或者修改下保留時(shí)間期限
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP