Viewing sample resized to 78% of original (view original) Loading...
The video in this post is still being processed. It may take a few minutes to complete.
Playback on some devices may be affected.
Title

Every VARCHAR2(N) Declaration a Bug in PL/SQL!?

Post Tags
Blacklisted
    Artists
    Meta
    Description

    Every VARCHAR2(N) Declaration a Bug!?

    That's right. VARCHAR2 declarations mean that you have to provide an "N" or constraint on the size of the variable. If you have such declarations all over your code, that's a form of hard-coding and you are likely to get hammered by VALUE_ERROR exceptions. This video shows how to fix this problem. See the Practically Perfect PL/SQL YouTube channel for related videos. https://www.youtube.com/channel/UCpJpLMRm452kVcie3RpINPw

    ============================================
    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.

    Post Information, History and Related
    Information

    History

    Related
    Blacklisted
      There are no comments.