DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: using OS command (net send) through procedure

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    86

    using OS command (net send) through procedure

    i want to send message to all the compters (name will be specified)
    using the net send OS command through my PL/sql procedure.

    how do i run that procedure with computer name as parameter.

  2. #2
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    Hi.

    You could try using this:

    http://www.oracle-base.com/articles/...sFromPLSQL.php

    It allows you to run host commands from PL/SQL. You will have to supply the whole command, but that can be a string concatinated with your machine name parameter.

    Cheers

    Tim...
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width