Dear Friends ,
I have to write a RMAN script following way :
rman target sys/sys123 << !
run
{
allocate channel t1 type disk;
backup format 'df_%t_%s_%p'
(database);}
Now I want to write this script where I want to put my user password as "binary" format , don't want to use text format. like :
rman target sys/****** << !
Is there any way to do it or u have any ideas about this ? Or, is there any way to call the "password" from
another text file ?
Here I mention that , I dont want to use "read" option which takes the user password manually .
plz help ... ...