Delete sql is running long
The below sql query is running more than 10 hrs and it is active, please help me to figure out the cause and why it is running too long.
I have attached the awr report
SQL_TEXT
----------------------------------------------------------------
DELETE FROM C3.STOREPRICE WHERE BEGDATE < :B4 AND PRODUCTID = :B
3 AND STOREID = :B2 AND QUANITYSEQNO = :B1
0