I'm coming into HANA from a mostly oracle background. Is there something like the v$sql or v$session tables in HANA? Where I can see what sessions are connected to the database and what sql is being executed?
I'm trying to do some performance tuning and I'd like to see exactly the sql statements that are being executed by a connection to the database.
Thanks for any help.