Skip to content

Conversation

@bojanpikl
Copy link

@bojanpikl bojanpikl commented Nov 6, 2025

Oracle requires "from dual" in any select statement. Thus, the statement used by TryConnect "select 1" fails with the ORA-00923: FROM keyword not found where expected exception as reported in issue #5.
To fix it, we override the GetDummyQuery used in the TryConnect method with "select 1 from dual" which is valid Oracle syntax.

Fixes #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TryConnect() doesnt work with Oracle

1 participant