Welcome to Salem Houali ‘s Oracle Developer Notes

Forms&Reports12c – Post installation test

Forms12c and Reports12c:  Post installation and configuration test.
Modify your tnsnames.ora-file

<ORACLE_HOME>\user_projects\domains\base_domain\config\fmwconfig

#
#
# sample tnsnames.ora file
# sample entry
#<ALIAS> = (DESCRIPTION =(ADDRESS_LIST =
# (ADDRESS = (PROTOCOL = TCP)
# (HOST = <HOST>)(PORT = <PORT>)))
# (CONNECT_DATA = (SID = <SID>)))
#

# Connect to oracle12c database

ORACLE12C =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = linecode)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = oracle12c)
)
)

Start your servers

4 Responses to “Forms&Reports12c – Post installation test”

Leave a Reply