April 25, 2024, 11:47:30 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: password as binary format  (Read 3413 times)

Offline shipoin_97

  • Tux Awared
  • **
  • Posts: 44
password as binary format
« 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 ... ...