Oracle Forms & Reports 12.2.1.3.0 in Docker
Posted by Dirk Nachbar on Friday, December 01, 2017 with 1 comment
After I published yesterday my Docker solution for Oracle Forms & Reports 12.2.1.2.0, I received several question, if and when there will be a Docker solution for Oracle Forms & Reports 12.2.1.3.0.
Here we go, I spent once again some time and created the necessary Docker files and uploaded them to my GitHub Repository https://github.com/DirkNachbar/Docker
Now the above referenced Repository contains the necessary Docker files and docker-compose files for building Oracle Forms & Reports 12.2.1.2.0 and Oracle Forms & Reports 12.2.1.3.0.
In the README.md you will find two main sections, "How to build Oracle Forms & Reports 12.2.1.2.0" https://github.com/DirkNachbar/Docker#how-to-build-oracle-forms--reports-122120 and "How to build Oracle Forms & Reports 12.2.1.3.0" https://github.com/DirkNachbar/Docker#how-to-build-oracle-forms--reports-122130
Feel free to grab a copy of my Repository and enjoy Oracle Forms & Reports under Docker ;-)
Here we go, I spent once again some time and created the necessary Docker files and uploaded them to my GitHub Repository https://github.com/DirkNachbar/Docker
Now the above referenced Repository contains the necessary Docker files and docker-compose files for building Oracle Forms & Reports 12.2.1.2.0 and Oracle Forms & Reports 12.2.1.3.0.
In the README.md you will find two main sections, "How to build Oracle Forms & Reports 12.2.1.2.0" https://github.com/DirkNachbar/Docker#how-to-build-oracle-forms--reports-122120 and "How to build Oracle Forms & Reports 12.2.1.3.0" https://github.com/DirkNachbar/Docker#how-to-build-oracle-forms--reports-122130
Feel free to grab a copy of my Repository and enjoy Oracle Forms & Reports under Docker ;-)
Hi Dirk, thanks for sharing this great work. I stumbled across your Github repository just as I was looking at building a Docker forms/reports environment. I'm trying it out right now.
ReplyDeleteI'm building it all in a Centos 7 VirtualBox VM, so if anyone else is doing it, make sure to make your root partition very large (I made mine like 250 GB in a 400 GB VM -- set dynamically to grow -- in VirtualBox) and MAKE SURE YOU USE EXT4 FORMAT and NOT THE DEFAULT XFS. Docker doesn't like XFS, so you will have wasted lots of time setting up your environment only to find once you begin installing Docker it's not going to work well.
--Jonathon