hot backup problem [message #368426] |
Tue, 19 December 2000 00:18 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ramesh
Messages: 123 Registered: August 2000
|
Senior Member |
|
|
hi,
We are working on Oracle 8.1.5 which is on windows NT
we are using a hot backup script in a notepad with
.sql as extention. the script is as follows,
alter tablespace dat1 begin backup;
!copy d:\orahome\oradata\dat.dbf d:\oraback\backup
alter tablespace dat1 end backup;
when this script is executed at SVRMGR prompt we are
getting message as STATEMENT PROCESSED, and there are
no errors but the files are not getting copied in the
destination folder. The problem is that the SVRMGR is
not recognizing the ! symbol, it is skipping the
copy command which is in the script, earlier it used
to work fine but now it is giving this kind of problem
please send me a solution for this problem, awaiting
for your reply.
Thank you
Ramesh
|
|
|
|