Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OBIEE12c: How can I prevent Usage Tracking from inserting to S_NQ_DB_ACCT?

AM_1
Rank 4 - Community Specialist
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
0
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