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?