QuestionQ5

Collectors, Information Points, and Service Endpoints

Which three data points are available when drilling down into a JDBC exit call for an Oracle backend?

Choose three
  • A Query type
  • B Statement type
  • C Query Id
  • D Weight %
  • E Originating node
  • F %Time
Explanation

Oracle JDBC exit-call details include the query type, statement type, and originating node, which identify the SQL operation, JDBC statement category, and application node that initiated the database call.

Community Discussion

No comments yet. Be the first to start the discussion!