Oracle Scripts
open-menu closeme
Home
All Oracle Scripts
Scripts & Commands
Links icon
Oracle Database Documentation Oracle Enterprise Manager
About
Contact Us
Privacy Satement
🌐
English Português
rss
  • Oracle Database: Find Query Hash Value Using V$SQLAREA

    calendar Aug 7, 2025 / Oct 10, 2025 · 4 min read · oracle database sql performance monitoring dba scripts tuning v$sqlarea  ·
    Share on: twitter facebook linkedin copy

    Oracle Database: Find Query Hash Value Using V$SQLAREA Finding specific SQL queries in Oracle Database can be challenging when dealing with large systems running thousands of statements. This guide demonstrates how to efficiently locate query hash values using the V$SQLAREA system view by searching for unique text …


    Read More
  • Oracle Database Autotrace Commands: Complete Guide to SQL Execution Plan Analysis

    calendar Aug 5, 2025 / Oct 10, 2025 · 4 min read · oracle database performance tuning sql optimization autotrace execution plan database administration query analysis autotrace  ·
    Share on: twitter facebook linkedin copy

    Oracle Database Autotrace Commands: Complete Guide to SQL Execution Plan Analysis Oracle Database's autotrace feature is a powerful built-in tool that enables database administrators and developers to analyze SQL statement performance by displaying execution plans and runtime statistics. This comprehensive guide covers …


    Read More
  • Oracle Database Query to Find Tables with Outdated Statistics - Monitor Analyze Progress

    calendar Jul 1, 2025 / Oct 10, 2025 · 3 min read · dba_tables oracle database dba statistics performance monitoring sql tuning  ·
    Share on: twitter facebook linkedin copy

    Oracle Database Query: Find Tables with Outdated Statistics Purpose This Oracle Database query helps database administrators monitor the progress of table statistics collection by identifying tables that have analyze dates older than the current date. It's particularly useful when running large-scale ANALYZE operations …


    Read More
  • Show a Count of Analyzed Tables by Schema in Oracle Database

    calendar Jun 30, 2025 / Oct 10, 2025 · 3 min read · oracle sql database administration performance dba_tables  ·
    Share on: twitter facebook linkedin copy

    Show a Count of Analyzed Tables Broken Down by Schema in Oracle Database Purpose: This post explains how to use Oracle SQL to report the total number of tables and the number of analyzed tables for each schema in your Oracle Database. This is crucial for database administrators who want to monitor the health and …


    Read More
  • Oracle PLAN_TABLE Setup and EXPLAIN PLAN Usage Guide

    calendar Jun 29, 2025 / Oct 10, 2025 · 4 min read · oracle database sql performance optimization explain-plan query-tuning dba  ·
    Share on: twitter facebook linkedin copy

    What is the Oracle PLAN_TABLE and how do you use it? Oracle's PLAN_TABLE is a fundamental component for SQL performance analysis and query optimization. This comprehensive guide explores the setup, usage, and best practices for leveraging Oracle's execution plan functionality to optimize database performance. SQL Code …


    Read More
  • Oracle ANALYZE Statement: Old-Style Table and Index Statistics Collection Explained

    calendar May 11, 2025 / Oct 10, 2025 · 3 min read · oracle analyze table index statistics  ·
    Share on: twitter facebook linkedin copy

    Oracle ANALYZE Statement: Old-Style Table and Index Statistics Collection The ANALYZE statement in Oracle Database is a legacy tool used to collect statistics on tables and indexes. These statistics help the database optimizer make decisions about the most efficient way to execute SQL queries. Although Oracle now …


    Read More
  • Oracle Segment Waits In-Depth Code Analysis and Insights using v$segment_statistics

    calendar Sep 25, 2024 / Oct 10, 2025 · 3 min read · Oracle Database Performance SQL Optimization v$segment_statistics  ·
    Share on: twitter facebook linkedin copy

    Demystifying Oracle Segment Waits: In-Depth Code Analysis and Insights Using Oracle Table v$segment_statistics Purpose In the realm of Oracle database performance tuning, understanding segment waits is crucial. Waits indicate areas where processes are contending for resources, potentially leading to bottlenecks. The …


    Read More
  • Top 10 Hottest Objects in Oracle by Touch Count using tables x$bh obj$ and user$

    calendar Sep 20, 2024 / Oct 10, 2025 · 2 min read · Oracle Database Performance x$bh obj$ user$  ·
    Share on: twitter facebook linkedin copy

    Top 10 Hottest Objects in Oracle by Touch Count using tables x$bh obj$ and user$ Purpose This Oracle SQL query identifies the top 10 "hottest" objects within your database. In this context, "hot" refers to objects that have been accessed (or "touched") the most frequently. Understanding which objects are frequently …


    Read More
  • Identify Waits by Datafile in Oracle using tables v$datafile and x$kcbfwait

    calendar Sep 19, 2024 / Oct 10, 2025 · 2 min read · Oracle Database Performance x$kcbfwaitv $datafile  ·
    Share on: twitter facebook linkedin copy

    Identify Waits by Datafile in Oracle using tables v$datafile and x$kcbfwait Purpose In Oracle databases, waiting events often indicate performance bottlenecks. This SQL query helps you pinpoint which datafiles are associated with the most wait events. By understanding where waits are occurring, you can take targeted …


    Read More
  • Oracle Database Understanding Lock Conflicts with dba_lock and Column Formatting

    calendar Sep 6, 2024 / Oct 10, 2025 · 2 min read · Database SQL Performance Troubleshooting Oracle Database Administration Performance Tuning dba_lock  ·
    Share on: twitter facebook linkedin copy

    Oracle Database: Understanding Lock Conflicts with dba_lock and Column Formatting Purpose This Oracle SQL query is designed to investigate and understand lock conflicts within your database, particularly those causing performance bottlenecks. It leverages the dba_lock view to expose critical lock information in a …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

OracleScripts.com

Your Source for Oracle SQL Scripts
Read More

Recent Posts

  • Generate Active Session History ASH Report in Oracle Database
  • Oracle Time Model Queries: System and Session Performance Monitoring
  • Enable or Disable Oracle GATHER_STATS_JOB for Automatic Statistics Collection using dbms_scheduler
  • How to Remove an Oracle AWR Baseline Using DROP_BASELINE
  • Oracle AWR Create Baseline for Performance Monitoring DBMS_WORKLOAD_REPOSITORY.CREATE_BASELINE
  • List All Oracle AWR Baselines Using DBA_HIST_BASELINE
  • How to Manually Take an AWR Snapshot in Oracle Database with dbms_workload_repository.create_snapshot
  • How to Change Oracle AWR Retention Period to 14 Days using dbms_workload_repository

Categories

SCRIPTS 148 ORACLE ADMINISTRATION RAC 12 ORACLE PERFORMANCE AWR 12 ORACLE STRUCTURE TABLESPACE 11 ORACLE STRUCTURE FILES 10 ORACLE STRUCTURE OBJECTS 10 ORACLE ADMINISTRATION SESSION 9 ORACLE ADMINISTRATION ASM 8 ORACLE PERFORMANCE GENERAL 8 ORACLE PERFORMANCE STATISTICS 8 ORACLE PERFORMANCE WAITS 8 ORACLE ADMINISTRATION STATUS 7 ORACLE PERFORMANCE STATSPACK 7 ORACLE STRUCTURE CONSTRAINTS 7
All Categories
ORACLE ADMINISTRATION ASM8 ORACLE ADMINISTRATION INIT PARAMETERS3 ORACLE ADMINISTRATION RAC12 ORACLE ADMINISTRATION SESSION9 ORACLE ADMINISTRATION STATUS7 ORACLE ADMINISTRATION USER5 ORACLE PERFORMANCE AWR12 ORACLE PERFORMANCE GENERAL8 ORACLE PERFORMANCE LOCKS DML4 ORACLE PERFORMANCE MEMORY3 ORACLE PERFORMANCE QUERY TUNING6 ORACLE PERFORMANCE STATISTICS8 ORACLE PERFORMANCE STATSPACK7 ORACLE PERFORMANCE WAITS8 ORACLE STRUCTURE CONSTRAINTS7 ORACLE STRUCTURE FILES10 ORACLE STRUCTURE INDEXES2 ORACLE STRUCTURE OBJECTS10 ORACLE STRUCTURE REDO LOGS3 ORACLE STRUCTURE TABLESPACE11 ORACLE STRUCTURE UNDO4 SCRIPTS148
[A~Z][0~9]

Series

ADMIN GUIDE 148

Tags

ORACLE 111 DATABASE 57 SQL 43 ADMINISTRATION 34 DATABASE ADMINISTRATION 30 PERFORMANCE 30 PERFORMANCE TUNING 24 DBA 23 ORACLE DATABASE 23 OPTIMIZATION 17 MONITORING 12 TROUBLESHOOTING 12 V$SESSION 12 ORACLE CLUSTERWARE 11
All Tags
$DATAFILE1 ACCOUNT1 ADMINISTRATION34 ALL_OBJECTS1 ALTER SESSION1 ANALYZE1 ASH REPORTS1 ASM2 ASM DISK UTILIZATION1 AUTOMATION1 AUTOTRACE1 AWR10 AWR ANALYSIS1 BACKUP1 BASELINE MANAGEMENT3 CHARACTER-SET1 CLUSTER5 CLUSTER MANAGEMENT1 CONNECTED-USERS3 CONSTRAINTS3 DATA INTEGRITY3 DATA-MANAGEMENT8 DATABASE57 DATABASE ADMINISTRATION30 DATABASE CLEANUP1 DATABASE MANAGEMENT2 DATABASE MONITORING8 DATABASE OPTIMIZATION3 DATABASE PERFORMANCE1 DATABASE SIZE1 DATABASE START-UP1 DATABASE TUNING2 DATAFILES5 DBA23 DBA SCRIPTS4 DBA TASKS1 DBA TOOLS1 DBA_CONS_COLUMNS1 DBA_CONSTRAINTS6 DBA_DATA_FILES5 DBA_ERRORS1 DBA_EXTENTS1 DBA_FEATURE_USAGE_STATISTICS1 DBA_FREE_SPACE2 DBA_HIST_BASELINE1 DBA_HIST_SNAPSHOT1 DBA_HIST_WR_CONTROL2 DBA_INDEXES1 DBA_LOCK1 DBA_OBJECTS7 DBA_ROLES1 DBA_ROLLBACK_SEGS1 DBA_SEGMENTS9 DBA_SOURCE1 DBA_TAB_COLUMNS1 DBA_TABLES2 DBA_TABLESPACES1 DBA_TEMP_FILES2 DBA_TS_QUOTAS1 DBA_UNDO_EXTENTS1 DBA_USERS1 DBMS SCHEDULER1 DBMS WORKLOAD REPOSITORY1 DBMS_METADATA1 DBMS_SCHEDULER1 DBMS_STATS5 DBMS_STATS.GATHER_DATABASE_STATS1 DBMS_STATS.GATHER_SCHEMA_STATS1 DBMS_WORKLOAD_REPOSITORY4 DDL1 DEVELOPMENT1 DIAGNOSTICS1 DISK GROUP CREATION1 DISK INFORMATION5 DISK SPACE ANALYSIS1 DISKGROUP4 EXECUTION PLAN1 EXPLAIN-PLAN2 EXPORT1 EXTERNAL REDUNDANCY1 FEATURES1 FREE SPACE1 GATHER_SYSTEM_STATS1 HASH1 HOT-BACKUP1 I/O1 IMPORT1 INDEX1 INSTALLED3 JAVA1 JOB SCHEDULING1 LAST-ACTIVITY1 LATCH1 LATCH CONTENTION1 MAINTENANCE1 MAINTENANCE TASKS1 MANAGEMENT8 MANAGING10 MEMORY1 MEMORY MANAGEMENT1 MEMORY TUNING1 MODIFY1 MONITORING12 NLS_DATABASE_PARAMETERS1 OBJ$1 OBJECTS6 OIFCFG1 OPTIMIZATION17 OPTIMIZER STATISTICS1 ORACHECK1 ORACLE111 ORACLE - DATABASE ADMINISTRATION - SQL - DBA_CONSTRAINTS1 ORACLE ADMINISTRATION2 ORACLE ASM6 ORACLE CLUSTERWARE11 ORACLE CRS9 ORACLE DATABASE23 ORACLE DBA3 ORACLE DIAGNOSTICS1 ORACLE PERFORMANCE2 ORACLE SCRIPTS1 ORACLE TUNING1 OSUSER1 PARAMETERS2 PEFORMANCE1 PERFORMANCE30 PERFORMANCE ANALYSIS4 PERFORMANCE OPTIMIZATION3 PERFORMANCE TUNING24 PERFORMANCE-MONITORING8 PGA1 PL SQL1 PL/SQL5 PLSQL1 PRIVILEGES1 PROCEDURE2 QUERY1 QUERY ANALYSIS1 QUERY OPTIMIZATION3 QUERY-TUNING2 QUOTAS1 RAC7 RDBMS1 RECOVERY3 RESOURCE OPTIMIZATION3 ROLE PRIVILEGES1 ROLE_SYS_PRIVS1 ROLE_TAB_PRIVS1 SCHEMA SPACE USED1 SCRIPTING1 SCRIPTS4 SECURITY1 SEGMENTS3 SESSION ANALYSIS2 SESSION-PID1 SESSIONS1 SESSIONS-SORTED1 SHARED POOL1 SHOW2 SHOW ROLES1 SHOW_TABLE_ROLE_PRIVILEGES1 SHOW-USER-SQL5 SNAPSHOT MANAGEMENT4 SNAPSHOTS1 SPACE USAGE1 SPACE USED1 SPFILE1 SQL43 SQL COMMANDS1 SQL OPTIMIZATION1 SQL PERFORMANCE2 SQL PLUS1 SQL QUERIES2 SQL QUERY1 SQL SCRIPTS7 SQL STATISTICS1 SQL TUTORIAL1 SRVCTL3 START4 START-UP TIME1 STATISTICS3 STATISTICS GATHERING1 STATISTICS MANAGEMENT2 STATSPACK7 STOP4 STORAGE2 STORAGE CAPACITY MONITORING1 STORAGE MANAGEMENT5 STORAGE OPTIMIZATION1 SYSTEM PERFORMANCE1 TABLE1 TABLESPACE10 TEMP2 TIME MODEL STATISTICS1 TRACING2 TRANSACTIONS1 TROUBLESHOOTING12 TUNING8 UNDO_RETENTION1 USAGE2 USED SPACE1 USER4 USER SPACE1 USER$1 USERS2 UTLXPLS1 V$ACTIVE_SESSION_HISTORY1 V$ASM_OPERATION1 V$BACKUP1 V$CONTROLFILE3 V$DATABASE1 V$DATAFILE7 V$DB_CACHE_ADVICE1 V$FILESTAT1 V$INSTANCE1 V$LOCK2 V$LOCKED_OBJECT1 V$LOG3 V$LOGFILE4 V$PARAMETER2 V$PROCESS2 V$SEGMENT_STATISTICS1 V$SESS_TIME_MODEL1 V$SESSION12 V$SESSION_LONGOPS1 V$SESSION_WAIT1 V$SESSTAT1 V$SGASTAT2 V$SQLAREA8 V$STATNAME2 V$SYS_TIME_MODEL1 V$SYSSTAT2 V$SYSTEM_EVENT2 V$TEMPFILE3 V$TRANSACTION1 V$WAITSTAT1 VDATAFILE2 WORKLOAD REPOSITORY3 X$BH1 X$KCBFWAITV1
[A~Z][0~9]
OracleScripts.com

Copyright  ORACLESCRIPTS.COM. All Rights Reserved

to-top