Oracle Database Administration

Database Tips

Monday, September 16, 2024

Index Fragmentation

›
SELECT      index_name,     table_name,     leaf_blocks,     empty_blocks,     num_rows,     DISTINCT_KEYS,     (leaf_blocks - empty_blocks)...
Monday, September 9, 2024

Database Object Fragmentation

›
Hello World
Tuesday, December 15, 2020

AZ 303 Exam Notes

›
Exam AZ-303: Microsoft Azure Architect Technologies -  https://docs.microsoft.com/en-us/learn/certifications/exams/az-303   Practice Test...
8 comments:
Sunday, November 22, 2020

Microsoft Azure AZ-303 Study Guide

›
https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4Hxv D  Find IP Address subnets Range https://www.ultratools.com/tools/net...
Thursday, September 17, 2020

Microsoft Azure 104 Notes

›
https://ravikirans.com/az-104-azure-exam-study-guide/
1 comment:
Tuesday, May 7, 2019

Oracle Performance Tuning

›
How to Analyze the Performance History of a SQL Statement as Recorded in AWR Using Simple SQL (Doc ID 1580764.1) http://www.nocoug.org/d...
Thursday, October 5, 2017

Oracle GoldenGate GGSCI Commands

›
https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/ggsci_commands.htm#GWURF895
Wednesday, August 31, 2016

Database STARTUP_TIME History

›
set lines 1000 col STARTUP_TIME for a25 col platform for a40 select DBID, INSTANCE_NUMBER INST_NU,STARTUP_TIME,PARALLEL RAC, VERSION,...
1 comment:
Tuesday, August 30, 2016

Golden Gate Lag Monitoring Script

›
http://sridharramireddy.blogspot.com/2014/09/script-to-monitor-goldengate-monitoring.html
Wednesday, July 8, 2015

Find Query Versions

›
SQL to find Query Versions based on a particular SQL_ID => you can remove the columns selected based upon your need. Select inst_id,...

Find historical data using SQL_ID

›
SET LINESIZE 120 SET PAGESIZE 1000 col snap_begin format a35 COL executions FOR 999,999,999 COL elapsed_time FOR 999,999,999,999 COL avg...
Friday, February 13, 2015

Troubleshooting 'log file sync'

›
Very Good Document on "log file sync" on My Oracle Support Site. Troubleshooting: 'Log file sync' Waits (Doc ID 1376916...
Tuesday, January 27, 2015

Oracle GoldenGate Limitations and Restrictions

›
Oracle GoldenGate supports two types of capture: Classic Capture Integrated Capture Classic Capture Oracle GoldenGate contin...
3 comments:
Tuesday, August 26, 2014

Oracle ASM Commands

›
col PATH form a25 col GB_read for 99999 col GB_written for 9999 select a.PATH, a.mount_status, a.state, a.TOTAL_MB, a.FREE_MB, a.mount_...
›
Home
View web version

About Me

rkhanna
View my complete profile
Powered by Blogger.