Re: containers
Date: Sat, 8 Jun 2019 19:18:08 -0700
Message-ID: <CAORjz=P63WARP5Af6cDF+dp=fhgxJe+f_PGE6v1rQhGatCqwHg_at_mail.gmail.com>
Here is a couple examples of using Docker as a way to get versions of
SqlPlus/Oracle client that I could not otherwise install
https://blog.pythian.com/how-to-use-oracle-instant-client-docker-images/
https://blog.pythian.com/how-to-create-an-oracle-18c-client-image-in-docker/
These docker images are configured is such a way that they work just like
sqlplus.
Well, it is sqlplus, but in docker.
I also use it to package and distribute an extension for orachk/exachk.
It could be done without docker, but it SO much easier with docker.
Jared Still
On Tue, May 28, 2019 at 4:21 PM Jeff Chirco <backseatdba_at_gmail.com> wrote:
> Anybody using docker or some kind of application containerization
Certifiable Oracle DBA and Part Time Perl Evangelist
Principal Consultant at Pythian
Pythian Blog http://www.pythian.com/blog/author/still/
Github: https://github.com/jkstill
> environment in their production systems. We don't have any but just trying
> to understand it and how to use it. We are having trouble figuring out how
> the database fits into all of this. Is your database in a container? I
> don't see how you could with a 1tb database. So is the application just
> under a container and they all point to a traditional database?
>
> Thanks,
> Jeff
>
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Jun 09 2019 - 04:18:08 CEST