Which two features are provided by Application Performance Monitoring? (Choose two.)
Application Performance Monitoring provides two features: Distributed Tracing and Real User Monitoring. Distributed Tracing allows you to monitor and troubleshoot the performance of your microservices applications by tracing the requests across different services and components. Real User Monitoring allows you to measure and improve the user experience of your web applications by capturing and analyzing the real user sessions, page load times, errors, and feedback.
Which TWO are examples of data telemetry sources of Operations Insights? (Choose two.)
Two examples of data telemetry sources of Operations Insights are:
Enterprise Manager. Enterprise Manager is an on-premises tool that provides comprehensive management and monitoring of Oracle databases and applications. Enterprise Manager can send operational data, such as performance metrics, configuration data, and SQL data, to Operations Insights for analysis and optimization.
Management Agent. Management Agent is a lightweight process that collects and sends operational data from your resources to OCI services, such as Monitoring, Logging, or Operations Insights. Management Agent can collect data from various sources, such as databases, hosts, or applications.
Which of the following details stored in the External Database service's database connec-tion resource are required to connect to an external database?
The details stored in the External Database service's database connection resource that are required to connect to an external database are DNS hostname, database name, connection type and management agent OCID, user credentials, and role. These details specify the information needed to establish a secure connection to the external database using a management agent. The DNS hostname is the fully qualified domain name of the host where the external database is running. The database name is the unique name of the external database. The connection type is the protocol used to connect to the external database, such as JDBC or OCI. The management agent OCID is the unique identifier of the management agent that is installed on the host where the external database is running. The user credentials are the username and password of the user who has access to the external database. The role is the privilege level of the user, such as normal or sysdba.
What are the TWO features that are available for an Autonomous Database that is enabled with Database Management? (Choose two.)
Two features that are available for an Autonomous Database that is enabled with Database Management are:
Monitor and analyze optimizer statistics advisor tasks and implement recommendations. Database Management provides a feature called Optimizer Statistics Advisor that analyzes the optimizer statistics collection tasks on your Autonomous Database and provides recommendations for improving performance and efficiency. You can use Database Management to monitor and analyze the advisor tasks and implement the recommendations.
Generate AWR report for selected time period. Database Management also provides a feature called Automatic Workload Repository (AWR) Report that generates a report of the performance statistics and workload information of your Autonomous Database for a selected time period. You can use Database Management to generate AWR reports and view them in HTML or text format.
What are the two items required to create a rule for the Oracle Cloud Infrastructure (OCI) Events Service? (Choose two.)
Two items required to create a rule for the OCI Events Service are:
Actions. Actions are the tasks that you want to perform when an event matches your rule condition. For example, you can create an action that sends a notification, invokes a function, or streams an event.
Rule Conditions. Rule Conditions are the criteria that you use to filter events based on their attributes or patterns. For example, you can create a rule condition that matches events related to instance creation or deletion.