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 ?



May 05, 2006 01:04:35 #1
 Aditya   Member Since: Visitor    Total Comments: N/A 

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

Using 'lob' or 'blob' image files or any kind of files that are huge in size can be stored

     

 

Back To Question