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 Enable FAL Tracing on Primary Database

    calendar Nov 28, 2025 / Dec 6, 2025 · 4 min read · Oracle Database Data Guard Backup and Recovery Database Administration Troubleshooting Archive Logs FAL Redo Transport  ·
    Share on: twitter facebook linkedin copy

    Oracle Enable FAL Tracing on Primary Database Purpose Enabling FAL (Fetch Archive Log) tracing on the primary database helps database administrators monitor and troubleshoot archive log gap resolution between primary and standby databases in Oracle Data Guard environments. This command activates detailed trace logging …


    Read More
  • Check Missing Archive Logs in Oracle Data Guard Standby Database

    calendar Nov 26, 2025 / Dec 6, 2025 · 3 min read · Oracle Data Guard Database Administration Standby Database Archive Logs Replication Troubleshooting SQL Query  ·
    Share on: twitter facebook linkedin copy

    Check Missing Archive Logs in Oracle Data Guard Standby Database Purpose This SQL query helps database administrators identify missing archive logs on an Oracle Data Guard standby database. When archive logs fail to transfer from the primary to the standby database, it creates gaps that prevent proper synchronization. …


    Read More
  • How to Manually Take an AWR Snapshot in Oracle Database with dbms_workload_repository.create_snapshot

    calendar Sep 27, 2025 / Dec 6, 2025 · 5 min read · Oracle Database AWR Performance Tuning Database Administration PL/SQL Monitoring Troubleshooting Database Optimization dbms_workload_repository  ·
    Share on: twitter facebook linkedin copy

    How to Manually Take an AWR Snapshot in Oracle Database with dbms_workload_repository.create_snapshot What is Oracle AWR Snapshot Creation? Creating a manual AWR snapshot in Oracle Database allows database administrators to capture performance statistics at specific points in time, providing precise data for …


    Read More
  • Oracle SQL Hash Lookup Query - Retrieving SQL Text from V$SQLAREA

    calendar Aug 8, 2025 / Dec 6, 2025 · 3 min read · oracle sql dba performance monitoring hash troubleshooting scripts v$sqlarea  ·
    Share on: twitter facebook linkedin copy

    Oracle SQL Hash Lookup Query - Retrieving SQL Text from V$SQLAREA Purpose This Oracle Database query is designed to retrieve the complete SQL statement text from the V$SQLAREA view using a specific hash value. This is particularly useful for database administrators and developers who need to identify and analyze SQL …


    Read More
  • Identifying Oracle Database Hot Blocks using Oracle table v$system_event A Comprehensive Guide

    calendar Oct 1, 2024 / Dec 6, 2025 · 2 min read · oracle-database performance-tuning sql troubleshooting optimization v$system_event  ·
    Share on: twitter facebook linkedin copy

    Identifying Oracle Database Hot Blocks using Oracle Table v$system_event: A Comprehensive Guide Purpose Understanding Hot Blocks In an Oracle database, a "hot block" refers to a data block in the buffer cache that experiences a disproportionately high volume of concurrent requests. This contention can lead to …


    Read More
  • Analyzing Oracle 'Data Block' Waits with v$waitstat

    calendar Sep 30, 2024 / Dec 6, 2025 · 2 min read · oracle database performance tuning sql troubleshooting optimization v$waitstat  ·
    Share on: twitter facebook linkedin copy

    Oracle "Data Block" Waits using Oracle table v$waitstat to identify disk Contention Purpose In Oracle databases, waiting for "data blocks" signifies contention for specific data blocks in memory. This contention can lead to performance bottlenecks and slowdowns. Understanding the root cause of these waits is crucial to …


    Read More
  • Analyzing Oracle 'Buffer Busy Waits' with v$session_wait

    calendar Sep 29, 2024 / Dec 6, 2025 · 2 min read · oracle database performance tuning sql troubleshooting optimization v$session_wait  ·
    Share on: twitter facebook linkedin copy

    Unmasking Buffer Busy Waits in Oracle: A Deep Dive with v$session_wait Purpose "Buffer busy waits" are a common performance bottleneck in Oracle databases, occurring when multiple sessions try to access the same data block concurrently. Identifying the specific blocks and understanding the reasons behind these waits is …


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

    calendar Sep 6, 2024 / Dec 6, 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
  • Oracle Database Uncover & Resolve Blocking Sessions with SQL using v$lock

    calendar Sep 4, 2024 / Dec 6, 2025 · 2 min read · v$lock Oracle Database SQL Performance Troubleshooting  ·
    Share on: twitter facebook linkedin copy

    Oracle Database: Uncover Blocking Sessions with a Powerful SQL Query using v$lock Purpose Identify and resolve performance bottlenecks in your Oracle database by detecting blocking sessions using this powerful SQL query. Gain insights into the query's mechanics and learn how to optimize your database for smoother …


    Read More
  • Oracle Database Identifying Parent Tables for Repair or Re-import using dba_constraints

    calendar Aug 31, 2024 / Dec 6, 2025 · 2 min read · Oracle SQL Database Data Integrity Troubleshooting dba_constraints  ·
    Share on: twitter facebook linkedin copy

    Oracle Database: Identifying Parent Tables for Repair or Re-import using dba_constraints Purpose When working with Oracle databases, ensuring data integrity is paramount. Foreign key constraints play a crucial role in maintaining relationships between tables, but disabled constraints can signal potential issues that …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

OracleScripts.com

Your Source for Oracle SQL Scripts
Read More

Recent Posts

  • How to Stop Oracle Data Guard Broker Using ALTER SYSTEM Command
  • Oracle Enable FAL Tracing on Primary Database
  • How to Disable and Enable Oracle Archive Log Destinations
  • Check Missing Archive Logs in Oracle Data Guard Standby Database
  • Troubleshooting Oracle Data Guard FAL and Physical Logfile Registration Issues
  • Register Missing Log File in Oracle Data Guard Database
  • Cancel Oracle Data Guard Managed Recovery
  • Removing Standby Database Apply Delay in Oracle Data Guard

Categories

SCRIPTS 157 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 BACKUP DATA GUARD 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
All Categories
ORACLE ADMINISTRATION ASM8 ORACLE ADMINISTRATION INIT PARAMETERS3 ORACLE ADMINISTRATION RAC12 ORACLE ADMINISTRATION SESSION9 ORACLE ADMINISTRATION STATUS7 ORACLE ADMINISTRATION USER5 ORACLE BACKUP DATA GUARD9 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 SCRIPTS157
[A~Z][0~9]

Series

ADMIN GUIDE 157

Tags

ORACLE 115 DATABASE 57 SQL 43 DATABASE ADMINISTRATION 36 ADMINISTRATION 34 PERFORMANCE 30 ORACLE DATABASE 27 DBA 24 PERFORMANCE TUNING 24 OPTIMIZATION 17 TROUBLESHOOTING 14 MONITORING 12 V$SESSION 12 ORACLE CLUSTERWARE 11
All Tags
$DATAFILE1 ACCOUNT1 ADMINISTRATION34 ALL_OBJECTS1 ALTER SESSION1 ANALYZE1 ARCHIVE LOG1 ARCHIVE LOGS3 ASH REPORTS1 ASM2 ASM DISK UTILIZATION1 AUTOMATION1 AUTOTRACE1 AWR10 AWR ANALYSIS1 BACKUP2 BACKUP AND RECOVERY2 BACKUP RECOVERY1 BASELINE MANAGEMENT3 CHARACTER-SET1 CLUSTER5 CLUSTER MANAGEMENT1 CLUSTERWARE1 CONNECTED-USERS3 CONSTRAINTS3 DATA GUARD8 DATA INTEGRITY3 DATA-MANAGEMENT8 DATABASE57 DATABASE ADMINISTRATION36 DATABASE CLEANUP1 DATABASE MAINTENANCE1 DATABASE MANAGEMENT3 DATABASE MONITORING8 DATABASE OPTIMIZATION3 DATABASE PERFORMANCE1 DATABASE RECOVERY4 DATABASE SIZE1 DATABASE START-UP1 DATABASE TUNING2 DATAFILES5 DBA24 DBA COMMANDS1 DBA SCRIPTS5 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 DISASTER RECOVERY1 DISK GROUP CREATION1 DISK INFORMATION5 DISK SPACE ANALYSIS1 DISKGROUP4 EXECUTION PLAN1 EXPLAIN-PLAN2 EXPORT1 EXTERNAL REDUNDANCY1 FAL1 FEATURES1 FREE SPACE1 GAP RESOLUTION1 GATHER_SYSTEM_STATS1 HASH1 HIGH AVAILABILITY2 HOT-BACKUP1 I/O1 IMPORT1 INDEX1 INSTALLED3 JAVA1 JOB SCHEDULING1 LAST-ACTIVITY1 LATCH1 LATCH CONTENTION1 LOG MANAGEMENT1 MAINTENANCE1 MAINTENANCE TASKS1 MANAGEMENT8 MANAGING10 MEMORY1 MEMORY MANAGEMENT1 MEMORY TUNING1 MODIFY1 MONITORING12 MRP1 NLS_DATABASE_PARAMETERS1 OBJ$1 OBJECTS6 OIFCFG1 OPTIMIZATION17 OPTIMIZER STATISTICS1 ORACHECK1 ORACLE115 ORACLE - DATABASE ADMINISTRATION - SQL - DBA_CONSTRAINTS1 ORACLE ADMINISTRATION2 ORACLE ASM6 ORACLE BACKUP1 ORACLE BROKER1 ORACLE CLUSTERWARE11 ORACLE CRS9 ORACLE DATABASE27 ORACLE DBA4 ORACLE DIAGNOSTICS1 ORACLE PERFORMANCE2 ORACLE SCRIPTS1 ORACLE TUNING1 OSUSER1 PARAMETERS2 PEFORMANCE1 PERFORMANCE30 PERFORMANCE ANALYSIS4 PERFORMANCE OPTIMIZATION3 PERFORMANCE TUNING24 PERFORMANCE-MONITORING8 PGA1 PHYSICAL STANDBY1 PL SQL1 PL/SQL5 PLSQL1 PRIVILEGES1 PROCEDURE2 QUERY1 QUERY ANALYSIS1 QUERY OPTIMIZATION3 QUERY-TUNING2 QUOTAS1 RAC7 RDBMS1 RECOVERY3 REDO TRANSPORT1 REPLICATION1 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 COMMANDS5 SQL OPTIMIZATION1 SQL PERFORMANCE2 SQL PLUS1 SQL QUERIES2 SQL QUERY2 SQL SCRIPTS7 SQL STATISTICS1 SQL TUTORIAL1 SRVCTL3 STANDBY DATABASE5 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 TROUBLESHOOTING14 TUNING8 UNDO_RETENTION1 USAGE2 USED SPACE1 USER4 USER SPACE1 USER$1 USERS2 UTLXPLS1 V$ACTIVE_SESSION_HISTORY1 V$ARCHIVED_LOG1 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$MANAGED_STANDBY1 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