PL/SQL Packages UTL_PG

Oracle Procedural Gateway.

Convert COBOL numeric data into Oracle numbers and convert Oracle numbers into COBOL numeric data.

Subprocedures:
MAKE_NUMBER_TO_RAW_FORMAT
            Make a number_to_raw format conversion specification
            used to convert an Oracle number of declared precision
            and scale to a RAW byte-string in the remote host internal
            format. 

MAKE_RAW_TO_NUMBER_FORMAT
            Make a raw_to_number format conversion specification used
            to convert a RAW byte-string from the remote host internal
            format into an Oracle number of comparable precision and scale.

NUMBER_TO_RAW
            Convert an Oracle number of declared precision and scale to
            a RAW byte-string in the remote host internal format. 

NUMBER_TO_RAW_ FORMAT
            Convert, according to the number_to_raw conversion format
            n2rfmt, an Oracle number numval of declared precision and scale
            to a RAW byte-string in the remote host internal format. 

RAW_TO_NUMBER
            Convert a RAW byte-string from the remote host internal format
            into an Oracle number. 

RAW_TO_NUMBER_FORMAT
            Convert, according to the raw_to_number conversion format
            r2nfmt, a RAW byte-string rawval in the remote host internal
            format to an Oracle number. 

WMSG        Extract a warning message specified by wmsgitem from wmsgblk.

WMSGCNT     Test a wmsgblk to determine how many warnings, if any, are
            present. 

For full documentation of the packaged procedures above see the Oracle Manual:
"Oracle9i Supplied PL/SQL Packages and Types Reference"

or the book Oracle Built in Packages by Steven Feuerstein et al


 
Copyright © 1999-2024 SS64.com
Some rights reserved