Oracle报错问题
ORA-04031:无法分配4084字节的共享内存(“shared pool”,”standardsys”,”PL/sql mpcode”,”bamima:bam buffer”)
我写了一个接口程序,把sql2000里的数据导入到oralce数据库中,偶然一天接口程序发生以上错误提示,这是什么原因呢
ORA-04031: unable to allocate string bytes of shared memory ("string","string","string","string")
Cause: More shared memory is needed than was allocated in the shared pool.
Action: If the shared pool is out of memory, either use the dbms_shared_pool package to pin large packages, reduce your use of shared memory, or increase the amount of available shared memory by increasing the value of the INIT.ORA parameters "shared_pool_reserved_size" and "shared_pool_size". If the large pool is out of memory, increase the INIT.ORA parameter "large_pool_size".
shared pool大小不够了
需要增大
如果你没有权限 并且不知道怎么增大
联系你的数据库管理员吧
我就是数据库管理员,怎么增加啊
数据库什么版本
SQL code:
SQL> conn / as sysdba --以dba身份登录
Connected.
SQL> show parameter spfile --看数据库是否在使用spfile
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile
相关问答:
安装了Oracle 10g,默认安装了orcl数据库,这个数据库能不能删除啊,还有我如果新建了其他数据库,怎么知道在web中登陆不同数据库的地址啊?
1
可以删除
2
在WEB地址栏中输入地址的时候指定新创建的数据库的IP ......
exp user/password@dbname file=c:\table.dmp tables=jbitaku,jbitakum grants=y
然後按回車鍵 說明: user/password@dbname 分別表示用戶名,密碼和服務名 f ......
谢谢
我也是想知道
me too
我 也 想 知 道 其 他 的,我 现 在 就 在 学 orcale 数 据 库,我
用 的 是 赵 元 杰 编 的.......
个人觉得原理性的东西看一些官方文档可能会好一些 如果没有老师教 ......
各位oracle高手,请教一下为什么oracle 10g在安装到百分之八十五的时候就报错不能继续安装?
内存多大? 重新下个数据库安装试试..
引用
各位oracle高手,请教一下为什么oracle 10g在安装到百分之八十五的时 ......
我在开发的这个应用并发性比较高,oracle更新数据时候如何处理并发处理呢?各位大侠发表好的观点啊,在线等待!
oracle数据更新时,会自动默认行锁定,楼主不要操心,Oracle对并行处理已经很成熟了
引用
oracle ......