DbVisualizer

DbVisualizer

Everything you need to build, manage and maintain state-of-the-art database technologies.

Category
Database
License
Free/Commercial
Platforms
Windows macOS Linux
Released
1999
Path
c:\DbVisualizer\dbviscmd.bat
Benefits
Connects to many cloud databases. (Larger footprint than Database .NET.) Perpetual license.
Notes
Requires Java 21 under-the-hood. May require tweaks to each JDBC configuration using the UI.
Used by
Nasa, Apple, Uber, Netflix, Spotify, Volkswagen, Google, Meta
Version
Latest known: 25.2 (2025-06-23)

Examples

1. Execute a number of SQL statements. The SQL can be generated using their SQL Commander tool.

dbviscmd.bat -connection "Oracle" -sqlfile "myscript.sql"

2. Manually specify the JDBC driver class and path

dbviscmd.sh -url jdbc:oracle:thin:@localhost:1521/ORCL -driverclass oracle.jdbc.OracleDriver -driverpath "ojdbc6.jar:orai18n.jar:xdb.jar:xmlparserv2.jar" -sql "select * from HR.COUNTRIES" -userid system -password oracle