RMAN-04006: error from auxiliary database: ORA-12514
I want to clone the database from server A to server B using RMAN duplicate.
RMAN> connect target sys/********@sourcedb
In the server B, in the GI listener I have made static entry for the clonedb & tnsping works fine.
lsnrctl status show clonedb..
Services Summary...
Service "clonedb.domain" has 1 instance(s).
Instance "clonedb", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
connected to target database: sourcedb (DBID=1234567)
RMAN> connect auxiliary sys/********@clonedb
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-04006: error from auxiliary database: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
1