Q. In a Multi Node Installation, How will you find which node is running what SErvices ?
You can query for table FND_NODES and check for column , SUPPORT_CP ( for Concurrent Manager)
SUPPORT_FORMS ( for forms server) , SUPPPORT_WEB (Web Server), SUPPORT_ADMIN( Admin Server),
and SUPPORT_DB for database tier.
You can also check same from CONTEXT File (xml file under APPL_TOP/admin)
Q. If your system has more than one Jinitiator, how will the system know, which one to pick. ?
When client makes a forms connection in Oracle Applications, forms client session uses
configuration file defined by environment variable FORMS60_WEB_CONFIG_FILE also called as
appsweb config file. These days this file is of format appsweb_$CONTEXT.cfg
The initiator version number defined by parameter jinit_ver_name in this file will
be used .
Q. While applying Apps patch using adpatch, if you want to hide the apps
password, how will that be possible ?
Use adpatch flags=hidepw while applying patches in apps to hide apps or system
password being displayed on Users Screen.
IMAP stands for Internet Message Access Protocol and Java Notification mailer
require IMAP server for Inbound Processing of Notification Mails.