cancel
Showing results for 
Search instead for 
Did you mean: 

Find out which Session Has Deleted Data

Former Member
0 Kudos

Hi,

In My Sap Hana tables some body is deleting Data.

Please help me How Can i Track them .

I mean which Session has deleted data in the table using Sap hana Sql.

Accepted Solutions (0)

Answers (1)

Answers (1)

sreehari_vpillai
Active Contributor
0 Kudos

You better develop a database trigger 'BEFORE/AFTER DELETE' on your suspected table and log the username and session information. Its better to assign authorizations properly to avoid such kind of issues

Sree

lbreddemann
Active Contributor
0 Kudos

Instead of manually building triggers, using the built-in AUDIT functionality would be a good idea.

- Lars