Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> dbms_backup_restore.deletefile with UNC-Filenames

dbms_backup_restore.deletefile with UNC-Filenames

From: Ralf <NoSpam_at_Boehrer.de>
Date: 12 Mar 2004 04:08:19 -0800
Message-ID: <bae86b36.0403120408.1e91ba7a@posting.google.com>

Hi,

I have Oracle 8.1.7 and use the command:   sys.dbms_backup_restore.deletefile ('c:\Test.txt'); to delete the file (C:\Test.txt) physically from the disk. It all works fine.

Now I have to delete Files from which I only know the UNC-Filenames.   (e.g.: sys.dbms_backup_restore.deletefile ('\\Server\data\Test.txt');
Now the command doesn't work anymore.
I get the error message: "O/S-Error: (OS 13) The data is invalid". But the file does exist. I can delete it (with the UNC-path) from the windows explorer for example.

Has anybody an idea what I did wrong ??

Thanks in advance for any help or comment. Best regards
 Ralf Received on Fri Mar 12 2004 - 06:08:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US