|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
hi all
is the storing image to database is good idea or i store them to files/dir. if yes, how can i. no, why thanks |
|
#2
|
||||
|
||||
|
I am not that familiar with Oracle, but what I know about this in MySQL probably transfers over.
If you are going to store a lot, then it is not a good idea to do it in the database, as the table can get larger then the maximum supported size and cause corruption. If you are going to only store a small amount, then it is faster then the files. You need to research how much data it can support and make your decision based on that. |
|
#3
|
||||
|
||||
|
With Oracle generally there is not a real size limitation, rather getting images from the db will be slower than retrieving them from filesystem. You should store only paths to images in the db, unless you plan to use advanced features, like Oracle Text (for documents, not images).
|
|
#4
|
|||
|
|||
|
hi
how do you go about storing the dir and format in a table in oracle? cheers riv |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > storing image in oracle 8i |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|