Clearing Out the Linter Database RAS Email Queue

This topic describes how to clear out the Linter database RAS email queue. It provides commands on how to find, save, and remove RAS emails that are stuck in the queue.

 

  1. To find RAS emails that have not been sent:

echo "select count(*) from SL_NOTIFICATION_EMAIL where SENT_AT IS NULL;" | inl -u vdb/vdb

 

  1. To save the RAS emails that have not been sent:

echo "select * from SL_NOTIFICATION_EMAIL where SENT_AT IS NULL;" | inl -u vdb/vdb >all-not-send

 

  1. To remove the RAS emails that have not been sent:

echo "delete from SL_NOTIFICATION_EMAIL where SENT_AT IS NULL;" | inl -u vdb/vdb

 


 



This page was generated by the BrainKeeper Enterprise Wiki, © 2018