DbVisualizer vs. Oracle SQL Developer

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
DbVisualizer
Score 7.4 out of 10
N/A
DbVisualizer is a multi-database tool for developers, analysts and database administrators, providing a single interface across a wide variety of operating systems. Boasting an easy-to-use and clean interface, the vendor states that DbVisualizer has proven to be one of the most cost effective database tools available, yet to mention that it runs on all major operating systems and supports all major RDBMS that are available. Users only need to learn and master one application. DbVisualizer…
$0
per user
SQL Developer
Score 7.6 out of 10
N/A
Oracle SQL Developer is an integrated development environment (IDE) which provides editors for working with SQL, PL/SQL, Stored Java Procedures, and XML in Oracle databases.N/A
Pricing
DbVisualizerOracle SQL Developer
Editions & Modules
DbVisualizer Free
$0
per user
DbVisualizer Pro with Basic support - Renewal
$69
per user
DbVisualizer Pro with Premium support - Renewal
$99
per user
DbVisualizer Pro with Basic support
$197
per user
DbVisualizer Pro with Premium support
$229
per user
No answers on this topic
Offerings
Pricing Offerings
DbVisualizerSQL Developer
Free Trial
YesNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup Fee$197 per userNo setup fee
Additional DetailsNew license cost includes a perpetual license, software upgrades and support for the length of the term. 1, 2 & 3 year terms are offered. Once license expires the user may access all Pro versions released before the license expiry indefinitely. To gain access to Pro versions released after the license expired, license renewal is offered. Renewal cost starts at USD 69. Volume discounts apply to both new and renewal licenses.
More Pricing Information
Community Pulse
DbVisualizerOracle SQL Developer
Considered Both Products
DbVisualizer
Chose DbVisualizer
Although it may not have engine-specific features that SQL Developer or Management Studio have (or any other specific client IDE), most regular tasks can be achieved from DbVisualizer no matter the database you are connecting to. This reduces the learning curve for most …
Chose DbVisualizer
DbVisualizer is cheaper but more powerful than TOAD
SQL Developer is a free, very basic tool with limited capabilities
Chose DbVisualizer
Oracle product - clunky UI, no mass DDL or data export. Bad editor
DBeaver - setting JDBC drivers manually is a pain. Clunky UI.
pgAdmin - good for pure DB admin, but SQL and table management is clunky.
Chose DbVisualizer
DbVisualizer provides a good value when compared against other 3rd party products with similar features as well as products with similar functionality made by the database vendors. The user interface is good and user friendly / intuitive and easy to learn. It doesn't take too …
SQL Developer

No answer on this topic

Top Pros
Top Cons
Features
DbVisualizerOracle SQL Developer
Database Development
Comparison of Database Development features of Product A and Product B
DbVisualizer
7.5
26 Ratings
13% below category average
Oracle SQL Developer
-
Ratings
Performance optimization tools6.822 Ratings00 Ratings
Schema maintenance8.325 Ratings00 Ratings
Database Administration
Comparison of Database Administration features of Product A and Product B
DbVisualizer
8.2
15 Ratings
5% below category average
Oracle SQL Developer
-
Ratings
User management7.814 Ratings00 Ratings
Database security8.412 Ratings00 Ratings
Database status reporting8.511 Ratings00 Ratings
Best Alternatives
DbVisualizerOracle SQL Developer
Small Businesses
DBeaver
DBeaver
Score 8.4 out of 10
PyCharm
PyCharm
Score 9.0 out of 10
Medium-sized Companies
DBeaver
DBeaver
Score 8.4 out of 10
PyCharm
PyCharm
Score 9.0 out of 10
Enterprises
DBeaver
DBeaver
Score 8.4 out of 10
PyCharm
PyCharm
Score 9.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
DbVisualizerOracle SQL Developer
Likelihood to Recommend
8.7
(28 ratings)
7.5
(72 ratings)
Likelihood to Renew
10.0
(1 ratings)
10.0
(4 ratings)
Usability
9.0
(1 ratings)
8.2
(2 ratings)
Support Rating
-
(0 ratings)
7.0
(2 ratings)
Implementation Rating
-
(0 ratings)
9.2
(2 ratings)
User Testimonials
DbVisualizerOracle SQL Developer
Likelihood to Recommend
DbVis Software AB
Whenever you have to access data sources from more than one database engine provider, you should consider using DbVisualizer for the task. Switching between multiples IDE consumes time and resources (memory), and you also need to learn menus, shortcuts, etc., for each IDE, while using DbVisualizer allows you to work consistently no matter which database engine you are connecting. You can use it to simply navigate through data structures, write SQL sentences or even create new tables and views, develop stored procedures, etc.
Read full review
Oracle
Almost all development activities (the tool is called "SQL Developer", not "DBA Toolset") can be done easily and quick with [Oracle] SQL Developer. From data model creation (tables, views) to development (creation of procedures, functions, packages) and then testing (SQL Developer includes an easy to use debugger), all tasks can be performed in a single tool.
It may not be as complete as other solutions for DBA tasks like instance monitoring, but it is usually OK for development and testing environments if you want to do some basic troubleshooting.
Read full review
Pros
DbVis Software AB
  • Timed queries that add their result to the result grid for every execution are helpful. Creation of graphs also extremely helpful.
  • Query history and auto-recover feature makes sure we don't lose our queries.
  • Actions like exporting grids to Excel or other tools is a very easy task.
Read full review
Oracle
  • Object Browser in SQL Developer allows you to explore the contents of your database using the connection tree.
  • The SQL Worksheet is an editor that allows for execution of SQL statements, scripts, and PL/SQL anonymous blocks. SELECT statements can be executed to return results in a spreadsheet-like 'grid' or can be executed as a script such to emulate SQL*Plus behavior and output
  • DBA Console allows users with administrative privileges to access DBA features such as database init file configuration, RMAN backup, storage, etc.
Read full review
Cons
DbVis Software AB
  • does not handle lost connections well (specially after stopping a running query) (mysql). eg. after hitting stop, and then hitting run again, it can sometimes look like its running the query, but it isn't actually!
  • filtering on databases window is clunky (why the need for filtering certain object types at a time? just filter everything, google style)
  • altering table, adding columns (NOT to the end of the table's columns, but earlier) is not supported (mysql) even though the db supports it (alter table add column BEFORE..)
Read full review
Oracle
  • Inability to run multiple queries on the same database. You can only run one query on a given database.
  • Analytical models created from complex tables isn't accurate, and needs work.
  • Inability to view multiple tables of a database side-by-side. When trying to find correlations between tables, it would help to be able to see them at once on the same page.
Read full review
Likelihood to Renew
DbVis Software AB
We never had problems with it. It is able to connect to all data sources (Oracle, Informix, DB2, SQL Server) that we currently use.
Read full review
Oracle
We had already thought of changing to TOAD, but we decided to stick with Oracle SQL Developer until the end.
Read full review
Usability
DbVis Software AB
Menus are simple and well organized. You can use the same shortcuts no matter which database engine you are connecting to. Configuration of data source connections is simple while keeping all required options.
Read full review
Oracle
At times, Oracle SQL Developer may experience freezing issues. However, despite this occasional inconvenience, the tool offers valuable features such as the ability to integrate plugins like utPLSQL, which greatly assists in debugging and testing our packages. Additionally, the usage of breakpoints and the flexibility to format text according to individual configurations enhance the debugging process.
Read full review
Support Rating
DbVis Software AB
No answers on this topic
Oracle
Large user community support
Read full review
Implementation Rating
DbVis Software AB
No answers on this topic
Oracle
Just download and uncompress!
Read full review
Alternatives Considered
DbVis Software AB
DbVisualizer provides a good value when compared against other 3rd party products with similar features as well as products with similar functionality made by the database vendors. The user interface is good and user friendly / intuitive and easy to learn. It doesn't take too long for an experienced DBA / database developer to come up to speed.
Read full review
Oracle
I have started to use Toad for Oracle recently because it is easier to sort and filter results, due to their memory sort feature that puts the results from your query in memory so that you don't have to rerun your query. I have used SQL Developer to easily update records in tables that I need to fix. I haven't found an easy way to do this in Toad other than writing SQL insert statements.
Read full review
Return on Investment
DbVis Software AB
  • The institution is of the governmental type, therefore we do not measure the commercial impact of using this tool
  • The impact on the benefit of the population is always positive with tools that streamline our processes, and DbVisualizer is one of the best
Read full review
Oracle
  • It gives 100% return on investment as it is free of cost.
  • No need to have multiple tools for each database
  • Considering the employee training, so one can save money on training, as it is not very hard to use so still savings.
Read full review
ScreenShots

DbVisualizer Screenshots

Screenshot of ReferencesScreenshot of Tool PropertiesScreenshot of MonitorScreenshot of SQL EditorScreenshot of Connection