rman -connection error-Duplicate Database
I want to create duplicate clone testdatabase through command
rman>DUPLICATE TARGET DATABASE TO PRDCLONE FROM ACTIVE DATABASE
But before that According to Oracle Documentation it says to connect to rman through following method but by which Iam getting following error
I dont have catalogue database
===========================================================================
[oracle@linuxmytest dbs]$ rman target sys/***@PRODTEST auxiliary sys/***@prdclone
Recovery Manager: Release 11.1.0.7.0 - Production on Mon Jul 5 20:17:11 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-01031: insufficient privileges
[oracle@linuxmytest dbs]$
=====================================================================
Please Help me out from this Issue