Hi,
I have an Oracle procedure that loads an image file (blob) from Oracle directory and inserts into a table. BFILENAME works fine if the directory is local (i.e. C drive), but if I change it to point to a different server, it doesn't read the file anymore. I tried using UNC-formatted path (\MYCOMPUTER\MYFOLDER) and mapped drive letter, too.
Any help would be appreciated! Thank you in advance.
I have an Oracle procedure that loads an image file (blob) from Oracle directory and inserts into a table. BFILENAME works fine if the directory is local (i.e. C drive), but if I change it to point to a different server, it doesn't read the file anymore. I tried using UNC-formatted path (\MYCOMPUTER\MYFOLDER) and mapped drive letter, too.
Any help would be appreciated! Thank you in advance.