What is SERV_MOD_ACT_STAT_ENABLE?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

What is SERV_MOD_ACT_STAT_ENABLE?

Rating:

SERV_MOD_ACT_STAT_ENABLE is a procedure of the DBMS_MONITOR package. This procedure is called to enable statistic gathering for a given hierarchical combination of Service Name, Module, and Action on all database instances. The V view is used to access the statistics.

The syntax to call the procedure is given below:

DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE (
   service_name IN VARCHAR2,
   module_name IN VARCHAR2,
   action_name IN VARCHAR2);


A description of each parameter is given below:

  • service_name: It specifies the name of the service for which statistic aggregation is enabled.
  • module_name: It specifies the name of the module, and serves as an additional qualifier for the specified service. It is a required parameter.
  • action_name: It specifies the name of the action, and serves as an additional qualifier for the service and module name. If the parameter is not specified or ALL_ACTIONS constant is supplied, it enables aggregation for all actions for a given Server/Module.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.