-
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 …
-
**Describe the bug**
When selecting relations via .values or .only, the fields are given full relation names. These names become quite long. Oracle is moving to longer names, but even still the lengt…
-
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 …
-
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)
);
-
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 :)
-
-
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) {
…
-
Hi Dean, thanks for your work on this. Currently I am working on converting this to cfscript. So far I have had very good results. When I create beans I am getting multiple properties, getters and set…
murpg updated
8 years ago
-
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 …