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 !