to calculate the required network bandwidth based on the redo generation rate on the primary database

The formula used (assuming a conservative TCP/IP network overhead of 30%) for calculating the network bandwidth is : Required bandwidth = ((Redo rate bytes per sec. / 0.7) * 8) / 1,000,000 = bandwidth in Mbps Let us assume the redo rate is a 500 KB/sec. Required bandwidth = ((Redo rate bytes per sec. /…

Perosnalize Login in EBS

1. Attributes of the login page It is possible to control the display of some attributes of the login page, for instance user name or password hints, language switchers, forgot password link, corporate policy message, etc. For this, you need to set the profile option ‘Local Login Mask’ (FND_SSO_LOCAL_LOGIN_MASK) with a number being the sum…