What are the size limits for the proprietary methods setBytesForBlob, setStringForClob in oracle.jdbc.OraclePreparedStatement?
See table below:APIFORMStmtDriverLower LimitUpper LimitBind mechanismNotesetBytesForBlobn/aAllAll00NullAllClient1 byte2000 bytesDirectAllClient2001 bytes21474836487 bytesTemp blob4setStringForClobAllAllAll00NullAllAllClient1 char32766 charsDirectAllAllClient32767 chars2147483647 charsTemp clobAllAllServer1 char4000 bytesDirectAllAllServer4001 bytes2147483647 charsTemp clob2Notes: • • • •