Posts

Showing posts from January, 2024

Oracle BRM - Data Manager - Shared Memory and Log Level

Data manager in Oracle BRM is the second tier out of the 4 tier architecture of BRM. Following are shared memory and loglevel configurations in the file dm_oracle/pin.conf.  Refer to the following OOB documentation page of BRM version 12 and look for the setting dm_shmsize, dm_bigsize. Oracle BRM12 - DM shared memory settings  (Refer page 216) stop_dm_eai  stop_dm_ifw_sync  stop_eai_js  stop_dm_oracle  start_dm_oracle  start_cm  start_dm_eai  start_dm_ifw_sync  start_eai_js  dm_shmsize is the total shared memory requirement for the DM. Below are the formulas you can use as a starting point for  your shared memory settings.     X = (DMfe + DMbe + 1DMmain) * 512KB   dm_bigsize = X * 20%   dm_shmsize = X + dm_bigsize     Here is the example how to calculate for the following DM process settings if:     Dm_n_fe = 4   Dm_n_be = 16    We can estimate the share...