Let Oracle Do the Heavy Lifting: using compile-time warnings

preview_player
Показать описание
The PL/SQL compiler does more than make sure your code can execute. If you turn on compile-time warnings, the compiler will also give you recommendations on improving performance, taking full advantage of PL/SQL features, improving overall code quality.

Examples: the compiler can tell you under a number of circumstances that a runtime error will occur; that there are unreachable chunks of code, and more.

========================================
Practically Perfect PL/SQL with Steven Feuerstein

Copyright © 2015 Oracle and/or its affiliates. Oracle is a registered trademark of Oracle and/or its affiliates. All rights reserved. Other names may be registered trademarks of their respective owners. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the “Materials”). The Materials are provided “as is” without any warranty of any kind, either express or implied, including without limitation warranties or merchantability, fitness for a particular purpose, and non-infringement.
Рекомендации по теме
Комментарии
Автор

I your company, the dev/qa environment should have the warnings enable by dafault.

billmask