Git Product home page Git Product logo

Comments (5)

demonguru18 avatar demonguru18 commented on May 30, 2024 1

The problem is, you have to use the sudo command and add the password option.

sudo docker run -d \
  -p 32118:1521 \
  -p 35518:5500 \
  -e ORACLE_PWD=Oracle18 \
  --name=oracle-xe \
  --volume ~/docker/oracle-xe:/opt/oracle/oradata \
  --network=oracle_network \
  oracle-xe:18c

I have mage Step by step tutorial, to install Oracle 18c XE, using this repo - this will surely help.
How To Install Oracle Database 18c XE on Docker Container on Mac OS

https://www.youtube.com/watch?v=CbopSCwATIg

Hope this helps - Everything you need to do from start to end on a mac OS

from docker-oracle-xe.

fuzziebrain avatar fuzziebrain commented on May 30, 2024

@cc13com Are you using the docker-ords image to run ORDS?

from docker-oracle-xe.

cc13com avatar cc13com commented on May 30, 2024

@fuzziebrain Yes I do.

from docker-oracle-xe.

fuzziebrain avatar fuzziebrain commented on May 30, 2024

Can you please try changing this parameter in your docker run command from:
--volume /Users/my_name/docker/apex/18.2/apex/images:/usr/local/tomcat/webapps/i

To:
--volume /Users/my_name/docker/apex/18.2/apex/images:/ords/apex-images

from docker-oracle-xe.

cc13com avatar cc13com commented on May 30, 2024

I use this second line in my installation. But I'm not sure if I changed by myself or if I found this idea in a web search.

from docker-oracle-xe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.