Home » RDBMS Server » Backup & Recovery » RMAN error
RMAN error [message #256178] Fri, 03 August 2007 05:20 Go to next message
navaneethdba
Messages: 71
Registered: July 2007
Location: chennai
Member
hi guys,
give me a solution ....

RMAN> run
2> {
3> allocate channel c1 device type disk;
4> allocate channel c2 device type disk;
5> backup incremental level 1 database plus archivelog from time 'sysdate-1' until time 'sysdate' format='f:/backup/increment/Increment_bkp_Jul31/db_%u_%p';

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "time": expecting one of: "tag"
RMAN-01007: at line 5 column 58 file: standard input


TIA,
Re: RMAN error [message #256188 is a reply to message #256178] Fri, 03 August 2007 06:24 Go to previous messageGo to next message
cbruhn2
Messages: 41
Registered: January 2007
Member
Hi navaneethdba

Well you can't use from time .. to time.
This is only if you use tags.

Instead you should use "time between .... and ...." as opposed to "from .... and to ..."

best regards
Carl Bruhn
Re: RMAN error [message #256260 is a reply to message #256188] Fri, 03 August 2007 10:38 Go to previous message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
USE backup archivelog in another statement.

No incremental backup for archivelogs.
Previous Topic: ORA-01180: can not create datafile 1
Next Topic: SYS.DBMS_BACKUP_RESTORE in TARGET database is not current
Goto Forum:
  


Current Time: Tue May 14 22:52:28 CDT 2024