Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Introduction, 7 of 7


UTL_PG Package

Table 1-7 UTL_PG Package Subprograms  
Subprogram  Description 
MAKE_NUMBER_TO_RAW_
FORMAT
 

Makes 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
 

Makes 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
 

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

NUMBER_TO_RAW_ 
FORMAT
 

Converts, 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
 

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

RAW_TO_NUMBER_ 
FORMAT
 

Converts, 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
 

Extracts a warning message specified by wmsgitem from wmsgblk

WMSGCNT
 

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


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback