Which client requests to the database can be captured as a part of the workload capture?

Which client requests to the database can be captured as a part of the workload capture? (Choose
all that apply.)

Which client requests to the database can be captured as a part of the workload capture? (Choose
all that apply.)

A.
Flashback query

B.
Distributed transactions

C.
Logging in and logging out of sessions

D.
All DDL statements having bind variables

E.
Direct path load of data from external files



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Magwai

Magwai

Workload Capture Restrictions
The following types of client requests are not captured in a workload in the current release:
-Direct path load of data from external files using utilities such as SQL*Loader
-Shared server requests (Oracle MTS)
-Oracle Streams
-Advanced Replication streams
-Non-PL/SQL based Advanced Queuing (AQ)
-Flashback queries
-Oracle Call Interface (OCI) based object navigations
-Non SQL-based object access
-Distributed transactions (any distributed transactions that are captured will be replayed as local transactions)
-Remote DESCRIBE and COMMIT operations