GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Oracle

 Print  |  
Question:  How to store a bitmap or jpeg file on oracle database?which datatype is used and what is the retrival method ?



October 10, 2006 04:41:24 #2
 sudheer   Member Since: Visitor    Total Comments: N/A 

RE: How to store a bitmap or jpeg file on oracle datab...
 

To store larger object in database use 'blob'

     

 

Back To Question