Giter Club home page Giter Club logo

docker-oracle12ee's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mofei168888

docker-oracle12ee's Issues

Remove dedicated SQLcl and JDK 8 from image

Oracle Database 12.2 contains a SQLcl version and a JDK 8 as well. Therefore there is no need to make other versions of these component a part of this image. Removing them will reduce dependencies and the size of the image.

access with oracle user not available

I'm login at the docker image as root. I would like to access as 'oracle' user since the 'oracle; user is defined and configured on this image.

sh-4.2# cd /home
sh-4.2# ls
oracle
sh-4.2# cat oracle/.bash_profile

.bash_profile

Get the aliases and functions

if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

User specific environment and startup programs

PATH=$PATH:$HOME/.local/bin:$HOME/bin

export PATH
export JAVA_HOME=/u01/app/oracle/product/12.2.0.1/dbhome/jdk
export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1/dbhome
export ORACLE_BASE=/u01/app/oracle
export PATH=/usr/sbin:$PATH:/opt/sqlcl/bin
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
export TMP=/tmp
export TMPDIR=$TMP
export TERM=linux

but I receive following error:

sh-4.2# su - oracle
Last login: Tue May 2 12:25:43 UTC 2017
su: cannot open session: Permission denied

Any idea to login as oracle user ?

Best Regards, Silvio

this file can not run

if you add -v ***:/u01/app/oracle , then it can not run !
if not add -v *: , it has no database instance !

so it is a trash!

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.