У нас вы можете посмотреть бесплатно Oracle Data Validation Best Practices или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video walks you through 6 data validation best practices with examples. One example shows you how to go beyondteh default status values of "Pass" and "Fail" to implement "Skip" and "Warn". The second example shows how and why to validation tests to just the recent data, not all data (no point in re-testing unchanged data over and over). The third example shows howto ignore known bad data to preclude fails. The fourth example shows how to bundle many field level tests into a single "table-scan" pass (rather than dozens of individual table scans) to improve performance. The fifth example shows how to use config tables to parameterize variables into your script. Finally, the sixth best practice has no code but rather a discussion about how best to layout your test cases. You can refactor and re-use the samples in your projects. The scripts in the demo are all out on Github along with 66 total sample validation tests along with a basic and an advanced script for automating the tests. ------ Chapter Timestamps (click to jump forward): ---------------------------- 0:00 - Intro 0:08 - Rule Set #9 - Defect Regresion 0:35 - Overview of the Best Practices 1:05 - Demo: T062 - Warn and Skip 2:25 - Demo: T063 - Limit to Recent Data 3:26 - Demo: T064 - Ignore Bad Data 4:25 - Demo: T065 - Single Table Scan Pass 6:58 - Demo: T066 - Config Tables to Parameterize 8:52 - Demo: T067 - Suggested Layout 10:38 - How to Download SQL Scripts in this Video 11:50 - The End Downloads: Rule Set #9: https://github.com/DataResearchLabs/s... Best Practices: https://github.com/DataResearchLabs/s... Multi-Platform Data Validation Scripts: https://github.com/DataResearchLabs/s... Watch related playlist videos: • Oracle SQL Scripts for Data Analysts Connect with me on social media: LinkedIn: / mpiercead576 YouTube: / @dataresearchlabs GitHub: https://github.com/DataResearchLabs Subscribe to my YouTube Channel: / @dataresearchlabs Background Music (via YouTube "always free" Audio): "Rewind" by Ofshane: / @ofshane #Oracle #automation #datavalidation