Your DBA notifies you that the Oracle DB for DLP is generating an alert:
Alert in Oracle DB:
ORA-20001: The Vontu_Stats_Collection_Profile table is empty.
14.x, 15.x
This was identified by Symantec engineering as an issue on the Oracle side.
The missing table can be recreated in its original form by running the command:
INSERT INTO Vontu_Stats_Collection_Profile VALUES (5000, 'N', 'N');
commit;