The FREMOVE procedure is used to delete a specified file.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
UTL_FILE.FREMOVE (
location IN VARCHAR2,
filename IN VARCHAR2);
Parameters
| Parameter | Description |
|---|---|
| location | The path of the file (case-sensitive). |
| filename | The name of the file to be deleted. |
Exceptions
ACCESS_DENIEDDELETE_FAILEDINVALID_FILENAMEINVALID_OPERATIONINVALID_PATH
Considerations
FREMOVE does not verify the permissions before deleting a file. However, the operating system will verify the file and directory permissions.
