Needed to upgrade from Oracle 11g XE to Oracle 18c XE for licensing reasons. We run Oracle in containers for use in integration tests. However after upgrading from 11g XE to 18c XE queries are significantly slower. This is mostly the initial queries for each table. Subsequent queries are comparable to 11g. tldr; Is there ..
Category : oracle18c
I have tried to build the docker image for Oracle 18c xe using these links below: Build Oracle docker image 1 Oracle blog for docker image Then, I tried to use the command below to solve the issue from this link Oracle Github issue page and also added a comment at the bottom of the ..
I need an Oracle 18c database for integration testing on Windows (Server 2016 and Server 2019 boxes), and I’d like to have docker images for this database. My understanding is that there are no official docker images for Oracle 18c. I’ve built an oracle 18c docker image for Linux (as explained here) and can run ..