Oracle 19c (SE2) on Oracle Linux
We are facing this issue when trying to connect to a remote database. Both databases are 19c.
ORA-02019: connection description for remote database not found
select col1 from table@db_link.prod <- works (= tnsnames entry)
within a package (procedure) <- above ora-message.
Any ideas?