| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_RAW , 7 of 22
This function converts a RAW represented using n data bytes into VARCHAR2 with n data bytes.
UTL_RAW.CAST_TO_VARCHAR2 ( r IN RAW) RETURN VARCHAR2;
pragma restrict_references(cast_to_varchar2, WNDS, RNDS, WNPS, RNPS);
| Parameter | Description |
|---|---|
r |
|
| Return | Description |
|---|---|
VARCHAR2 |
Containing having the same data as the input |
NULL |
If |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|