Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: acceptable way to program
thufir wrote:
> steve wrote:
>
>>Hi, >> >>Recently I have been looking at the various ways people are
>>interaction between java & oracle databases. >> >>I was always instructed on the purity of the data model, "normalize
>>data" etc. >> >> I have seen people Serializing java objects , such as purchase
>>orders, customer records etc , then sticking the "object" into am
>>column. >> >>finally when they want to retrieve it they de-serialize the object.,
>>it then re-serialize and stuff it back into the oracle blob. >> >>to me this causes the following problems: >> >>1. the object can become very big, and can only be recovered in it's >>entirety, and if it contains pictures ,etc, it can become huge. >>2. the object becomes "closed", in that it cannot be modified or
>>situ >>3. it cannot be searched , without de-serialization. >> >> >>I'm looking to implement a java front end, (oracle back end), system
>>allows a product , to be inspected by an inspection team , and
>>photographic record kept. >> >>using an "object approach" would make it very simple, but the size of
>>resulting object could be very large. >> >>does anyone have any thoughts how to accomplish this task. >> >> >>steve
Steve may not but some of the rest of us might. We already have far too much cross-posting.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Sun Jan 02 2005 - 01:49:43 CST
![]() |
![]() |