Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rman error RMAN-01009: syntax error: found "test": expecting one of:

user10681153May 5 2023

Hi !

Here is the command that I'm trying to execute in RMAN :

recover table res.test until time "to_date('05/05/2023 13:11:00','dd/mm/yyyy hh24:mi:ss')" auxiliary destination '/u01/app/oracle/aux' remap table res.test:test_temp;

The complete error message is :

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "test": expecting one of: "double-quoted-string, identifier, single-quoted-string"
RMAN-01007: at line 1 column 19 file: standard input

Thanks for your help !

Comments
Post Details
Added on May 5 2023
1 comment
302 views