UTL_FILE and Network path

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zima

    UTL_FILE and Network path

    Hi

    I'm using Oracle 9i

    My question is how can I use utl_file with network path utl_file_dir
    like '\\mycomputer\F olderA'
    I know that in this way this is illegal, and I know that on mycomputer
    a must have NFS protocol, but maybe someone have idea how to solve
    this problem without NFS ??

    Thanks for Help
  • sybrandb@yahoo.com

    #2
    Re: UTL_FILE and Network path

    hol02@wp.pl (Zima) wrote in message news:<38c634b8. 0406150920.4029 d079@posting.go ogle.com>...
    Hi
    >
    I'm using Oracle 9i
    >
    My question is how can I use utl_file with network path utl_file_dir
    like '\\mycomputer\F olderA'
    I know that in this way this is illegal, and I know that on mycomputer
    a must have NFS protocol, but maybe someone have idea how to solve
    this problem without NFS ??
    >
    Thanks for Help
    Obvious solution is to connect from your PC to the directory on the server.

    Sybrand Bakker
    Senior Oracle DBA

    Comment

    Working...