-
Dear sirs,
I did attach two Images showing what happens if I try to downlopad updates in sqldeveloper
Version used: 19.4.0.354
Build: 354.1759
It would be great, if somebody could tell me ho…
KES48 updated
4 years ago
-
This query returns result in sqldeveloper but in dbeaver getting invalid character error
```
SELECT table_name,
CASE
WHEN owner='SYS' THEN 'The owner is SYS'
WHEN owner='SYSTEM' THEN 'The own…
-
Hey Mattn, I'm using mac osx darwin amd/64, when trying to connect, I got the above error. My oracle.go is as follow:
```
package main
import (
"database/sql"
"fmt"
_ "github.com/mattn/go-o…
ghost updated
4 years ago
-
**Describe the bug**
Installing utPLSQL on Oracle Cloud ADW (Autonomous Data Warehouse) fails at "Installing component UT_COMPOUND_DATA_TMP" with error ORA-01031 insufficient privileges.
**Prov…
-
When running an image specifying the `-e ORACLE_SID` and the `-v (volume parameter)` parameters it is not possible to log in as Sys via JDBC or SQL Developer. I can log in as System via JDBC or SQL De…
-
There is a bug with Oracle Database CREATE PROCEDURE. In DBeaver 5.1.2 the code below throws:
>SQL Error [900] [42000]: ORA-00900: invalid SQL statement
> ORA-00900: invalid SQL statement
But…
-
#### System information:
- Operating system (distribution) and version: Mac OS 10.14.2
- DBeaver version: Community Edition 5.3.4.201902031804
- Java version: 1.8.0_191-b12
- Additional exten…
-
In Dbeaver community the properties of columns shows always numbers data with length=22.
I was using with ojdbc6.jar. I change to ojdbc7.jar with Implementation-Version: 12.1.0.2.0 and I have the s…
-
#### System information:
- Operating system (distribution) and version Win10
- DBeaver version 5.3.5+
- Java version 1.8
- Additional extensions
#### Connection specification:
- Database name…
-
Hi!
What started in a Slack chat grew into this issue :)
I have a test with Russian words in its name. So I expect it to be "Russian" when I call it via `cli`.
Here's my preset:
- NLS_DATA…