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?