I assume that when you say " send some data on the client machine" that you
mean "send some data to the client machine".  You should be able to get some
ideas from the following code snipet:

      l_uri_string :=
            l_protocol
         || cur1.server
         || utl_url.ESCAPE
               (
'/managecacheadmin/cacheUpdate.jsp?action=update&table=MYTABLE&key='
                || :NEW.total_key
               );
      l_success := 0;

      BEGIN
         SELECT HTTPURITYPE.createuri (l_uri_string).getclob () web_page
           INTO l_web_page
           FROM DUAL;


On Tue, Jan 26, 2010 at 9:19 PM, Niraj Parihar <parihar.nirajsi...@gmail.com
> wrote:

> Can anybody help me on thissee now i wanted to write a trigger which will
> send some data on the client machine
>   how can we handle that
>   i mean our data is on server
> then if i have to send something on a local desktop
>   then how can i send it
>   through trigger.
>
> --
> Thanks and Regards,
> Niraj Singh Parihar
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Oracle PL/SQL" group.
> To post to this group, send email to Oracle-PLSQL@googlegroups.com
> To unsubscribe from this group, send email to
> oracle-plsql-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/Oracle-PLSQL?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to