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

Thread: rman copy across network

  1. #1
    Join Date
    Jan 2003
    Posts
    21

    rman copy across network

    Hello All,

    Starting out in RMAN. Created catalog db on a seperate machine and
    registered target db.

    On target db machine, mapped a network drive (rfor share on
    catalog db machine.

    Using following command to copy data file:
    run {
    allocate channel c1 type disk;
    copy datafile 33 to 'r:\data_file.bak';
    }

    I get Ora-27040: failed to create file
    O/S Error: (OS 5 Access is denied)

    I have checked O/S permissions to the user connected on target db
    machine and have manually copied files to mapped drive.
    It is working fine.

    This command works well if I remove the r: i.e. mapped drive. then
    by default file is copied at %ORACLE_HOME%\database folder in target
    db.

    I would like to know if it is possible to copy directly over the
    network as there is space constraint on target db. Due to space constraint it is not possible to copy all files on target and then
    transport across network.

    Best Regards,

    Kashif

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447

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