Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c Usage tracking

Hi,
OBIEE 12C version - 12.2.1.4.0
There is a column TOTAL_TEMP_KB in usage tracking table(S_NQ_ACCT) showing in negative ! not sure what does that mean? the number is quite high!
Can someone help me to understand this?
TOTAL_TEMP_KB
-739411654
-740259871
Regards
Hesh
Answers
-
It's a column that has been added in 12c. It is the total temp space used by a query during its execution.
0 -
Thanks Joel,
What I am not able to understand is how can that value can be a negative(-) value for that column? how can I interpret that ?
I can understand if something 5000 KB, but not sure what does -5000 KB? is that something like it was using Disk memory instead of RAM memory for processing?
Regards
Hesh
0 -
Hi,
Can someone please help me with this? how can I understand the negative number of TOTAL_TEMP_KB in usage tracking table(S_NQ_ACCT) ?
I found following numbers which looks very huge and I believe this is impacting the performance of the system! any docs we have to refer about this more?
-687312572
-687313848
-691213346
Regards
Hesh
0 -
This is what I can interpret for minus( -) , the processing still requires that amount of memory and that is not available!
0 -
Can you allocate more resources to the server and see if you still get these negative numbers? Have you tried to get to the root cause of what is triggering this? Do you have some very large analyses/exports that are running on your system?
0 -
Thanks Joel,
That is one report is part of a Dashboard.. that is an overview page users will leave it open on the desktops without knowing that it is actually running code to try and create the chart.
The starting hour and ending Hour in usage tracking shows it runs for 30 min .. and Error Message shows following .. time out.
I strongly believe this is causing slowdown of other reports performance.
"[nQSError: 60009] The user request exceeded the maximum query governing execution time.
[nQSError: 17001] Oracle Error code: 1013, message: ORA-01013: user requested cancel of current operation
at OCI call OCIStmtFetch."
Regards
Hesh
0