Directory and mapped network drive
Hello Oracle community,
I have a PL/SQL function reading csv files from a Directory I created before. The path is 'd:\import' on the database server, everything is working fine. Now I am trying to change the path of the directory to a mapped network drive and the utl_file packages cannot open the files anymore. I also tried to use the UNC path, still not working. I have full access to that folder, can create, read and delete files there (from the database server). I am using 11.1 under Windows 2008 Server.
Any suggestions ?
I have a PL/SQL function reading csv files from a Directory I created before. The path is 'd:\import' on the database server, everything is working fine. Now I am trying to change the path of the directory to a mapped network drive and the utl_file packages cannot open the files anymore. I also tried to use the UNC path, still not working. I have full access to that folder, can create, read and delete files there (from the database server). I am using 11.1 under Windows 2008 Server.
Any suggestions ?
1