DBA June 1, 2019 0 how to find scn number select min(maxnc), null from (select max(next_change#) maxnc from v$backup_redolog group by thread#) col min(maxnc) format…
DBA May 3, 2019 0 Validate Backups Validate backup – http://www.oracle-scn.com/rman-restore-validate-a-proactive-health-check/
DBA October 8, 2018 0 AWR report analysis in depth-part 1 https://clouddba.co/awr-report-analysis-depth-part-1/
DBA December 1, 2017 0 ORA-00392: log 1 of thread 1 is being cleared Database recovery issue ORA-00392: log 1 of thread 1 is being cleared, operation not allowed SQL>…
DBA November 6, 2017 1 Installation – Oracle 11g DBA on Oracle VM 2 Folks, Here is the notes which explains the installation of Oracle 11g DBA on Oracle…