Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inserting a blob of size greater than 2kb? Binary encoding instead of hex string for blob insertion? #52

Open
ghost opened this issue Mar 30, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 30, 2013

Hi,

I am right now inserting a blob  in a column as a hex string (gave an error stating the string should be in hex when I tried a buffer as a parameter) and that is limiting the number of bytes that can saved to 2000 since 4000 is string literal limit in oracle.
Has anyone tried inserting a blob greater than 2kb, if so how did you do that?

Thanks,
Anil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants