Database access from forms 12c - ora-12514
I have configured server for Forms/reports 12c and it is working. It has it's own database 11.2.0.4 for repository on the same machine in oracle home \app\Administrator\product\11.2.0\dbhome_1. Operating system is Windows 2012.
I am trying to access data on another server for which there is a tns entry DBSERVER in tnsnames.ora in oracle middleware home C:\Oracle\Middleware\Oracle_Home. It is 11.2.0.1 database on linux.
When I tnsping DBSERVER on windows machine it works fine.
But, when I try to connect in forms to DBSERVER, I get ORA-12514 The listener does not know of service .... As if I should add database to listener service of repository database?