Can MLOG$_ENI_OLTP_ITEM_STAR be Truncated if Daily Business Intel Installed
Dear Experts,
The customer works on 12.1.2
The customer's query is as below:
MLOG$_ENI_OLTP_ITEM_STAR is Growing too Large, can it be Truncated if Daily Business Intelligence (DBI) installed?
Found the Doc of MLOG$_ENI_OLTP_ITEM_STAR is Growing too Large, can it be Truncated? http://ID 367693.1, but it answered the issue if the customer is NOT using DBI (Oracle Product Intelligence) .
But this customer installed BIS. The customer has the following BIS patch level:
SELECT patch_level, status
FROM fnd_product_installations
WHERE patch_level LIKE '%BIS%';
PATCH_LEVEL STATUS
R12.BIS.B.3 I
The customer works on 12.1.2
The customer's query is as below:
MLOG$_ENI_OLTP_ITEM_STAR is Growing too Large, can it be Truncated if Daily Business Intelligence (DBI) installed?
Found the Doc of MLOG$_ENI_OLTP_ITEM_STAR is Growing too Large, can it be Truncated? http://ID 367693.1, but it answered the issue if the customer is NOT using DBI (Oracle Product Intelligence) .
But this customer installed BIS. The customer has the following BIS patch level:
SELECT patch_level, status
FROM fnd_product_installations
WHERE patch_level LIKE '%BIS%';
PATCH_LEVEL STATUS
R12.BIS.B.3 I
0