Re: login.sql equivalent for RMAN

  • From: Jared Still <jkstill@xxxxxxxxx>
  • To: William Wagman <wjwagman@xxxxxxxxxxx>
  • Date: Thu, 30 Apr 2009 09:58:35 -0700

On Thu, Apr 30, 2009 at 8:44 AM, William Wagman <wjwagman@xxxxxxxxxxx>wrote:

>
> The problem is not so much platform as much as wanting to separate the
> passwords from the script. Indeed, Jared's suggestion will work but I still
> have the passwords in the RMAN script which is what I am trying to get away
> from.
>

So, there are two problems you are trying to solve.

That script was just to demo the connection process.

Personally, I use the Password server from "Perl for Oracle DBA's"

It uses that 'Perl' language that Niall referred to. :)

The version in the book uses plain text config file.
It was 'enhanced' sometime after publication of the book to allow
storing the config file with the passwords in an encrypted
format using RC4.

RC4 is old, but still fairly robust.

There are commercial password servers that have similar capabilities.

Password Manager Pro for instance has facilities to retrieve passwords
from the command line for use in scripts.

Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

Other related posts: