| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_RAW , 14 of 22
This function returns n copies of r concatenated together.
UTL_RAW.COPIES ( r IN RAW, n IN NUMBER) RETURN RAW;
pragma restrict_references(copies, WNDS, RNDS, WNPS, RNPS);
| Parameters | Description |
|---|---|
r |
|
n |
Number of times to copy the |
This returns the RAW copied n times.
| Error | Description |
|---|---|
VALUE_ERROR |
-
- Length of result exceeds maximum length of a |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|