Home » RDBMS Server » Server Utilities » hot backup problem
hot backup problem [message #368426] Tue, 19 December 2000 00:18 Go to next message
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
Re: hot backup problem [message #368434 is a reply to message #368426] Tue, 26 December 2000 12:41 Go to previous message
Venu
Messages: 44
Registered: September 1999
Member
Try using "host" instead of '!'. Exclamatory mark should not be a problem but in case if it fails, you can use "host".

Venu.
Previous Topic: Cannot startup oracle
Next Topic: SQL Loader - Loading Default Values defined in database
Goto Forum:
  


Current Time: Fri Apr 19 04:04:27 CDT 2024