Open
Description
Using TryConnect()
on Oracle database results in ORA-00923: FROM keyword not found where expected
.
SELECT 1 FROM DUAL
should probably be used for oracle:
https://github.com/DbUp/DbUp/blob/master/src/dbup-core/Engine/Transactions/DatabaseConnectionManager.cs#L102