How do i convert the Video form into binary form?
Is there any free software available that helps in the conversion?
If i store video in File system, i am afraid not enough storage space.
I need to store alot of Big Video Files, so using Oracle shld be better in terms of Storage Space.
Main Topics
Browse All Topics





by: prokniPosted on 2001-10-01 at 11:39:01ID: 6517504
You can save any binary data in table if you BLOB field in Oracle.
You have to be carefull about the reaosn you are going with this way.
Normally file system is much faster than database to handle larg amount of binary data.