Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing Java Objects in Oracle BLOB

Status
Not open for further replies.

patnim17

Programmer
Jun 19, 2005
111
US
Are there any disadvantages in storing a Serialized Java Object on Oracle BLOB database? I mean should we be concerned about migrating from one version of java to other..with this approach.
 
Are there any disadvantages in storing a Serialized Java Object on Oracle BLOB database

Compared to what ?

I mean should we be concerned about migrating from one version of java to other..with this approach.
I personally would not be concerned.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top