You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of setting up Oracle SOA Suite using Docker documented here, and I've encountered a configuration issue. The container setup requires a parameter DB_PASSWORD for the sys user password of the Oracle database as mentioned in this section 5. Create a container for the Administration Server. However, I have another database user with all the necessary privileges and would prefer to use this user instead of the SYS user.
Does anyone know how I can configure or run the Oracle SOA Suite Docker container to use this alternative privileged user? Are there specific environment variables or configuration files that I need to adjust?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm in the process of setting up Oracle SOA Suite using Docker documented here, and I've encountered a configuration issue. The container setup requires a parameter
DB_PASSWORD
for thesys
user password of the Oracle database as mentioned in this section 5. Create a container for the Administration Server. However, I have another database user with all the necessary privileges and would prefer to use this user instead of the SYS user.Does anyone know how I can configure or run the Oracle SOA Suite Docker container to use this alternative privileged user? Are there specific environment variables or configuration files that I need to adjust?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions