Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: shipoin_97 on May 04, 2008, 07:53:01 PM

Title: password as binary format
Post by: shipoin_97 on May 04, 2008, 07:53:01 PM
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 ... ...