REBOL with Oracle 19c

Started by Hugo on 13-Feb-2021/13:25:56-8:00
Hello guys, We've upgraded oracle database from 12c to 19c. Rebol scripts that were working now fail to do so. We're using the following script to open a connection: open oracle://APPMON:#appmon#@PRODDB to connect but we're getting the following error: ** Script Error: Oracle error: ORA-01017: invalid username/password; logon denied ** Near: open oracle://APPMON:#appmon#@PRODDB Using the same user and password from sqlplus works like a charm. Can you guys please advise on how to tackle this problem?
Can you change the password so it does not use any special characters? A shot in the dark as it were, but I never trust them.
Dear Steven, Thank you for your feedback. We tried that approach but no success.
We're currently looking at setting SQLNET.ALLOWED_LOGON_VERSION=11 in DB. But we must first make sure this will not impact with current application being run.

Reply