Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I delete a dll??? 1

Status
Not open for further replies.

MikeOliverAZ

Programmer
Nov 23, 2001
12
US
I have a dll from oracle in the system32 directory that doesn't have an entry in the registry, is not opened by any service. I stopped all the services I could and it still shows "access denied...in use".

It is a hangover from oracle 7 called ociw32.dll and is the same name as the current dll in the oracle\bin directory.

I have moved the oracle\bin directory to be in front of the system32 directory but it is still not accessible to delete, but it is loaded in memory and my other code is failing because the dll is out of date.

How do I delete this file?

Thanks,

 
boot with a floppy disk, and use an application to read/write NTFS disks
(or if you are using FAT, just use a DOS boot disk)
then remove the file
---------------------------------------------------------------------
I have not failed, I've just found 10,000 ways that don't work
---------------------------------------------------------------------
Peter Van Eeckhoutte
peter.ve@pandora.be
*:->* Did this post help? Click below to let me know !
 
Boy, as an Old timer, I should have thought of that, thanks!!! ;-) It has been so long since I used a floppy, I forgot all about them. Now that I think of it, I have an alternate Windows NT install on that machine and I could obviously use that too. Too much drain bamage!
 
:)

good luck ---------------------------------------------------------------------
I have not failed, I've just found 10,000 ways that don't work
---------------------------------------------------------------------
Peter Van Eeckhoutte
peter.ve@pandora.be
*:->* Did this post help? Click below to let me know !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top