FOPEN procedure
Translation reference for UTL_FILE.FOPEN.
Description
Syntax
UTL_FILE.FOPEN(
LOCATION VARCHAR,
FILENAME VARCHAR,
OPEN_MODE VARCHAR,
MAX_LINESIZE NUMBER,
);Setup data
CREATE SCHEMA IF NOT EXISTS UTL_FILE
COMMENT = '{"origin":"sf_sc","name":"snowconvert","version":{"major":1, "minor":0},"attributes":{"component":"udf"}}';Custom procedure overloads
UTL_FILE.FOPEN( VARCHAR, VARCHAR)
Parameters
Open modes
OPEN_MODE
DESCRIPTION
STATUS
Functionality
Usage example
Snowflake
Known Issues
1. Modify the procedure for changing the name of the stage.
2. LOCATION parameter is not used.
LOCATION parameter is not used.3. MAX_LINESIZE parameter is not used.
MAX_LINESIZE parameter is not used.4. OPEN_MODE values supported.
OPEN_MODE values supported.5. Files supported.
Last updated