I have a table with columns :
Table Name: IdentityTable
ID Dest_Name Dest_Reference_Id Format IG 31231231 India
count(*) over(partition by dest_name, dest_reference_id)
and without a group by. google "oracle analytic functions".
group by