[oracle@huntdb ~]$ sqlplus "/as sysdba" SQL*Plus: Release 11.2.0.3.0 Production on Mon Nov 17 18:39:11 2014 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to an idle instance. SQL> startup ORA-00845: MEMORY_TARGET not supported on this system SQL> startup mount ORA-00845: MEMORY_TARGET not supported on this system SQL> quit Disconnected [oracle@huntdb ~]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 18G 14G 3.4G 80% / /dev/sda1 99M 24M 70M 26% /boot tmpfs 499M 0 499M 0% /dev/shm [root@huntdb ~]# umount /dev/shm/ [root@huntdb ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 18187836 13780828 3468208 80% / /dev/sda1 101086 24528 71339 26% /boot 修改文件 /etc/fstab [root@huntdb ~]# cat /etc/fstab| grep shm tmpfs /dev/shm tmpfs defaults,size=2G 0 0 [root@huntdb ~]# mount /dev/shm [root@huntdb ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 18G 14G 3.4G 80% / /dev/sda1 99M 24M 70M 26% /boot tmpfs 2.0G 0 2.0G 0% /dev/shm [root@huntdb ~]# su - oracle [oracle@huntdb ~]$ [oracle@huntdb ~]$ [oracle@huntdb ~]$ sqlplus "/as sysdba" SQL*Plus: Release 11.2.0.3.0 Production on Mon Nov 17 18:44:08 2014 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to an idle instance. SQL> startup ORACLE instance started. Total System Global Area 839282688 bytes Fixed Size 2233000 bytes Variable Size 570428760 bytes Database Buffers 264241152 bytes Redo Buffers 2379776 bytes Database mounted. Database opened. SQL> show parameter MEMORY_TARGET NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ memory_target big integer 804M SQL>
ORA-00845: MEMORY_TARGET not supported on this system
原创
©著作权归作者所有:来自51CTO博客作者jsj_007的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
LangChain之内存记忆 ( Memory )
大多数LLM应用都具有对话功能,如聊天机器人,记住先前的交互非常关键。对话的重要一环是能够引用之前提及的信息,这些信息需要进行存储,因此将这种存储过去交互信息的能力称为记忆 ( Memory )。
初始化 python Memory LLM LangChain -
ORA-00845: MEMORY_TARGET not supported
ORA-00845: MEMORY_TARGET not supported
ORA 00845 MEMORY tARGET -
oracle11g ORA-00845: MEMORY_TARGET not supported on this system
oracle11g ORA-00845: MEMORY_TARGET not supported on this system
oracle 数据库 休闲 oracle11g ORA-00845错误解决