| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_ENCODE , 5 of 7
This function reads the RAW uuencode format input string and decodes it to the corresponding RAW string. See "UUENCODE Function" for discussion of the cumulative nature of UUENCODE and UUDECODE for data streams.
FUNCTION uudecode( r IN RAW) RETURN RAW;
pragma RESTRICT_REFERENCES(uudecode, WNDS, RNDS, WNPS, RNPS);
r is the RAW string containing the uuencoded data string. There are no defaults or optional parameters.
| Return | Description |
|---|---|
RAW |
The decoded |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|