Giter Club home page Giter Club logo

Comments (11)

nollymar avatar nollymar commented on July 29, 2024 1

@linkcrux I just shutdown the database and listener and then executed “relink all”.

I have an extension of the docker image created by @wscherphof where I fix this problem. It could be useful if you want to use CDB/PDB feature as well. Have a look at https://github.com/nollymar/oracle-12c-cdb

from oracle-12c.

weatheredwatcher avatar weatheredwatcher commented on July 29, 2024

I get the same. Any progress?

from oracle-12c.

blagerweij avatar blagerweij commented on July 29, 2024

I had the same issue, which I was able to resolve by changing the kernel shared memory settings (in sysctl.conf):

kernel.shmall = 18446744073692774399
kernel.shmmax = 18446744073692774399

(Values depending on the amount of memory you have in the machine)

from oracle-12c.

akloeber avatar akloeber commented on July 29, 2024

Same here, +1

from oracle-12c.

cosminj avatar cosminj commented on July 29, 2024

I still get the same TNS:lost contact error even if i change the kernel memory settings.
After changing them and reloading them with sysctl --system, do you do anything else?
How do you restart the TNS Listener oracle service on this container ?

from oracle-12c.

nollymar avatar nollymar commented on July 29, 2024

@cosminj I solved the problem executing a relink all.

My problem was that these files were empty:
$ORACLE_HOME/bin/oracle
$ORACLE_HOME/rdbms/lib/config.o

Take a look at this page: https://oracledbamasters.wordpress.com/2014/02/25/ora-12547-tns-lost-contact/

from oracle-12c.

linkcrux avatar linkcrux commented on July 29, 2024

@blagerweij / @nollymar ,

Can you please list me the instructions how you could resolve it ?

  1. I tried kernel settings inside the docker instance step2, before step2 #3 :

/tmp/create

No luck, I still get 'lost contact'

  1. I tried 'relink all' (as my $ORACLE_HOME/bin/oracle is zero bytes), but it fails with error :

./relink: line 168: 66 Segmentation fault (core dumped) $ORACLE_HOME/perl/bin/perl $ORACLE_HOME/install/modmakedeps.pl $ORACLE_HOME $ORACLE_HOME/inventory/make/makeorder.xml > $CURR_MAKEORDER
writing relink log to: /u01/app/oracle/product/12.1.0/dbhome_1/install/relink.log

With below error in the log :

oracle.xml.parser.v2.XMLParseException: Start of root element expected.
at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)

Anything you can suggest ?

from oracle-12c.

marvin-w avatar marvin-w commented on July 29, 2024

@linkcrux

I have the same issue and it seems that its related to installing oracle on a Mac.

See here: https://forums.docker.com/t/perl-segmentation-fault-oracle-12c-install-docker-mac-mac-pro/18256

from oracle-12c.

nollymar avatar nollymar commented on July 29, 2024

@linkcrux, did you solve the problem?

@pointerxr, for the installation I used a Mac and could solve the problem as recommended above.

from oracle-12c.

yin avatar yin commented on July 29, 2024

Guy's, I had this problem last year. I solved it by downgrading my VM to Ubuntu 14.04 and then building the image in it. This was tried twice, hope this helps.

from oracle-12c.

linkcrux avatar linkcrux commented on July 29, 2024

@nollymar your repo is the one I had real success creating oracle 12c docker container. Thank you for the PDB, am trying out different options that fit my project. Will message you in case I run into issues.

from oracle-12c.

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.