国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > 綜合 > 正文

ORA-00845: MEMORY_TARGET not supported on this system

2024-07-21 02:51:55
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

轉(zhuǎn)自:http://www.cnblogs.com/killkill/archive/2010/09/10/1823690.html,作者:killkill

ORA-00845: MEMORY_TARGET not supported on this system

      今天晚上新裝一臺(tái)Oracle 11g的數(shù)據(jù)庫(kù),打算將SGA設(shè)大一點(diǎn),知道 11g 中有一個(gè)新特新 MEMORY_TARGET,于是嘗一下鮮,誰(shuí)知報(bào)了個(gè) ORA-00845,報(bào)錯(cuò)比較容易迷惑人,不借助Google真得想半天:

SQL> alter system set memory_max_target=3G scope=spfile ;  System altered. SQL> alter system set memory_target=2G scope=spfile ;       System altered. SQL>SQL> shutdown immediate Database closed.Database dismounted.ORACLE instance shut down.SQL> startup ; ORA-00845: MEMORY_TARGET not supported on this system

      來(lái)自O(shè)racle的官方解析是:

Starting with Oracle Database 11g, the Automatic Memory Management feature requires more shared memory (/dev/shm)and file descriptors. The size of the shared memory should be at least the greater of MEMORY_MAX_TARGET and MEMORY_TARGET for each Oracle instance on the computer. If MEMORY_MAX_TARGET or MEMORY_TARGET is set to a non zero value, and an incorrect size is assigned to the shared memory, it will result in an ORA-00845 error at startup.

      簡(jiǎn)單來(lái)說(shuō)就是 MEMORY_MAX_TARGET 的設(shè)置不能超過(guò) /dev/shm 的大小:

[oracle@FWDB FWDB]$ df -h | grep shmtmpfs                 2.0G     0  2.0G   0% /dev/shm      還真是撞到這個(gè)槍口上了:

      馬上把它加大:

[root@FWDB ~]# cat /etc/fstab | grep tmpfstmpfs                  /dev/shm                tmpfs   defaults,size=4G 0 0      現(xiàn)在可以通過(guò)重啟使這個(gè)配置生效,也可以通過(guò)重新掛載來(lái)修改其大小:  
[root@FWDB ~]# mount -o remount,size=4G /dev/shm[root@FWDB ~]# df -h | grep shmtmpfs                 4.0G     0  4.0G   0% /dev/shm    再次啟動(dòng)數(shù)據(jù)庫(kù),沒(méi)有報(bào)錯(cuò)了。
發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 安阳市| 沂南县| 泸西县| 都兰县| 云浮市| 元阳县| 原平市| 长宁区| 光泽县| 昌吉市| 安龙县| 巴东县| 洪洞县| 彝良县| 邵阳市| 中卫市| 深泽县| 苏尼特左旗| 兴安县| 澄江县| 清苑县| 海城市| 安康市| 曲靖市| 班戈县| 始兴县| 马鞍山市| 松原市| 四川省| 桑日县| 长乐市| 筠连县| 山阴县| 江华| 肥城市| 错那县| 克拉玛依市| 古蔺县| 凤冈县| 遂溪县| 阜阳市|