表空间大小增长太快(soa suite 11g 中的 DEV_MDS)
我正在使用 Oracle Soa Suite 11g。
我们面临着数据库(表空间)问题。每次部署模式 DEV_MDS 都会增加 40 MB。我们正处于开发阶段,因此我们经常部署流程。 并在取消部署该进程时。理想情况下,内存应该被回收。但这并没有回收内存。
请帮助我摆脱这个问题。如果有人能解释这个模式大小如何增长得太快,我们将不胜感激。
谢谢
I am using Oracle Soa Suite 11g.
We are facing a Data Base (table space)problem. after every deployment schema DEV_MDS is getting increased by 40 MB. we are in development phase so very frequently we are deploying process.
and while undeploying the process. ideally memory should be reclaimed. but this is not reclaiming the memory.
Please help me to come out from this problem. and it will be appreciated if some one will explain how this schema size is getting increases too fastly.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每次部署组合时,流程定义等工件都会作为新版本存储在 MDS 中。您应该不时清除 MDS。
您可以通过 WLST 或从 EM 清除它。为了清除 EM;
HTH。
Every time you deploy a composite, artifacts such as process definitions etc. are stored in MDS as a new version. You should purge MDS from time to time.
You can purge it by WLST or from EM. In order to purge from EM;
HTH.