Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Cloud Control 13c Metric and Collection Settings

Hi,
I have a database instance 12c on Oracle Linux 7 and its contain over 100 tablespaces. I want to create Tablespaces Full Metric in Cloud Control 13c but I have a problem. Because, while some tablespaces size is so fastly increase data, other tablespaces is slowly increase data. As a result of I want to create distinct group for fastly and slowly increase tablespaces.
Is it feasible?
Regards,
Gokhan
Best Answer
-
Hi Gokhan,
Why not use bigfile tablespaces?
For now you could create two Metric Extensions, one for the fast growing and one for the slower ones. Based on the query mentioned below combined with an AND column_label IN (<the fast growing TSses>) for the fast growing tablespaces you can set a warning or critical depending on the pct_used.
https://stackoverflow.com/questions/42257238/get-tablespace-output
Regards, Eric
Answers
-
Hi Gokhan,
Why not use bigfile tablespaces?
For now you could create two Metric Extensions, one for the fast growing and one for the slower ones. Based on the query mentioned below combined with an AND column_label IN (<the fast growing TSses>) for the fast growing tablespaces you can set a warning or critical depending on the pct_used.
https://stackoverflow.com/questions/42257238/get-tablespace-output
Regards, Eric
-
Hi Eric,
Thanks for your answer. I will try your suggest.
Regards, Gokhan