Makale Yazarı

Yazar Biyografik Bilgiler Eklememiş

  • Toplam 2 Yazı
  • Toplam 0 Yorum

Backup & Recovery Execution in ZDLRA (Zero Data Loss Recovery Appliance 23)

Oracle 7 gün önce

Today, I want to write about how to execute Backup & Recovery in Zero Data Loss Recovery Appliance 23 (ZDLRA 23) , an integrated Oracle solution for Backup & Recovery . press ZDLRA to read the content #Oracle #ZDLRA #Backup_Recovery

Reclaim Space from Index Segment in ORACLE

Oracle 11 ay önce

First analyze if an index segment requires rebuild because its resource intensive process. ANALYZE INDEX {index name} VALIDATE STRUCTURE; SQL> SELECT name, height, lf_rows, lf_blks, del_lf_row FROM INDEX_STATS; Then Rebuild index only if you see HEIGHT is above 4 and Deleted Leaf Row is less than 20. ALTER INDEX {index name} REBUILD ONLINE;