Hi there. I'm trying to understand 2 metrics
? bytes XXX retrieved from database query (obis1-query.log)
? TOTAL_TEMP_KB from table S_NQ_ACCT
Two examples
1
query from v$sesstat st,v$session ss ,v$statname n with n.name ='bytes sent via SQL*Net to client' IS 75MB
dowloaded csv file from bi with this data IS 62MB
bytes retrieved from database query IS 55GB
TOTAL_TEMP_KB IS 12000
2
query from v$sesstat st,v$session ss ,v$statname n with n.name ='bytes sent via SQL*Net to client' IS 6MB
dowloaded csv file from bi with this data IS 5.2MB
bytes retrieved from database query IS 3.5GB
TOTAL_TEMP_KB IS 0
So i really dont understand what means bytes XXX retrieved from database query and TOTAL_TEMP_KB from table S_NQ_ACCT
Please explain me
I request data in plain tables (no aggregates, pivot or smth like that)