Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Where MDS personalization data is stored if db repository is used

1040324Sep 17 2013 — edited Sep 18 2013

Environment: Jdeveloper 12c

I am trying to use MDS for storing personalization info per user. I am able to do this using file based MDS repository. It is storing the personalization files under a path like C:\Users\<<user>>\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.mds.ide.deploy.base\adrs\rtsm\AutoGeneratedMar\mds_adrs_writedir\mdssys\cust\user\irtrand1\dashboard.jsf.xml

Now I am trying to use database schema for MDS. I installed the schema using RCU and registered the meta data repository in the weblogic domain. When I try to deploy the application to the weblogic domain, it is asking for partition name under MDS repository and creating the partition. But I am not seeing any data related to the personalization in db tables.

   

I am still seeing the personalization entries  in file system under

   

C:\Users\<<user>>\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain\store\gmds\rtsm\mdssys\cust\user\irtrand\

Just want to check if I use db schema for MDS, still it stores personalization info on the file system? Or I am missing any configuration?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2013
Added on Sep 17 2013
1 comment
275 views