SSC-EWI-OR0105
Additional work is needed for BFILE column usage. BUILD_STAGE_URL function is a recommended workaround
Severity
Description
Example Code
Input Code Oracle:
CREATE TABLE bfiletable ( bfile_column BFILE );
INSERT INTO bfiletable VALUES ( BFILENAME('mydirectory', 'myfile.png') );Output Code:
Recommendations
Last updated
