python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Different behavior between Dbeaver and OSD clients with dates
I use Oracle Database 11g Release 11.2.0.4.0
When doing this query :
SELECT
CASE WHEN (DATE '2005-11-25') IN ('25/11/05') THEN
'TRUE'
ELSE
'FALSE'
END
FROM DUAL;
I get FA...
Samuel
Votes: 0
Answers: 2
How to connect to MySQL database cluster
I tried to install a MySQL cluster with the Docker image below.
mysql/mysql-cluster - Docker Image | Docker Hub
The Docker image is pulled and run successfully.
Despite that I could connect to the clu...

user13746660
Votes: 0
Answers: 2
You can't select item 'org.jkiss.dbeaver.ext.oracle.model.OraclePackage@7affaF26- WHILE Selecting Packages FOR Schema Compare
I'm new to Dbeaver, trying to use this for the Azure CICD process for oracle.
While comparing the schema it only compares the table, views, materialized views, and types
but when I select packages it'...

Anto king
Votes: 0
Answers: 0
Dbeaver restore unsaved script
I am trying to restore an unsaved dBeaver script. I opened my DBeaver again after my system got shutdown abruptly and I can't find anything. All my SQL script are gone.
What can I do to restore or to ...
Aaina Arora
Votes: 0
Answers: 5