To access a database with DbVisualizer, you must first create and setup a Database Connection.
See Fixing Connection Issues for some tips if you have problems connecting to the database. Alternatively, you can set the Settings Format to Database URL (this is the only choice for some JDBC drivers). This replaces the fields for information about the database server with a single Database URL field, where you can enter the JDBC URL. Database Userid For some database such as Oracle, you may use a TNS name instead of specifying the server and port. Other drivers may add more fields that are driver specific. You may also optionally specify SSH tunneling information and Options, such as: See the Configuring Connection Properties page for related topics.Create a database connection
Field Description Database Server The IP address or DNS name for the server where the database runs. Database Port The TCP/IP port used by the database. The database user account name. Enter (null)
to not send an account name.Database Password The database user account password. Enter (null)
to not send a password.Option Description Auto Commit Check if you want to enable auto commit in the SQL Commander by default for the connection. Save Database Password Check if you want the password to be saved (encrypted) during the session, between sessions, or cleared when you disconnect. Permission Mode One of Development, Test or or Production to select which set of Permissions to use.