Showing posts with label oraclelinux. Show all posts
Showing posts with label oraclelinux. Show all posts

Monday, 28 September 2015

Tricky: docker, oraclelinux, ubuntu and ulimit -Hn

Virtualization is said to bee good for training and development, but  it should be kept out from productive environments. Some people, to whom I belong, meanwhile changed their minds and are convinced, that e.g. docker containers running ubuntu or oraclelinux, breed85/oracle12c or alike will play an increasing role in data virtualization. See also oaktable-world-agenda-2015/ To get experience and clarify certain questions we have created a Docker Project on github. This story here came up with the number of open files in a system (ulimit -Hn), crucial for productive systems. The issue discussion serves best to  understand the impact and the trickyness of the question. For whom it may concern, it is published here.

Wednesday, 23 September 2015

Docker & oracle-rdbms-server-12cR1-preinstall

There is an extremely annoying  behavior of oracle-rdbms-server-12cR1-preinstall, when you want to use it in conjunction with docker images like breed85 or oraclelinux: this official package of Oracle's blocks every attempt to switch to the user oracle (su - oracle), which one is forced to do, when he wants to install Oracle SW and create Oracle databases in a Docker container. I have written 2 posts in July about that and none of them was correct. After 2 months I was forced to come back in order to accomplish our Dockerproject . Here is, what I have found out.