The FCLOSE_ALL procedure closes all files opened by the UTL_FILE package in the current session.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
UTL_FILE.FCLOSE_ALL;
Considerations
- No input parameters: The
FCLOSE_ALLprocedure does not require any input parameters. Simply specify the procedure name when calling it. - Batch operation: This procedure immediately closes all files opened by the
UTL_FILEpackage in the current session. - Safe execution: Even if no files are currently open, calling this procedure will execute successfully without throwing an error.
