BLOB Data Type
Description
Sample Source Patterns
BLOB in Create Table
Oracle
CREATE TABLE blobtable( blob_column BLOB, empty_column BLOB );
INSERT INTO blobtable VALUES (NULL, EMPTY_BLOB());Snowflake
Retrieving Data
Oracle
Snowflake
Functional Example
Oracle
Snowflake
Known Issues
1. The difference in max length BLOB (Oracle) and BINARY (Snowflake)
2. Empty value with EMPTY_BLOB
3. No access to the DBMS_LOB built-in package
Related EWIs
Last updated
