Hi,
On 11.2.0.4 on Win server 2008
What is wrong with my syntaxe:
set ORACLE_SID=TEST
C:\Users\Administrateur>rman AUXILIARY /
Recovery Manager: Release 11.2.0.4.0 - Production on Wed Mar 22 14:29:12 2017
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to auxiliary database: TEST (not mounted)
RMAN> DUPLICATE DATABASE TO TEST BACKUP LOCATION 'C:\backup' NOFILENAMECHECK;
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 23 file: standard input
Thank you.