Does Oracle have an equivalent column type to MySQL's TEXT
type?
If not, how are larger blobs of text typically stored? BLOB
, varchar(32767)
? It's Oracle 10 being accessed via PHP, if it matters. Historical context is more than welcome.
Oracle has BLOB, CLOB and NCLOB for storing binary, character and unicode character data types. You can also specify the LOB storage area which allows a DBA to fine tune the storage if necessary (i.e. putting the LOB data on separate disks)
This page gives a bit more info: http://www.dba-oracle.com/t_blob.htm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With