ORA-40681
        OCI_SODA_AS_STORED cannot be used if the content column type is CLOB, or VARCHAR2.
        
        
        Cause
        An attempt was made to use OCI_SODA_AS_STORED on a collection whose content column type was CLOB, or VARCHAR2.
        Action
        Use either the OCI_DEFAULT or OCI_SODA_AS_AL32UTF8 mode of execution.
        
     
    
    
        ORA-40681
        OCI_SODA_AS_STORED cannot be used if the content column type is JSON, CLOB, or VARCHAR2.
        
        
        Cause
        An attempt was made to use OCI_SODA_AS_STORED on a collection whose content column type was not BLOB.
        Action
        Use either the OCI_DEFAULT or OCI_SODA_AS_AL32UTF8 mode of execution.
        
     
    
    
        ORA-40681
        OCI_SODA_AS_STORED cannot be used if the content column type is CLOB or VARCHAR2
        
        
        Cause
        An attempt was made to use OCI_SODA_AS_STORED on a collection whose content column type was not BLOB.
        Action
        Use either the OCI_DEFAULT or OCI_SODA_AS_AL32UTF8 mode of execution.