when I'm trying to insert blob in database having more than 4000 characters I'm getting fallowing error can anyone help on this.is there any way other than procedures to insert data :
Error report -
SQL Error: ORA-01704: string literal too long
01704. 00000 - "string literal too long"
*Cause: The string literal is longer than 4000 characters.
*Action: Use a string literal of at most 4000 characters.
Longer values may only be entered using bind variables