Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle as HTTP server?
Hi Joost,
playing a mp3 from a Database means:
1. Open a socket connection
2. Download the File over the socket connection and
How can you achieve this:
1. Use an Apache Web-Server which itself downloads the
mp3 package over jdbc or OCE or something else (which is in fact a socket connection) put it into a http protocoll and starts communication with the Web-Browser (which is in fact a socket connection) So you have 2 times a serialization ( moving data over sockets)
:-)
The second is very elegant and you don't need any third party product.
I thought this is what you want ...
Excuse me.
:-)
Volker.
Joost Mulders wrote:
> No. That's not what I want. I described it earlier and this does not look like that. I want to be able to play mp3's from a database.
>
> S ICM wrote:
> >
> > Hi Joost,
> > Do you want these things
> > 1. A file reader programm
> > 2. A simple http header
> > 3. An oracle listener configured on some port, maybe 80
> > 4. An url parser for mapping your mpegs
> >
> > Is that all you want?
> >
> > I want that too!
> > :-)
> > Volker.
> >
> > Joost Mulders wrote:
> >
> > > Hi,
> > >
> > > I have an 8.1.5 database with a bunch of mp3's in BLOBS. Is there an easy way to give access to the files via HTTP for personal use, i.e. Oracle as a webserver?
> > >
> > > I am simple and I want to be able to execute simple commands like "mpg123 "http://oracle_database_server/mp3file.mp3"
> > >
> > > Is this possible?, where to start looking ?
> > >
> > > Thanks !
> > >
> > > Joost
Received on Mon Oct 29 2001 - 08:27:53 CST
![]() |
![]() |