DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: RMAN

  1. #1
    Join Date
    May 2001
    Location
    New Zealand
    Posts
    123
    Hi

    I am running Oracle Oracle8i Enterprise 8.1.7.0.0 on Aix 4.3 and have a catalog db as well as a target database for RMAN .
    want to run RMAN in a batch mode . My scripts is pasted below .
    The script name is rman.sh

    rman target 'internal@testdb_test' \ rcvcat 'rman/rman@catdb_test' \ cmdfile '/test2/testdbk.cmd' msglog '/test2/testdebug.log' append

    My Log file is below
    Recovery Manager: Release 8.1.7.0.0 - Production

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database: ORA-01005: null password given; logon denied

    It asks me for the internal password .

    my oracle_sid is set to the target database .

    What is the problem.

    Thanks
    Afshin......

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    What is the problem.
    Thanks
    Afshin......
    Set remote_login_passwordfile = exclusive in INIT.ORA and try again :-)




  3. #3
    Join Date
    May 2001
    Location
    New Zealand
    Posts
    123
    Hi

    It is not working .

    But I am not using a password file . So I am getting an error
    ORA-01990 error opening password file .....


    Any suggestions .......

    Thankx

    Afshin

  4. #4
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    [QUOTE
    Any suggestions .......
    [/B][/QUOTE]

    Create the password file with ORAPWD! Then try again.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width