RMAN for Oracle 9i [message #113837] |
Thu, 13 June 2002 08:20 |
Sven Groth
Messages: 10 Registered: February 2002
|
Junior Member |
|
|
I'm just a bit confused. I want to delete old
database backups with rman. But it is not possible to reach them. Any idea ?
set echo on
connect target system/manager§OSDISRVX
run ä
ALLOCATE CHANNEL CT1 FOR MAINTENANCE DEVICE TYPE DISK;
DELETE BACKUPPIECE 185;
RELEASE CHANNEL CT1 ;
ü
If i take the same Syntax as Oracle told it in there
documentation, it does not work. It is the same if i want to delete backups with ..like 'CTST.%'.
So RMAN told me it works only with the copy like command. So at this time i'm not able to delete the old
backups with rman.
|
|
|