oracle - problem with choosing data type for large file -
i create program insert large file database (around 10m). choosed blob type objects column in table.
now read blob support binary object maximoum lengh of 4m.
would advice me can in case upload object more 4m?
i useing oracle 9i or 10g.
you read appears incorrect.
per oracle 10g release 2 documentation:
blob datatype stores unstructured binary large objects. blob objects can thought of bitstreams no character set semantics. blob objects can store binary data (4 gigabytes -1) * (the value of chunk parameter of lob storage). if tablespaces in database of standard block size, , if have used default value of chunk parameter of lob storage when creating lob column, equivalent (4 gigabytes - 1) * (database block size).
Comments
Post a Comment