Q. What is GWYUID ?
GWYUID , stands for Gateway User ID and password. Usually like
APPLSYSPUB/PUB
Q. Where GWYUID defined & what is its used in Oracle Applications ?
GWYUID is defined in dbc i.e. Database Connect Descriptor file .
It is used to connect to database by think clients.
Q. What is difference between GUEST_USER_PWD (GUEST/ORACLE) & GWYUID ?
GUEST_USER_PWD(Guest/Oracle) is used by JDBC Thin Client where as GWYUID is used
by Thick Clients like via Forms Connections.
Q. How to check number of forms users at any time ?
Forms Connections initiate f60webmx connections so you can use
ps -ef | grep f60webmx | wc -l