Database Backup and Recovery (MOSC)

MOSC Banner

Rman Error ERROR: Invalid username and/or passworderror writing input to command

edited Aug 12, 2013 1:15AM in Database Backup and Recovery (MOSC) 6 commentsAnswered
 Hi!I have one production database ORA and one RMAN catalog in odher database.
In my Rman i create script 
RMAN> print script PLIKI_ARCH;

printing stored global script: PLIKI_ARCH
{
backup archivelog all delete input;
}

RMAN>

In ORA EM i create JOB type: Rman script:
run { execute global script PLIKI_ARCH;}
but when job started i have error:
ERROR: Invalid username and/or passworderror writing input to command

Job working well in last time but i change password for OS user oracle.

Thanks for help!

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