You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql test/[email protected]:1521/service1
Fails as expected with a I/O error (network could not establish connection)
But adding an exclamation mark to the password sql test/[email protected]:1521/service1
fails with Invalid Oracle URL specified / Unknown host specified.
Even more strange: sql test/[email protected]:1521/service1
fails with network adapter could not be established exception again.
So the combination of servername with dash and password with exclamation mark leads to invalid URL?
The text was updated successfully, but these errors were encountered:
I ran into a very strange phenomenon:
sql test/[email protected]:1521/service1
Fails as expected with a I/O error (network could not establish connection)
But adding an exclamation mark to the password
sql test/[email protected]:1521/service1
fails with Invalid Oracle URL specified / Unknown host specified.
Even more strange:
sql test/[email protected]:1521/service1
fails with network adapter could not be established exception again.
So the combination of servername with dash and password with exclamation mark leads to invalid URL?
The text was updated successfully, but these errors were encountered: