Skip to content

binding bytes with dbms_lob.compare #405

Answered by anthony-tuininga
rob975 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this is expected behavior. If you want to compare values beyond 32767 bytes you will have to use a temporary LOB created with connection.createlob() or using a variable of type oracledb.DB_TYPE_BLOB. Oracle Database limits strings to 32767 bytes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cjbj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants