-
I have been preparing scripts to perform hot backups on my Oracle database. In some documentation that I have it refers to a special copy routine for copying datafiles to get around the problems with NT locking. Is anyone familiar with this copy routine? If so, could you provide me with this information?
Thanks!
-
OCOPY is the name of the program. It should be in your OH/bin directory.
-
Thanks! I have located the .exe file, but can't seem to locate any documentation (at least not easily). Could you tell me how I would use this utility?
-
Review Chapter 13, Backing up and Recovering Database Files, pages 13-4 thru 13-6 in the Getting Started Guide for NT.
-
Now I understand why I couldn't find the documentation.....I was looking in the wrong place (oops!)
Thanks for your help!