So I finally got the connection to our oracle DB to work, but I'm having trouble getting the querys to work, I keep getting errors "From statement not found where expected" and so on.
Can any tell me how the querys should look like to work, for example this simple query:
SELECT BAN
FROM Billing_Account
WHERE BAN = '440735017'
--
I tried every combination, but I keep getting errors.