Skip to Main Content

Integration

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!

Update OPSS Security store to new DB

801588Dec 2 2016 — edited Dec 5 2016

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.

Snap3.jpg

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2017
Added on Dec 2 2016
4 comments
1,911 views