Question:
Is there a way to purge or run a script to delete inactive sessions in erwin DM Mart?
Solution:
In the database where your Mart resides, run the following query in the SQL Section:
Delete from m9session where S_Status = 'I' ;
WARNING: please make sure you have a backup of your DBMS before you attempt to make any changes to it.
Comments
0 comments
Please sign in to leave a comment.