How to get the exact Oracle Error message on a select without the text and store in variable
        Posted  
        
            by Paul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul
        
        
        
        Published on 2010-03-05T21:19:31Z
        Indexed on 
            2010/04/21
            21:23 UTC
        
        
        Read the original article
        Hit count: 247
        
my ($ret) = $l_dbh->selectrow_array("select dummy from "
                        . $l_dbh->quote_identifier($dblink, 'SYSIBM', "SYSDUMMY1") );
                          $ret;
                           };
© Stack Overflow or respective owner