Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Is it possible to send messages from the server to a client?
Hi !
The client must listen to a message.
In the client/server model, the client is always asking services to the
servers.
A server can not push data without a client question !
You can make the client listening to the server with the dbms_pipe package.
Regards.
Koetjuh <koetjuhNOkoSPAM_at_yahoo.com.invalid> a écrit dans le message :
2750ac20.c9ceade2_at_usw-ex0101-008.remarq.com...
> A program (stored procedure, PL/SQL etc.) is started on the server.
> When the program is ready it
> has to generate a message on a clients screen saying it's ready
> ('Program X is ready').
>
> Oracle knows the terminalid of a client (certain user).
>
> Is it possible to generate a message through oracle on the clients
> screen from the server or another
> client?
>
> TiA, Koetjuh
>
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Wed Oct 20 1999 - 08:45:25 CDT
![]() |
![]() |