Ads block

Wait events in AWR
By
AS
In an Oracle AWR (Automatic Workload Repository) report , wait events indicate where database sessions spend time while not executing. These are crucial for i…
Read more »
Monitor Active and Pending Transactions and Parallel Queries
By
AS
Find active transactions in oracle database: col name format a10 col username format a8 col osuser format a8 col start_time format a17 col status format a12 tt…
Read more »
SQL Profile
By
AS
Creating a SQL Profile in Oracle is a common method used to influence the optimizer to choose a better execution plan without changing the SQL text. A SQL Pr…
Read more »
Analyzing AWR (Automatic Workload Repository)
By
AS
Reading an AWR (Automatic Workload Repository) report in Oracle can help DBAs analyze database performance over a specified time period. The AWR report capt…
Read more »
Fixing Execution Plans
By
AS
To C heck if the execution plan of an Oracle query has changed and how to fix (stabilize or restore) it , you can follow a step-by-step process. This include…
Read more »
SEARCH
LATEST
3-latest-65px
Blog Archive
- June 2025 (5)
- May 2025 (6)
- March 2025 (3)
- January 2025 (3)
- May 2024 (1)
@AS. Powered by Blogger.