| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_RAW , 6 of 22
This function converts a VARCHAR2 represented using n data bytes into a RAW with n data bytes. The data is not modified in any way; only its datatype is recast to a RAW datatype.
UTL_RAW.CAST_TO_RAW ( c IN VARCHAR2) RETURN RAW;
pragma restrict_references(cast_to_raw, WNDS, RNDS, WNPS, RNPS);
| Parameter | Description |
|---|---|
c |
|
| Return | Description |
|---|---|
RAW |
Containing the same data as the input |
NULL |
If |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|