Due to password policy set on the database for the users to expire in 180 days, all the users were expired which are used by SOA. Error : Caused by: oracle.security.jps.service.credstore.CredStoreException: JPS-01055: Could not create credential store instance. Reason oracle.security.jps.service.policystore.PolicyStoreException: Can not connect DB with URL [jdbc:oracle:thin:@//soaosbdb:1521/ORCLPDB1.LOCALDOMAIN] ... 35 more Caused by: oracle.security.jps.service.policystore.PolicyStoreException: Can not connect DB with URL [jdbc:oracle:thi…
Oracle WebLogic Sub deployment : A sub deployment is a mechanism by which JMS module resources (such as queues, topics, and connection factories) are grouped and targeted to a server resource (such as JMS servers, server instances, or cluster). Sub deployments helps in 1.Improves network traffic between the components connection factories, queues and topics. 2.During migration all the components can be easily migrated to a new instance. Subdeployment is used for both standalone queues & topic as well distributed. Standalone queues or topi…