-
1. What versions are you using?
- node-oracle 6.6.0
- nodejs v21.7.3
- Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production
- NestJS ^10.3.10
- Typeorm 0.3.20
2. Is it an…
-
I try to run this image
```
docker run -d --name oracle12c \
--privileged -v /data/oracle-12c:/u01/app/oracle \
-p 8080:8080 -p 8066:1521 absolutapps/oracle-12c-ee
```
but failed. The CONTAINER …
-
When using `-hash` the generated SQL uses a STANDARD_HASH() SQL function.
Test table:
```
create table dms_test_cases.tab_id (id number(2) not null primary key);
insert into dms_test_cases.tab_id …
-
As far as I know, Oracle 12c autologin wallets have a different format than the ones of Oracle 11g.
Would be great to add 12c support to ssoDecrypt. Shouldn't be too difficult at all :)
-
Hello!
I'm just wondering do you plan to support new oracle auto-increment feature?
create table t (
id number(10) GENERATED AS IDENTITY,
name varchar(10)
);
-
-
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…
-
### Database Type
Oracle
### Database Version
Oracle 12c
### Druid Version
1.2.23
### JDK Version
1.8
### Error SQL
public static T get(String url, Class resultType) {
…
-
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
…
-
1. Which driver are you using and version of it (Ex: PostgreSQL 10.0):
Oracle
2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):
229
3. The steps …