A database connectivity testing tool. Currently works with Oracle, but plans are to make it work with databases that are supported by Java.
- Oracle
- Oracle with TLS
- PostgreSQL
- MongoDB
- MySQL
- MariaDB
- Download the
dbmole-<VERSION>.jar
jar file from here: - Run:
java -jar dbmole-<VERSION>.jar
to see all the options you can pass to DBConn. - Now test the database you want to connect to.
To get started, run with --help
flag to see all the options.
You will need to provide the hostname
and port
of your database
as they are required, followed by optional fields like --username
,
--password
, and --database
. Use --help
for additional parameters
and options you can pass to dbmole
.