Git Product home page Git Product logo

Comments (3)

fuzziebrain avatar fuzziebrain commented on May 29, 2024

@sarkiva

  1. Were there any errors during the build?
  2. Did you change any other environment variables?
  3. Is SELinux in enforcing mode?

from docker-oracle-xe.

femarschall avatar femarschall commented on May 29, 2024

I had the same issue.
I fixed it by generating a new orapwXE file:

  • $ /opt/oracle/product/18c/dbhomeXE/bin/orapwd file=/opt/oracle/product/18c/dbhomeXE/dbs/orapwXE password=oracle ENTRIES=30 FORCE=Y IGNORECASE=Y format=12

maybe this could be placed on the script scripts/runOracle.sh instead of this line:

  • mv $ORACLE_HOME/dbs/orapw$ORACLE_SID $ORACLE_BASE/oradata/dbconfig/$ORACLE_SID/

from docker-oracle-xe.

femarschall avatar femarschall commented on May 29, 2024

just one more note, after that fix I also had problem with spfileXE.ora so I placed this file on /opt/oracle/product/18c/dbhomeXE/dbs:

Later on to startup the database as Standalone (not pluggable), instead of running "/etc/init.d/oracle-xe-18c configure", I customized the db setup with DBCA:

  • dbca -silent -createDatabase -templateName XE_Database.dbc -gdbName XE -sid XE -createAsContainerDatabase false -emConfiguration NONE -datafileDestination /opt/oracle/oradata/ -storageType FS -characterSet AL32UTF8 -totalMemory 2048

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.