Can we link a new RCU with an old weblogic Domain. Imagine a scenario where I remove a RCU from DB but the domain is already there. After creating a new RCU how do I sync/reconfigure it with old Domain?
Asked
Active
Viewed 402 times
0
-
In 11g, you just have to update your datasource URL, Username and replace encrypted password.(Using java weblogic.security.Encrypt
). In 12c, there are additional steps where you will update jps-config.xml, jps-config-jse.xml and update bootstrap credentials using modifyBootStrapCredential in WLST – Naveen Hiremath Mar 03 '20 at 10:45 -
Can I get a document or a blog? – Devansh Jani Mar 03 '20 at 11:26