MSCEWI3105
Additional work is needed for BFILE column usage. BUILD_STAGE_URL function is a recommended workaround
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
The transformation for BFILE
datatype is VARCHAR
. However, the translation for the Oracle built-in functions used to interact with BFILE types is currently not supported. The column is migrated to a VARCHAR
in order to store the file path and name (check the BFILENAME_UDF
documentation for more information).
Example Code
Input Code:
Output Code:
Recommendations
Use the
BUILD_STAGE_FILE_URL
and the other file functions to handle files.
Change the data type to a supported type.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated