-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RH not working against Oracle TNSless connection #417
Comments
Hi Twerthi, I am not sure if you are using Docker to host your Oracle Express image, but I had this issue before when I was building my Oracle Express image for Docker and the solution was to create a sqlnet.ora file with the following entries:
And then in your DockerFile that builds the Oracle Express image, copy the file sqlnet file into your oracle home directory:
Hopefully this helps you. |
Hey there, thanks for your reply :) Unfortunately, I'm not using Docker, this is installed on a server. I'll admit that my knowledge in Oracle is limited. If I'm reading this correctly, it looks like it should work for regular Oracle too, yes? |
Hi, @twerrthi, sorry for the issues when running against Oracle. That said, we do have a lot of issues on Oracle, and we are running with very old Oracle drivers. We have an issue from 2015 on converting to the managed Oracle provider, but no one has fixed it since then (#171 ) I have very little experience with Oracle the latest 15 years, so testing of this migration would be a bit lacking. So, to be frank, we are dependent on someone with Oracle competence stepping up and pulling the Oracle implementation forward technology-wise. This is the mixed blessing of Open source, I'm afraid. Nothing gets done if nobody does it. And, I, as maintainer, don't have the time and resources to solve everything. Collaborative effort is a prerequisite. |
@erikbra That is understandable. I'd love to help, but my knowledge in Oracle is most likely even less than your own :P |
Hi, @twerthi - could you please check out if my reboot of RoundhousE, called grate, solved this issue? It uses much newer Oracle libraries. It should be a more-or-less drop-in replacement to RoundhousE: https://erikbra.github.io/grate/ |
Closing as this project is deprecated. |
Attempted to use rh against Oracle 19c but was unable to connect. I tried both the EZConnect connection string and the one described in the Wiki,
--connectionstring=Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=Oracle1)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=SAKILA)));User Id=SAKILA;Password=********;Persist Security Info=false --databasetype=oracle --silent --withtransaction=false --version=1.0.20238.115452
Verified username and password were correct using sqlplus
The text was updated successfully, but these errors were encountered: