-
Our version of Hibernate does not support the most recent version of Oracle. Let's update so that organizations using Oracle can use ThreadFix.
-
The tests introduced with #10540 were not yet activated for Oracle. They fail when scalar subqueries contain `ORDER BY` without `FETCH`, e.g. this:
```sql
select (
select 1 "a"
from DUAL
…
-
It looks like referenced image is not publicly available anymore
```
docker-compose run oracle-db
Pulling oracle-db (sath89/oracle-12c:)...
ERROR: pull access denied for sath89/oracle-12c, repos…
-
I am trying to install oracle 12c using chef cookbook. When I tried to create a role ora_12c_quickstart, the role has 'recipe[base]', 'recipe[oracle]' in run_list but I didnot find those recipes in …
-
Trying to verify the checkpoint/restore feature on Oracle Database Server 12c R2
There was similar issue (https://github.com/checkpoint-restore/criu/issues/255) last year when I tried on some non-p…
-
Hi
Thanks for your effort building this great image.
Unfortunately, I cannot pull the image anymore:
docker pull wscherphof/oracle-12c
just gives the following output:
Pulling repository docker.io/w…
-
# Environment
Knex version: 0.14.4
Database + version: Oracle 12c
OS: *
@atiertant
# Feature discussion / request
Autoincrement right now creates a trigger for id values. This is expect…
-
java.lang.NullPointerException: null
at oracle.jdbc.driver.T4CConnection.updateSessionProperties(T4CConnection.java:1862) ~[ojdbc7-12.2.0.1.0.jar!/:12.1.0.1.0]
at oracle.jdbc.drive…
-
Hello,
I wanted to install the plug-in in my test environment (APEX 19.2.0.00.18, Oracle Database 12c Release 12.1.0.1.0 - 64bit), but I get this error message "The file is not a valid plug-in expo…
-
I already used docker-squash a couple of times without any problem, but now the new images wasn't saved.
The image is used to be a oracle database. We do the following:
1. created the image
2. …