Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Using Multiple BLOB Columns
I've got it working now, by taking out that glob_store part:
create table multiblob (
LastName char(20), FirstName char(20), Age integer, Pic1 BLOB, Pic2 BLOB,
Jo Received on Sun Sep 17 2006 - 17:34:48 CDT
![]() |
![]() |