|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
store files/images in oracle
i want to store file or image in a oracle database.
please help me in doing it. also tell me what table to make in a oracle. and how to insert into it. by the way i m going to use cgi to insert entry into oracle. i searched the net but i couldn't find the answer please let me know as soon as possible. it is very very urgent. thank you |
|
#2
|
||||
|
||||
|
you may want to look into using a BLOB field for your table.
this accepts a large amount of data... I'm not too sure how to insert it into oracle from cgi... Depending on the language you're using, i've seen it done like this: oracleObj.setBlob(Hibernate.createBlob(InputStream )); But you may want to look into it specifically for your language |
![]() |
| Viewing: Dev Articles Community Forums > Databases > General SQL Development > store files/images in oracle |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|