Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

UTL_RAW , 14 of 22


COPIES Function

This function returns n copies of r concatenated together.

Syntax

UTL_RAW.COPIES (
   r IN RAW,
   n IN NUMBER) 
  RETURN RAW;

Pragmas

pragma restrict_references(copies, WNDS, RNDS, WNPS, RNPS); 

Parameters

Table 80-24 COPIES Function Parameters
Parameters  Description 
r
 

RAW to be copied 

n
 

Number of times to copy the RAW (must be positive). 

Returns

This returns the RAW copied n times.

Errors

Table 80-25 COPIES Function Errors
Error  Description 
VALUE_ERROR
 

Either:

- r is missing, NULL and/or 0 length

- n < 1

- Length of result exceeds maximum length of a RAW 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback