-
Is there any timeframe on when new dockerfiles will be generated to support building of oracle containerized databases with either oraclelinux8, or 9?
I have managed to update the existing dockerfi…
-
We discussed this week that Oracle are harassing organizations for licensing fees, even for individual users who have downloaded and installed the ‘freely’-distributed JRE.
Most current users who h…
-
Crash on code generation
**Environment information:**
- OS: Mac OS 15.1
- IDE version: 2024.3, Build #PY-243.21565.199, built on November 13, 2024
- plugin version: 2024.3.15-243
LOG:
java.u…
-
Should be easy to get started with Autonomous Database on an Oracle Linux 8 instance in the OCI.
```
[opc@oel8-4ocpus-8gb ~]$ podman run -d \
> -p 1521:1521 \
> -p 1522:1522 \
> -p 8443:8443 \
…
-
Hi,
Is there plans to expouse async methods on AQ objects, also to add them to open-telemetry
-
1. Add a BitcoinSOracle struct that implements `DdkOracle`. Maybe call it KrystalBull? (RIP) and add it as a feature flag.
2. Include a build to run locally and apart of the `just deps` script
-
> Currently, I'm validating data between Oracle and PostgresSql, I have a table of big data of about 500M.
>
> How to generate a file yaml to validate 10k newest data? I checked the document …
-
1. What version of ODPI-C are you using (see dpi.h)?
5.4.0
2. What OS (and version) is your application on?
Debian sid
4. What compiler (and version) did you use?
gcc 14.2.0
6. What is you…
-
These are for the Oracle vector store?
1. OracleDataAdapter.java
2. OracleEmbeddingStore.java
3. OracleJSONPathFilterMapper.java
-
Prior to Oracle 19.25, this works:
`
use DBI;
use DBD::Oracle qw(:ora_session_modes);
$dbh = DBI->connect('DBI:Oracle:', '/', '', {ora_session_mode => ORA_SYSDBA, RaiseError => 1}) or die "Can…