dbeaver Questions
2
Solved
I have a database dump in thisdb_2022.dump binary file that I'm trying to import to dbeaver, but I haven't found a way to import the database so I can see it.
I found the below in the dbeaver forum...
Backlash asked 3/2, 2022 at 15:55
4
Solved
I have been using DBeaver as a replacement for SQL Server Management Studio, and I am loving it. The only thing I cannot figure out is how to associate a script with a database. For example, in SSM...
7
I'm trying to find a column in a very big table in ORACLE SQL Developer, its really difficult to find it visually.
Is there any easy way to find the column in the table?
For example, in DBeaver i...
Bureaucratize asked 21/12, 2015 at 10:40
4
Solved
I am using an internal maven/artifactory repository on my network.
I am trying to intialize an Oracle Connection with DBeaver 7.1.0. (not the eclipse plugin, the standalone program)
Each time it in...
4
Solved
When I try to import an SQL file and execute it using dbeaver software, it prompts the following error:
I have already installed XAMPP on PC.
8
I use DBeaver for my main IDE to query multiple databases. When I query a table, it automatically generates a long select statement with all columns in one line.
When I am making more complex que...
Pied asked 26/9, 2017 at 14:29
20
I am using DBeaver on Mac and suddenly can't edit/udpate anything on results cell, I get this message:
Column "columns name' is read-only: No corresponding table column.
However, when I use ...
Chloe asked 2/2, 2023 at 1:25
8
I have this message in my DBeaver
Can you help me to fix the problem?
Network error
Motif:
Network unavailable:
javax.net.ssl.SSLHandshakeException:PKIX path building failed: sun.security.provid...
2
Solved
When I'm trying to run a query with some newline, DBeaver always gives me an error:
Errore SQL [156] [S0001]: Incorrect syntax near the keyword ....
What's the problem? What can I do?
This is an e...
4
I need to connect to an ADW instance provisioned in my OCI space. The documentation to connect shows me how to connect using wallet credentials, but using sql developer. I am able to connect using ...
Ephesus asked 12/9, 2019 at 10:45
2
Solved
Has anyone had any success with connecting to a Cassandra cluster using DBeaver Community Edition? I've tried to follow this post, but haven't had any success. I have to have authentication enabled...
6
Solved
I am trying to add a PostgreSQL database to DBeaver and am getting the following error when I try to connect to the database. I'm using DBeaver Version 7.2.3.202010191702. And after receiving this ...
Tobey asked 20/10, 2020 at 19:32
6
When I do a test connection in DBeaver in Ubuntu 18.04, I get an error:
Access denied for user 'root'@'localhost'
I do not understand how to solve this. I can connect to mysql in terminal by s...
2
I know this question was already asked before (like here), but still I could not find a solution and those posts are quite old.
So I am able to connect to the remote db with an ssh connection and t...
Abandon asked 28/12, 2020 at 17:23
10
Solved
I use DBeaver v 5.2.5 on Windows and use it to connect to PostgreSQL databases.
To create a connection, I must specify the database and I have no mean to see other databases on the same server.
A...
Saida asked 17/1, 2019 at 11:32
2
I'm having troubles when trying to connect to local docker postgres db. I have spun up a new postgres db container on port 5434 which I can confirm is successfully running. I have added the docker ...
Rinse asked 16/6, 2022 at 0:38
4
Solved
I want to create database called "President" by rightclicking on PostgreSQL and selecting Create Database.
However, I get the error in the screenprint below.
I can create databases with other nam...
Wildon asked 23/5, 2020 at 23:14
2
Solved
I stumbled upon one of the most amazing features in DBeaver, where I had:
select *
from foo
And I hit some key combination that turned * into an individual list of field names:
select field1, f...
5
I have little problem with DBeaver. I want to export my structure from each table from database in file .txt. I found how to export all data but I don't need this data, just table structure.
If you...
Magdalen asked 27/7, 2018 at 7:4
2
Solved
I've just installed mariadb on Ubuntu
mysql Ver 15.1 Distrib 10.0.31-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
I can connect to the DB using PHP through a local webserver and ca...
4
I'm attempting to create new tables and add new columns to an existing MySQL 8 database. I'd like to use DBeaver GUI for this task. Creating the new connection with the MySQL 8+ driver, I'm able to...
Serried asked 18/7, 2020 at 3:45
5
Solved
I'm a student, and I'm working on a project. The premise is that this program I'm working on takes as input the days (M-F) on which a student is enrolled, the number of hours per day they are enrol...
Dub asked 13/8, 2021 at 23:17
7
Solved
I'm am tryng to import a database, however i'm getting this message :
Client home is not specified for connection
I guess that i have to configurate the cliente, however i dont't know how to fill...
Erlking asked 27/11, 2020 at 16:41
3
I am using Airflow through Docker-compose. The same docker-compose.yml has an image of Postgres as well. The config looks like below -
postgres:
image: postgres:13
ports:
- 5432:5432
environme...
Giagiacamo asked 20/12, 2021 at 16:4
5
Solved
I'm trying to connect to a postgresql database which is in localhost:5432 but I keep getting the error:
FATAL: Ident authentication failed for user "".
I installed Postgres11 on virtual machine r...
Nitrate asked 14/2, 2020 at 14:59
1 Next >
© 2022 - 2025 — McMap. All rights reserved.