Database Backup and Recovery (MOSC)

MOSC Banner

Run RMAN backup from Oracle Scheduler (11g)

edited Aug 30, 2016 5:00AM in Database Backup and Recovery (MOSC) 11 commentsAnswered

Hello,

I have my scheduler configured to run my backup shell script from scheduler, but as one of the requirements for configuring the scheduler we need to set OS attributes with password.

begin

dbms_scheduler.create_credential (

    credential_name     => 'RMAN_Credential',

    username            => 'oracle',

    password            => 'password'

);

end;

Unfortunately for our env, oracle password is encrypted and does not support direct login. How can I bypass the password?

NOTE: we sudo into oracle after logging in as ourselves.

aBBy.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center