Sunday 20 December 2015

OIM - Set remoteEnabled is true for connecting SOA database


If you want to connect SOA database through java code then you first need to perform following steps :

Step1 :Go to below location :

/home/oracle/Oracle/Middleware/user_projects/domains/base_domain/bin

Step2 : Open "setDomainEnv.sh" file :
vi setDomainEnv.sh

Set remoteEnabled is true :
WLS_JDBC_REMOTE_ENABLED="-Dweblogic.jdbc.remoteEnabled=true"

No comments:

Post a Comment