Hello ,
I am new to RMAN and I writing script to duplicate database
mtnas1 is source and I am going to duplicate to mtnas2
both db exists and I want to move the data from mtnas1 to mtnas2.
Help me to connect both target and auxillary without giving password in the shell script
Example:
rman target sys/password@mtnas1auxiliary sys/password@mtnas2
here I should not give password as above. Also always I used to connect as sys as sysdba.
How can I achive this for both target and auxillary
Kindly help
S