Hi,
I have a requirement of changing existing OPSS security store from one database to another database.
Ideally it will update the following entries in '/soa_domain\config\fmwconfig/jps-config.xml' and also in OPSS schema of database.
jps-config.xml:
<propertySet name="props.db.1">
**\<property name="jdbc.url" value="jdbc:oracle:thin:@//xxxx:1521/testsid"/>**
<property name="oracle.security.jps.farm.name" value="cn=soa_domain"/>
<property name="server.type" value="DB_ORACLE"/>
\<property name="datasource.jndi.name" value="jdbc/OpssDataSource"/>
\<property name="oracle.security.jps.db.useDSAdminMapKey" value="true"/>
\<property name="oracle.security.jps.ldap.root.name" value="cn=opssRoot"/>
\<property name="jdbc.driver" value="oracle.jdbc.OracleDriver"/>
\<property name="bootstrap.security.principal.map" value="BOOTSTRAP\_JPS"/>
\<property name="bootstrap.security.principal.key" value="bootstrap\_sW1GHqPFbFz17edPfuA17l/4="/>
\</propertySet>
in EM console, We can update the existing store with new database details. Do I need to update anything related to ldap here like root DN and domain name? Please advice.
