-
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.
1. Which driver are you using and version of it (Ex: PostgreSQL …
-
Oracle 21c seems to have introduced a lot of new JSON construction syntax as can be seen here:
- https://docs.oracle.com/en/database/oracle/oracle-database/21/adjsn/generation.html#GUID-6C3441E8-4F…
-
## TL;DR:
When bumping module, users will need to take action and set the `db_iops` value to be at least `12000` for below 14 + 8 = **_22_** DBs
- For 14 postgres/mariadb
- 6 production
- 8 non-p…
-
Now `database` means SID.
For using database service name, must set full JDBC URL, but it is inconvenient.
-
the current text in src/best_practice/database.adoc mention a document from Deutsche Telekom AG that is no longer available. As this was the only information I suggest to drop the paragraph
-
Need help in porting to Oracle 12c , details on files to be modified.
I am new to PHP , have written stand alone pages using oci_connect.
Tried following..
Modified DBFactory.php added case ora…
-
Please Help !
![image](https://github.com/htschannerl/metabase-oracle-autonomous-database/assets/80568514/3850ba9e-427f-41d1-844f-87d16cd702d9)
-
I'm having an issue to connect to an Oracle DB. I've already followed the steps to create a `requirements-local.txt` file into `docker/` `cx_Oracle` package, but still not working.
#### How to repr…
-
### Description
The correct way for getting the current server time on Oracle is by calling the SYSDATE or SYSTIMESTAMP value.
Example:
SELECT SYSDATE FROM DUAL;
The Query Analyzer currently u…
-
### Version
This bug is in the tree since 4.2.1, 4.1.1 seems ok.
### Context
I just upgrade the JDBC version from 4.1.1 to 4.2.1
I saw that JDBC 4.2.1 client has using getAsciiStream to read data…