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

Thread: HTTP

  1. #1
    Join Date
    Jun 2001
    Posts
    316
    Is it possibel to read an HTTP file and pu the contencts into a datbase using plsql?

    Its justa query..and believe me ...i stopped watching STAR TRECK!!!!

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    HTTP is a transfert protocol, I guess you mean HTML ... well as long as you have an access to a file (means you can download it), you can do whatever you want using UTL_FILE !

  3. #3
    Join Date
    Jun 2001
    Posts
    316
    I it possibel for me to read the file from the web server itself?

    like...fopen("http://ghffddf","a1.html","r")

  4. #4
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    no, but you can use UTL_HTTP to get the page

  5. #5
    Join Date
    Jun 2001
    Posts
    316
    Can u tell me the usage of this and what all packages to be xecuted for this?

  6. #6
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    just look at Oracle documentation, section : Supplied Packages Reference, and you'll get all the syntax and exemples you need to use supplied packages, like UTL_FILE, UTL_HTTP or UTL_SMTP ...

  7. #7
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Here is the doc that might help you to undestand what pipo says.

    http://www.oradoc.com/ora816/server.816/a76936/toc.htm

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  8. #8
    Join Date
    Jun 2001
    Posts
    316
    thank you...

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