|
|
|
Re: How to Delete All Backups (merged) [message #243823 is a reply to message #243809] |
Sat, 09 June 2007 07:30 |
Arju
Messages: 1554 Registered: June 2007 Location: Dhaka,Bangladesh. Mobile:...
|
Senior Member |
|
|
After I use crosscheck,
crosscheck backup;
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=126 devtype=DISK
crosschecked backup piece: found to be 'AVAILABLE'
backup piece handle=/oradata/oradata/0pijeir2_1_1 recid=6 stamp=624380771
crosschecked backup piece: found to be 'AVAILABLE'
backup piece handle=/oradata/0rijgts1_1_1 recid=8 stamp=624457601
crosschecked backup piece: found to be 'AVAILABLE'
backup piece handle=/oradata/0sijgtte_1_1 recid=9 stamp=624457648
Crosschecked 3 objects
Whenever I use "delete expired"
Then it shows error message..
delete expired
2> ;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found ";": expecting one of: "archivelog, backup, backuppiece, backupset, copy, controlfilecopy, datafilecopy, proxy"
RMAN-01007: at line 2 column 1 file: standard input
What I would do?
|
|
|
Re: How to Delete All Backups (merged) [message #243825 is a reply to message #243823] |
Sat, 09 June 2007 07:55 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
1/ I gave you the link to the documentation so read it
2/ I didn't say the command is just "delete expired" (by the way I just said "crosscheck" and you wrote "crosscheck backup")
3/ The error message said:
Quote: | syntax error: found ";": expecting one of: "archivelog, backup, backuppiece, backupset, copy, controlfilecopy, datafilecopy, proxy"
|
It is not difficult to know what is missing in your command.
Regards
Michel
|
|
|