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
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.