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

Thread: how to write to client machine from pl/sql procedure

  1. #1
    Join Date
    Dec 2001
    Posts
    120

    how to write to client machine from pl/sql procedure

    Hi,

    pls mention if we can write to a client machine from our pl/sql procedure. I am running on oracle 8i. The need is to write to a file which will be created on the client machine and not on the database server machine.

    thanks
    Parijat Paul

  2. #2
    Join Date
    Aug 2001
    Posts
    267
    We can not do with SPs Since SPs are server objects. They can write to the disk where they are running ( Basically server) . Try client scripts using spool or some thing.. and call your .sql script from shell. Or Client Java Script ( Any way you know this)
    Raghu

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    or share a network drive..

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