Hi ... I'd really like to see a tutorial for the "Projects" tab, did you ever make one? A quick search through your videos didn't turn up anything. I'm new to DBeaver and am trying to setup a Project - the issue I have is that the scripts never open with a valid connection, so I can't run them - I have no idea what is going wrong there.
Great video. I followed your steps BUT when I go to schemas - public - tables: there is nothing inside. I dont have a list like yours (Adress, address_status....test_tables) How do I get that list?
Thanks! Oh those tables are there because I had already created them on the database, probably to set up data for other videos. If you don’t see them it’s because your database and tables would be different to mine, and that’s ok.
Hi, I got trouble in running cte in DBeaver. My cte name is not recognized at main query, even though the query still works. This problem causes me to have to enter column names letter by letter instead of using tabs.
Oh that's odd. Perhaps there's a caching issue with the name of the subquery not being recognised. Or perhaps DBeaver doesn't recognise it - as in, it's a bug in DBeaver.
Can i install DBeaver even if I have already installed xamp for mysql and pgadmin for postgres. Since DBeaver supports both. Which GUI software will you suggest me to use as a beginner ?
Yes you can install dbeaver if you have those installed. Dbeaver is a good tool to use as a beginner, I find it easy to use and it’s quite popular so there is a lot of support if you have issues.
I haven't used Firebird at all, so I'm not sure what would be the best. However, DBeaver is pretty good, so if it works for Firebird you could try that.
at 1:25 what is the password here? also considering that iam using a work laptop, am I still able to download it? Because i have user admin password access. but still not sure which password to use here. iam getting the following error when testing connecting:" Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. Connection refused: no further information Connection refused: no further information" tysm
The password is the one for your database when it was set up, either by you or by people at work. It would be different to the password I am using. You may be able to download it, but you should check your IT policy to see if you’re allowed to download applications that may not be approved.
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. Connection refused Connection refused
Great explanation. I'm disappointed that DBeaver locks up basic and essential stuff like ERD behind the pricey Enterprise subscriptions. New users will find themselves paying way more than they ever expected to get necessary functions or having to switch to something free like PGAdmin that includes a visual ERD tool in every install.
There's a setting in DBeaver: Go to Preferences > General > Editors > SQL Editor > SQL Formatting. Then under Auto Format there is a box for Convert Keyword Case.
I think so, but it would depend on the database vendor you're using and if those features are supported. In Oracle, for example, you can use a concept called a "database link" to query a table from another database.
What do you mean by "save database schema"? Do you mean save the data into your tables within a schema? Or save the SQL script you use to set up your database? Or something else?
Do you want to save time with DBeaver? Get my DBeaver Cheat Sheet here: databasestar.mykajabi.com/lpkj-dbeaver-cheat-sheet/?
This is a very good quality video. Very focused, no time wasted. Thank you so much.
Thanks Daniel! Glad you found it useful.
simple tutorial, straight to the point and it's very clear. Thank you so much for this!!!!
Thanks, glad you like it!
Amazing walkthrough of DBeaver!
Thanks!
THANK YOU for this the import/export section was all that i was looking for
& it really helped
Great to hear that it helped!
This is just what i was looking for, clear and to the point. Thank you
Glad it helped!
Thank you for this. It was extremely helpful and informative, and I will be watching it again!!
Thanks! Glad it was helpful. Are there any features in DBeaver you would like to see a tutorial on?
Can it run PL/SQL
@@DatabaseStar Can you make from scratch DBeaver full series playlist. Include each and every details and all we can do using DBeaver.
Thank you very much for this good quality video. I both respect and appreciate the effort stands behind such a quality!
Glad you enjoyed it!
This is a perfect tutorial. Thank you so much.
You're welcome!
Thanks for the great video! Very nice exlanations and style of talking.
Glad you liked it!
Got a new subscriber.
Thanks for this video!
Glad it was helpful!
Thanks you very much for you detailed explanation and good quality video!!!!!
Glad it was helpful!
Great video, helpful. Thank you :)
Glad it was helpful!
This video was very helpful. Thank you so much
Glad it was helpful!
great quality, subscribed!
Much appreciated!
I installed today. Its awesome
Glad to hear!
It's very promising. Big gain of knowledge in short time. I'll try to stick to your channel in spite of my ADD😅
Thanks!
But how do you start by creating a Table minus the database itself?
I was expecting to see CREATE DATABASE `DB Name`; as a first line
Good point. This assumes you already have a database. If not, you'll need the Create Database command as you mentioned.
Great video, very helpful. Thank you!
Glad it was helpful!
That was very helpful. Thankyou
Glad it was helpful!
Awesome! Thanks, This video helped me a lot.
Glad it helped!
Thank you for your excellent work !
You’re welcome!
Hi ... I'd really like to see a tutorial for the "Projects" tab, did you ever make one? A quick search through your videos didn't turn up anything.
I'm new to DBeaver and am trying to setup a Project - the issue I have is that the scripts never open with a valid connection, so I can't run them - I have no idea what is going wrong there.
I haven't made one yet, but I'll add it to my list of future videos. Thanks for reminding me!
Great video. I followed your steps BUT when I go to schemas - public - tables: there is nothing inside. I dont have a list like yours (Adress, address_status....test_tables) How do I get that list?
Thanks! Oh those tables are there because I had already created them on the database, probably to set up data for other videos. If you don’t see them it’s because your database and tables would be different to mine, and that’s ok.
Great video!
Thanks!
amazing content
Thanks!
very nice video, what is the possibility of creating a database dump and loading onto AzureSQL using DBeaver, thank you!
Thanks! You can use the DBeaver import process to load a dump into a database if you need.
Great tutorial.
Thanks!
Muito bom este video. Obrigado 👍
Thanks! You’re welcome.
Thanks for good tutorial. What is the issue for all tables under public/tables are not showing any table name (postgresql db). Thanks
Thanks, glad you like it!
Hi, I got trouble in running cte in DBeaver. My cte name is not recognized at main query, even though the query still works. This problem causes me to have to enter column names letter by letter instead of using tabs.
Oh that's odd. Perhaps there's a caching issue with the name of the subquery not being recognised. Or perhaps DBeaver doesn't recognise it - as in, it's a bug in DBeaver.
thank you for the review
No problem!
Can I run 2 queries together, and display the 2 results together at the bottom(one after the other)? Similar to what SSMS does?
You may be able to do this if you select both queries and click the Execute button.
Thank you!
You're welcome!
I accidently closed the database navigator... Where can i open it again? Cant find it
I think you can open it again from Windows - Database Navigator.
Can i install DBeaver even if I have already installed xamp for mysql and pgadmin for postgres. Since DBeaver supports both. Which GUI software will you suggest me to use as a beginner ?
Yes you can install dbeaver if you have those installed. Dbeaver is a good tool to use as a beginner, I find it easy to use and it’s quite popular so there is a lot of support if you have issues.
Thank you 🙏
You’re welcome!
Connection refused: connect
I just installed postgradeSQL 14 and DBBeaver, but Iam not able to conneted according this video.
Oh. Is there any other information about the connection error?
Can you please show how to create a Database Dump in Dbeaver-CE?
Sure, good idea!
What management software is the best for the database firebird?
I'm used to SSMS for microsoft sql servers.
I haven't used Firebird at all, so I'm not sure what would be the best. However, DBeaver is pretty good, so if it works for Firebird you could try that.
at 1:25 what is the password here? also considering that iam using a work laptop, am I still able to download it? Because i have user admin password access. but still not sure which password to use here. iam getting the following error when testing connecting:" Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Connection refused: no further information
Connection refused: no further information"
tysm
The password is the one for your database when it was set up, either by you or by people at work. It would be different to the password I am using.
You may be able to download it, but you should check your IT policy to see if you’re allowed to download applications that may not be approved.
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Connection refused
Connection refused
I assume this is Postgres? Is your database running, and is it on that port?
Subscribed.
Thanks!
Great explanation. I'm disappointed that DBeaver locks up basic and essential stuff like ERD behind the pricey Enterprise subscriptions. New users will find themselves paying way more than they ever expected to get necessary functions or having to switch to something free like PGAdmin that includes a visual ERD tool in every install.
Thanks! Yeah that is disappointing for something that is a common feature
Hey, I wonder.. How can I download all the query codes from dbeaver?
You can save the SQL queries you write as SQL files on your computer.
Can you make a video on how to make connection to oracle database
Sure! I've got one here using SQL Developer: ua-cam.com/video/Ttzc2WCKcNo/v-deo.html
But I don't have one for using DBeaver.
Why is my select not capitalized, how can I fix this?
There's a setting in DBeaver:
Go to Preferences > General > Editors > SQL Editor > SQL Formatting. Then under Auto Format there is a box for Convert Keyword Case.
@@DatabaseStar thanks
How can I create a chart after executing a SQL query please?
There may be a DBeaver feature for this, otherwise I think you would have to use a tool like Excel.
how to solve this "dbeaver error can't init data transfer
Reason can't create or update target table"
Oh I'm not sure how to resolve that, but there's probably an answer to it on StackOverflow.
Thank you
You're welcome
Could we connect it with ms access?
Possibly, I'm not sure and I haven't tried it, but it might be possible.
I can not see relationship between tables
It could be that there are no foreign key constraints in the tables.
How to unlock a table in DBeaver if its get locked?
I think it depends on your database vendor, but it should unlock when the transaction that is locking it has finished.
Can anyone please help, if i want to join table x from db1 with table y from db2. Is this possible with dbeaver?
I think so, but it would depend on the database vendor you're using and if those features are supported. In Oracle, for example, you can use a concept called a "database link" to query a table from another database.
how to write a query from difference database in dbeaver
What do you mean?
@@DatabaseStar , from different micro service database
so ultimately this piece of software CANNOT save database schema? I wasted a day on this with no luck
What do you mean by "save database schema"? Do you mean save the data into your tables within a schema? Or save the SQL script you use to set up your database? Or something else?
nice video
Thanks
wow.. thank you
No problem!
sa ...I don't even have a available device where i can download it
Ah well that would make it hard to use DBeaver...
helpful
Thanks!
My UI looks quite different.
Oh that’s strange, I would have thought the DBeaver UI wouldn’t change that much.
query builder!!!!!!
Do you mean, you’d like a tutorial on query builder?
@@DatabaseStar obviously
I just wanted to edit game stats 🥲
You can use SQL to edit game stats, assuming you have the data in an SQL database. Where is the data now?
when i press sapce after writing any word with uppercase it turns into lower case letters. why?
I am guessing it's some kind of auto-format feature within DBeaver..