Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: play sounds with PL/SQL ?

Re: play sounds with PL/SQL ?

From: Wassim <net2000_at_francemel.com>
Date: Thu, 24 Jun 1999 00:14:56 GMT
Message-ID: <7krt9o$mjm$1@nnrp1.deja.com>


playing sounds can be useful with PL/SQL when writing an application for the web (as you say : using OWS) and when we want to play "siren" for example in certain conditions !!
So, how to make it with OWS?

> Sorry but ORACLE is a database, not an operating system. You will have
> to go outside Oracle and PL/SQL to run sound files. If you still want
> to do thst, look into using DBMS_PIPE and hooking into the programs
> that handle sound files. Or do it via web pages using Oracle web
> server. (sounds still handled by something more than PL/SQL).
>
> In article <7kqqhi$860$1_at_nnrp1.deja.com>,
> Wassim <net2000_at_francemel.com> wrote:
> > Hi,
> >
> > I want to know how can i produce sounds with PL/SQL :
> > - using internal speakers...
> > - or playing a wav file !
> >
> > I want to produce sound like ### with PL/SQL when certain conditions
> are
> > verified !
> >
> > Thanks for help.
> >
> > Wassim.
> > e-mail: net2000_at_francemel.com
> >
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
> >
>
> --
> Ed Prochak
> Magic Interface, Ltd.
> ORACLE services
> 440-498-3702
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Wed Jun 23 1999 - 19:14:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US