| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_RAW , 18 of 22
This function converts RAW r from character set from_charset to character set to_charset and returns the resulting RAW.
Both from_charset and to_charset must be supported character sets defined to the Oracle server.
UTL_RAW.CONVERT ( r IN RAW, to_charset IN VARCHAR2, from_charset IN VARCHAR2) RETURN RAW;
pragma restrict_references(convert, WNDS, RNDS, WNPS, RNPS);
| Parameter | Description |
|---|---|
r |
|
to_charset |
Name of NLS character set to which |
from_charset |
Name of NLS character set in which |
| Return | Description |
|---|---|
RAW |
Byte string |
| Error | Description |
|---|---|
VALUE_ERROR |
-
-
- |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|