docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Official source of container configurations, images, and examples for Oracle products and projects

Results 259 docker-images issues
Sort by recently updated
recently updated
newest added

I think the issue is pretty much described with copy from command console: ``` λ docker run -p 7201:7001 -p 9002:9002 -v /d/docker/weblogic:/u01/oracle/properties --name weblogic-12.2.1.3 store/oracle/weblogic:12.2.1.3 Domain Home is: /u01/oracle/user_projects/domains/...

weblogic

Hello everyone, the image size of a patched Oracle DB is about twice that of an unpatched OracleDB. This is because nearly each file of the original DB installation will...

database

Hello everyone, I am having trouble to run an oracle 19.3 Standard Edition 2 in OpenShift. I built the image with: ``` ./buildContainerImage.sh -v 19.3.0 -t oracle-db-standard:19.3.0 -s ``` On...

help wanted
question

Hello, Despite using the general purpose database template, I get following error when trying to run the container: ORACLE PASSWORD FOR SYS, SYSTEM AND PDBADMIN: T8S4Ao9qlF4=1 LSNRCTL for Linux: Version...

help wanted
question

https://github.com/oracle/docker-images/blob/376aada6fe5117abeff815234bb87f0a6183b064/OracleWebLogic/samples/12213-domain/run_admin_server.sh#L54 If the property _ADMINISTRATION_PORT_ENABLED_ has been left as false, then the port assignment to _ADMINISTRATION_PORT_ will be ignored with the result of an remaining incomplete port mapping argument for:...

weblogic

Hello, First of all, unfortunately I am unable to post full logs due to the host being in a closed network as well as security issues, but I will try...

help wanted

Cannot connect to tcps Protocol for Oracle Database 18c (18.4.0) Express Edition (XE) image Changing below protocol in ($ORACLE_HOME/network/admin/listener.ora) and restarting docker does not expose TCPS enable listener which can...

question
database

Hello, I am starting two WebLogic 12.2.1.4 domains in docker from my _docker-compose.yml_ file. So I am starting 4 containers: - admin-server-A + managed-server-A1 - admin-server-B + managed-server-B1 **The following...

help wanted
weblogic

> **MODERATOR NOTE**: _Originally posted by @lukaseder in https://github.com/oracle/docker-images/issues/1678#issuecomment-779940945_ which is closed. I'm opening this new issue to continue that discussion. I'm coming here from a Twitter discussion: https://twitter.com/gmarziou/status/1361700331483234307 I...

database
discussion

I'm able to connect to local instances of weblogic 12.2.1.3 that I run with ./startweblogic.sh, but when I try using a 12.2.1.3 docker image, I get the error "Caused by:...

weblogic