I have install Oracle forms 12 c as per oracle documentation provided steps.
but when i am connecting forms 12c to database 11g
ORA-12154:TNS: could not resolve the connect identifier specified..
I have check the tnsnames.ora(path-- C:\Oracle\Middleware\Oracle_Home\user_projects\domains\forms12c\config\fmwconfig) file has not entries.
#
#
# sample tnsnames.ora file
#
# sample entry
#<ALIAS> = (DESCRIPTION =(ADDRESS_LIST =
# (ADDRESS = (PROTOCOL = TCP)
# (HOST = <HOST>)(PORT = <PORT>)))
# (CONNECT_DATA = (SID = <SID>)))
#
#
How to database configuration in oracle forms 12c.