This type specifies a handle to a file.
TYPE TEXT_IO.FILE_TYPE;
/*
** Declare a local variable to represent
** the output file you will write to.
*/
out_file TEXT_IO.FILE_TYPE;
About the TEXT_IO built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.