| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_FILE , 11 of 18
PUT writes the text string stored in the buffer parameter to the open file identified by the file handle. The file must be open for write operations. No line terminator is appended by PUT; use NEW_LINE to terminate the line or use PUT_LINE to write a complete line with a line terminator.
The maximum size of an input record is 1023 bytes, unless you specify a larger size in the overloaded version of FOPEN. See also "PUT_NCHAR Procedure".
UTL_FILE.PUT ( file IN FILE_TYPE, buffer IN VARCHAR2);
INVALID_FILEHANDLEINVALID_OPERATIONWRITE_ERROR
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|