Categories
- All Categories
- Oracle Analytics Learning Hub
- 26 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 234 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE12c: How can I prevent Usage Tracking from inserting to S_NQ_DB_ACCT?
Hi gurus,
I am using Usage Tracking. I would like to enable writing to S_NQ_ACCT and disable writing to S_NQ_DB_ACCT.
Is it possible?
Thanks!
Alex
Answers
-
Drop the table, rename the table, truncate it once per day... but more importantly: Why? Why would you want that?
0 -
Christian,
Thanks for the answer.
I needed that because we serve a lot of queries every day and the table grows very quickly.
Thanks again
Alex
0 -
Setup a job in the database rolling your logs.
Partition the table and simply drop the old partition on a monthly/weekly/daily base.
Ask your DBAs, they will easily fix that in a clean way.
0
