Networker + RMAN

We are in process of implementing RMAN backup’s with networker. We have installed and configured mno module and have run the script manually and works fine. But when I schedule to run it from networker, I got a tns access denied problem because I had not put the user_name/password in the script and was using connect target /
Below is my script
Works manually
connect target /
run {
set command id to 'networker_testdb_bkp';
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
send 'NSR_ENV=(NSR_DATA_VOLUME_POOL=OracleDaily)';
backup database plus archivelog;
release channel t1;
release channel t2;
works only if I
connect target user/password@service_name
run {
set command id to 'networker_testdb_bkp';
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
send 'NSR_ENV=(NSR_DATA_VOLUME_POOL=OracleDaily)';
backup database plus archivelog;
release channel t1;
release channel t2;
RMAN> SHOW ALL;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
CONFIGURE BACKUP OPTIMIZATION ON;
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 3 BACKUP TYPE TO BACKUPSET;
CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 3 BACKUP TYPE TO BACKUPSET;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED;
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oraprd/product/10.2.0/db_1/dbs/snapcf_testdb.f'; # default
Also, to clarify, can anyone advise what happens when you give
RMAN> connect target / => as which user is the db connected to from RMAN ???
can anyone advise. thanks

connect target /
connects to the db defined by the ORACLE_SID in your environment, very different to connect target username/password@service_name.

Similar Messages

  • Oracle Online Backup through EMC Networker - RMAN Script

    Hi,
    For taking online oracle backup through EMC Networker, we configure the RMAN script to connect to the target database, create the media channels, backup format etc. The password for the sys or rman user entered in the RMAN script is in clear-text format.
    Due to security reasons, I don't want the passwords to be entered in the RMAN script. Is there any option for configuring RMAN script without mentioning the username/password to connect to the target database ?
    Thanks & Regards,
    Shreejesh.

    When you have to connect remotely to RMAN, you cannot hide the password, you can only define very restricted access for the script itself. Remote OS authentication will not work, because the target db user needs SYSDBA privilege, which cannot be granted to an externally identified user.
    Werner

  • Create Data Guard Using ASM Managed RMAN backup

    we have an oracle database 11.1.0.7 working on Windows server 2003 (64bit). The storage in ASM managed (same 11.1.0.7). Our total database size is 4TB.
    I will have to create a physical standby database (Data Guard) of this instance. Now I am having issues on how to transport my RMAN backup pieces (which is also ASM managed).
    I cannot do an over the network RMAN backup because it will take months to complete.
    We have external 4 hard disks (2 TB each). But my RMAN backup pieces are ASM in format.
    Any ideas on how to easily create a data guard in this set up.

    TheAlchemist wrote:
    can you provide us any clear steps....Hope you asked for Restoring from backups.
    1) Prepare PFILE and put in nomount status.
    2) Restore standby controlfile
    RMAN> restore standby controlfile from '+DG/...'
    3) Mount controlfile
    SQL> alter database mount standby database;
    4) Restore database.
    If you are restoring into another diskgroups, then use as below.
    RUN {
    SET NEWNAME FOR DATAFILE 1 TO '+Dg1/....';
    SET NEWNAME FOR DATAFILE 2 TO "+Dg1/...';
    RESTORE DATABASE
    If same diskgroup you want to use then, just give RMAN> restore database;
    After successful restore
    5) Start MRP
    SQL> alter database recover managed standby database disconnect from session;

  • How can i do a RMAN backup of my database from the network ?

    i'm using oracle 8i.1.7.3 with win server 2003
    i want to know how can i do a RMAN backup of my database (sever machine A) from the network.
    i'd like to save the backup in another machine (the same LAN, the same OS ).
    to do that i've mapped a logical device in my comptur (z):
    when i run rman command i got this error:
    channel ORA_DISK_1: starting piece 1 at .......
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command ON ORA_DISK_1 channel at .......
    00
    ORA-19504: failed TO CREATE file "\\remote\save\"
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 123) The filename, directory name, or volume label syntax is inco
    rrect.

    Hi,
    ORA-19504: failed TO CREATE file "\\remote\save\"make sure you have created this directory and change it's ownership (chown command)to oracle.
    also make sure that oracle user has permission to write to this direcotry (chmod command)
    hope this helps
    cheers, walrus

  • Restore to a different node with RMAN and EMC Networker

    Please, really need help :)
    I took hotbackup using RMAN catalog which went to tape. Here is the script for that:
    connect target sys/****@PROD;*
    connect rcvcat rman/***@catalog;*
    *run {*
    allocate channel t1 type 'SBT_TAPE';
    send 'NSR_ENV=(NSR_SERVER="**",NSR_DATA_VOLUME_POOL=Oracle)';*
    *backup database plus archivelog;*
    *release channel t1;*
    My settings include control file autobackup as follows:
    *RMAN> show all;*
    *RMAN configuration parameters are:*
    *CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 10 DAYS;*
    *CONFIGURE BACKUP OPTIMIZATION OFF; # default*
    *CONFIGURE DEFAULT DEVICE TYPE TO DISK;*
    *CONFIGURE CONTROLFILE AUTOBACKUP ON;*
    *CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '/NMO_%F/';*
    *CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default*
    *CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default*
    *CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default*
    *CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default*
    *CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/data/backups/PROD/ora_df%t_s%s_s%p';*
    *CONFIGURE MAXSETSIZE TO UNLIMITED; # default*
    *CONFIGURE ENCRYPTION FOR DATABASE OFF; # default*
    *CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default*
    *CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default*
    *CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/data/backups/PROD/hotbkp/snapcf_PROD.f';*
    I am trying to restore this backup that is on tape (EMC Networker) to a different node. I can do this outside of Networker without any problems. However, when I try to get the backup from tape I have this issue:
    1. initPROD.ora is created and modified accordingly on a new server
    2. Export sid, startup nomount on new server
    export ORACLE_SID=PROD (on this new server)
    *rman target /*
    *startup nomount*
    3. I then run the following and get this error:
    *RMAN> run {*
    *2> allocate channel t1 type 'SBT_TAPE'*
    *3> send 'NSR_ENV=(NSR_SERVER="***",NSR_CLIENT="********")';*
    *4> restore controlfile from autobackup;*
    *5> sql 'alter database mount';*
    *6> sql 'alter database rename file "/data/dbf/PROD/redo01.log" to "/data/scratch/dbf/PROD/redo01.log"';*
    *7> sql 'alter database rename file "/data/dbf/PROD/redo02.log to "/data/scratch/dbf/PROD/redo02.log"';*
    *8> sql 'alter database rename file "/data/dbf/PROD/redo03.log to "/data/scratch/dbf/PROD/redo03.log"';*
    *9> set until sequence 22; (I get this from archive logs)*
    *10> set newname for datafile 1 to '/data/scratch/dbf/PROD/system01.dbf';*
    *11> set newname for datafile 2 to '/data/scratch/dbf/PROD/undotbs01.dbf';*
    *12> set newname for datafile 3 to '/data/scratch/dbf/PROD/sysaux01.dbf';*
    *13> set newname for datafile 4 to '/data/scratch/dbf/PROD/users01.dbf';*
    *14> restore database;*
    *15> switch datafile all;*
    *16> recover database;*
    *17> alter database open resetlogs;*
    *18> }*
    *allocated channel: t1*
    *channel t1: sid=149 devtype=SBT_TAPE*
    *channel t1: NMO v4.5.0.0*
    *Starting restore at 27-FEB-09*
    *released channel: t1*
    *RMAN-00571: ===========================================================*
    *RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============*
    *RMAN-00571: ===========================================================*
    *RMAN-03002: failure of restore command at 02/27/2009 22:10:43*
    *RMAN-06495: must explicitly specify DBID with SET DBID command*
    I cannot seem to pass this error. This error indicates that the db has to be either mounted or DBID set before the restore of teh controlfile. Mounting db before the restore of the controlfile does not work. Setting db id 1) does not make sense because if the primary db is down then I cannot get it, right? My primary is up now, so I was able to get db id, but setting it made the restore hang with the following:
    *RMAN> run {*
    *connect target*
    *set dbid=466048808*
    *2> allocate channel t1 type 'SBT_TAPE'*
    *3> send 'NSR_ENV=(NSR_SERVER="***",NSR_CLIENT="********")';*
    *4> restore controlfile from autobackup;*
    *5> sql 'alter database mount';*
    *6> sql 'alter database rename file "/data/dbf/PROD/redo01.log" to "/data/scratch/dbf/PROD/redo01.log"';*
    *7> sql 'alter database rename file "/data/dbf/PROD/redo02.log to "/data/scratch/dbf/PROD/redo02.log"';*
    *8> sql 'alter database rename file "/data/dbf/PROD/redo03.log to "/data/scratch/dbf/PROD/redo03.log"';*
    *9> set until sequence 22; (I get this from archive logs)*
    *10> set newname for datafile 1 to '/data/scratch/dbf/PROD/system01.dbf';*
    *11> set newname for datafile 2 to '/data/scratch/dbf/PROD/undotbs01.dbf';*
    *12> set newname for datafile 3 to '/data/scratch/dbf/PROD/sysaux01.dbf';*
    *13> set newname for datafile 4 to '/data/scratch/dbf/PROD/users01.dbf';*
    *14> restore database;*
    *15> switch datafile all;*
    *16> recover database;*
    *17> alter database open resetlogs;*
    *18> }*
    *connected to target database: PROD (not mounted)*
    *executing command: SET DBID*
    *using target database control file instead of recovery catalog*
    *allocated channel: t1*
    *channel t1: sid=152 devtype=SBT_TAPE*
    *channel t1: NMO v4.5.0.0*
    *Starting restore at 27-FEB-09*
    *channel t1: looking for autobackup on day: 20090227*
    *channel t1: looking for autobackup on day: 20090226*
    *channel t1: looking for autobackup on day: 20090225*
    It looks like it cannot find the autbackup of controlfile? But when I list backup while connected to the target db and rman catalog, I see that autobackup is included in every hot backup that we do:
    *BS Key Type LV Size Device Type Elapsed Time Completion Time*
    *4639 Full 7.00M SBT_TAPE 00:00:04 27-FEB-09*
    *BP Key: 4641 Status: AVAILABLE Compressed: NO Tag: TAG20090227T150141*
    *Handle: /NMO_c-466048808-20090227-01/ Media:*
    *Control File Included: Ckp SCN: 23352682865 Ckp time: 27-FEB-09*
    *SPFILE Included: Modification time: 26-FEB-09*
    I am stuck What I am doing wrong? Thank you!
    Edited by: rysalka on Feb 28, 2009 8:35 AM

    Do a list command to see if the controlfile backup is on tape.
    RMAN> list backup of controlfile;
    I suggest you to read the manual of EMC Networker or call EMC on how to restore the database to another node. I am using Veritas Netbackup, it may be similar to EMC Networke for your reference. There are a few things that need to be followed when you restore database to another node:
    1) set DB_ID, which you have done
    2) set NB_CLIENT (in your case NSR_CLIENT) to the primary node from where backup was taken
    3) configure the backup server to allow redirect restore between the two nodes.
    Hope this helps.

  • Rman duplicate vs staging area vs network mount location

    Which option would put the least amount of load on the network.
    Thanks.
    Running version 11.2.0.1 on Windows Server 2003 R2

    Fair point. You cannot yet compress the database with FROM ACTIVE DATABASE. So the staging area would be better if that is your concern. But in any event RMAN is the way to go as mseberg stated. Using a network mount is pretty much the same as FROM ACTIVE DATABASE, it is all going over the network if you are just going to copy the files. But putting the compressed RMAN backup into the network mount area so that you can access it at the standby site will do both for you then :^)
    I just find the FROM ACTIVE DATABASE the easiest (I'm lazy) and people have been berating us about having to have lots of extra disk space in both places.
    Larry

  • RMAN  backup and restore in network

    Hi,
    I have already did cold backup of database using RMAN in the same disk on a linux OS. It was successful.
    Now i want to do the same backup in a different disk on a another system. Both the systems are in same network.
    Please help me

    You can name the NFS mount point anything meaningful.
    In your RMAN Backup script, you would use the FORMAT clause to specify the location where the backups are to go to.
    For example, if the filesystem from linux2 is NFS-mounted on linux as as /NFS_backup your RMAN command would be
    BACKUP DATABASE FORMAT '/NFS_backup/%U';
    BACKUP ARCHIVELOG ALL FORMAT '/NFS_backup%U' DELETE INPUT ;Look up the syntax of the formatSpec in the Backup and Recovery Reference for formats other than %U. %U generates a Unique File Name.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • RMAN and EMC Networker

    We have just purchased EMC Networker to work with RMAN. We have about 25 databases, where we have configured a recovery catalog on a separate server. We are planning to run RMAN remotelly from this server, rather then locally for each of the 25 databases. I have 2 questions:
    1. Does it makes sense to do that, to run RMAN from the remote location on the server where recovery catalog is located?
    2. My understanding is that once RMAN commands are issued, Oracle starts a backup where it reads the appropriate database file, creates backup set and passes it to Networker Oracle module. Where is this backup set created? Can it be created in the Flash Recovery Area (so backup to disk first) and then backup this area to Networker? Does it make sense to set up FRA if we are using Networker?
    Thank you!

    1) There are version dependencies between the RMAN components, but apart from this you can run the executable from everywhere. This is often done from a centralized location.
    2) It's a common strategy to first backup to disk (and FRA is the recommened location) and then to backup the FRA to tape via RMAN. That means performance advantages and your first backup stage is independent of 3rd party functionality. But you have a second storage destination,which makes your backup/recovery strategy more reliable. Of course you also could backup directly to tape, if you don't have enough disk space (and you don't want to invest in it).
    Werner

  • Howto integrate rman 9 with legato networker 6

    Hi,
    I have the following on one node:
    SUN os 5.9
    Legato Networker 6.1.3 (client)
    oracle server 9.2.0.5
    How can I integrate rman with legato networker? Which is the library needed?
    thanks in advance,
    Fernando

    Hi,
    many thanks for the info. I've created the symbolic link, but when I make a backup to sbt, rman says:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on T1 channel at 12/15/2008 14:42:01
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    I also tried with sbttest:
    The sbt function pointers are loaded from libobk.so library.
    -- sbtinit succeeded
    -- sbtinit (2nd time) succeeded
    sbtinit: Media manager supports SBT API version 2.0
    sbtinit: vendor description string=BMO v3.0
    sbtinit: allocated sbt context area of 536 bytes
    sbtinit: Media manager is version 3.0.0.0
    sbtinit: proxy copy is supported
    sbtinit: maximum concurrent proxy copy files is 0
    -- sbtinit2 succeeded
    -- regular_backup_restore starts ................................
    sbterror failed for function sbtbackup
    It seems that rman cannot connect to legato's libraries.
    any clue?
    thanks in advance,
    Fernando

  • Rman and legato networker

    I have an installation of oracle 8i on AIX, and legato networker 6.1.1.
    I need to link the legato networker 6.1.1 to oracle so that I can trigger rman backups.
    The liblsm.a provided in the installition cd of oracle is for version 5.5 as documented in the installation notes for AIX. What must I do for legato 6.1.1 ?
    Thanks for your help

    A "restored" controlfile can be from either of
    a. An RMAN Backup (ie a backup created by a BACKUP CONTROLFILE command in RMAN or CONTROLFILE AUTOBACKUP)
    b. A manual / scripted Binary Backup (one created with the SQL command "BACKUP CONTROLFILE TO filename")
    c. A controlfile recreated from a script (eg where the script was generated by the SQL command "BACKUP CONTROLFILE TO TRACE ")
    In the first two cases, the restored controlfile also contains information about RMAN Backups made as of upto the point of the controlfile backup . Therefore, even in the absence of an RMAN Catalog, such a controlfile can be used to issue RESTORE DATABASE commands -- it can only restore from backupsets that it knows -- backupsets that were "registered" into the controlfile before the controlfile backup was made.
    In the third case, since the controlfile is recreated afresh, it has NO "knowledge" of database backups (backupsets). A simple "RESTORE DATABASE" cannot be used. Either backupsets must be re-registered into this controlfile with the "CATALOG" command OR an RMAN Catalog must be used (as the Catalog has information about Database Backups and the names of the backupsets containing these backups).
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • Legato networker 6.1.1 and rman

    I have an installation of oracle 8i on AIX, and legato networker 6.1.1.
    I need to link the legato networker 6.1.1 to oracle so that I can trigger rman backups.
    The liblsm.a provided in the installition cd of oracle is for version 5.5 as documented in the installation notes for AIX. What must I do for legato 6.1.1 ?
    Thanks for your help

    Iphone 5 telefonlarının 6.1.3 ve 6.1.4 yazılımlarında, telefon kilitliyken kısa yoldan kamerasını açıp çekim yaptığınız sırada, gelen aramayı cevaplayıp kapattığınız anda telefon tamamen kilitleniyor. hiçbir şekilde ekran ve menü tuşu çalışmıyor. sadece açma kapama düğmesinde kapamayı aktifleştirip vazgeç dediğinizde düzeliyor.Normalde çekime devam edebiliyor olmalı.

  • Rman Channel 2 to network drive

    I have configure the channel 2 to mapped network drive. Both are on Windows 2003 platform.
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2;
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'D:\Rman\backup_db_%d_S_%s_P_%p_T_%t'MAXPIECESIZE 1024m;
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'Z:\backup_db_%d_S_%s_P_%p_T_%t'MAXPIECESIZE 2048m;
    Channel 1 backup is ok, but there is a error given for channel 2
    channel ORA_DISK_2: starting piece 1 at 09-JUL-08
    RMAN-03009: failure of backup command on ORA_DISK_2 channel at 07/09/2008 09:46:40
    ORA-19504: failed to create file "Z:\BACKUP_DB_BACK_S_33_P_1_T_659612766"
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.

    Oracle doesn't support network drives.
    You would need to run Oracle as domain administrator. This poses security risks.
    This is why Oracle doesn't support this.
    Sybrand Bakker
    Senior Oracle DBA

  • RMAN and Networker

    Hi,
    I am using Oracle10g database with Networker for RMAN backup on the tape.
    When I run scheduled oracle backup (using Networker client) I always have names of the Save Set(on Networker) like this:
    */home/oracle/scripts/rman/backup_level0.rman* for every backup peace in control file.
    But, when I do manual Oracle Backup with Networker using RMAN I have names of the Save Set like this:
    RMAN:orcl_48_1gkebssm_1_1 for every backup peace in control file.
    Is there any way to have Save Set names like with the manual Oracle Backup, not with the name contains (backup_level0.rman)?
    Regards,
    Dragan
    Edited by: Dragan.R on May 6, 2009 6:43 AM

    I got the answrer,
    The problem were with nmo 4.2 (I am using) so to solve this situation I need to update to 4.5 or 5.0 nmo.
    Regards

  • Rman Backup Over The Network

    Hello to EveryOne,
    My Oracle Database is on Windows 2003 server.
    I m taking the backup of database from its Standby with RMAN
    and stored it on standby server site
    but now i want to do the blockrecover of datafile in production DB.
    May I recover it over the network on production site from standby storage
    If yes plz Tell me how i can do it
    Thanx

    Look, when you ask a question, you always specify all applicable information upfront, so people don't have to tear it out of you.
    I know for a fact most DBAs posting here exactly want to do nothing at all (except for sitting with their shoed feet on their desk waiting until the replies come in)
    and invariably end their posts with grammatically incomplete and incorrect sentences like
    'what will be possible cause'
    mimicking the English of the owner of the Quick-E mart in the long-running cartoon series 'The Simpsons'
    For RMAN and Samba there is note 557057.1 on Metaclick, and if you have no access to Metaclick, I'm sorry.
    So far, I have been misused to look up information you could have looked up easily. Just because you are too lazy.
    Sybrand Bakker
    Senior Oracle DBA

  • Rman Networker library cause datafile corruption

    After rman full backup fails with this error:
    released channel: t1
    released channel: t2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on t1 channel at 01/03/2013 10:43:48
    ORA-27192: skgfcls: sbtclose2 returned error - failed to close file
    ORA-19511: Error received from media manager layer, error text:
    Permission denied, user 'daemon' on 'lnki448' does not have 'Operate NetWorker' privilege to perform this operation - NSR.
    (2:2:11)
    ORA-19505: failed to identify file "/u02/oradata/LKP11/TS_TDE_04.dbf"
    ORA-27048: skgfifi: file header information is invalid
    Additional information: 44
    I show in alert:
    Errors in file /u01/app/oracle/diag/rdbms/lnkp11/LKP111/trace/LKP111_dbw0_12189930.trc:
    ORA-01157: cannot identify/lock data file 82 - see DBWR trace file
    ORA-01110: data file 82: '/u02/oradata/LKP11/TS_TDE_04.dbf'
    ORA-27048: skgfifi: file header information is invalid
    Additional information: 97
    Explanation:
    If you are using a solution with RMAN and networker SBT library, combined with networker scheduler you can encounter this issue. Networker scheduler, only supports configure your backup using "root" user to execute backup script.
    In some versions of S.O. root user uses a proxy user "daemon", and when finsh backup it does not have permissions to close de file, dont closes the lock over the file and lose the header.
    Soluction:
    In environment variables sectios of networker shell script, confirure variable ORACLE_USER=<so oracle user> to ensure that networker execute su - oracle to execute rman.
    I hope this can help someone!

    This is not a Oracle error. Do you check the environment? There are package lost in the network?
    Hugs, Bruno Reis

Maybe you are looking for

  • Re : No items or handling units to be placed in storage could be determined

    Hi     While doing transfer order i am getting the following error. " No items or handling units to be placed in storage could be determined " How to solve this. Thanks Anto

  • RSDMWB - Create Model  - BW Query Model Field Selection - Problem

    I am trying to create a Data Mining model. In RSDMWB I select "Create Model" in the right click context menu after selecting a Data Mining model. In the "Create Model" window I try to select a BW Query I have previously created as source for Model Fi

  • Where can I find the Boot Camp Assistant on Leopard?

    I have a new MacBook with Leopard, but I can't find the Boot Camp Assistant anywhere. Not with spotlight, not in my Applications folder, not in the Utilities map. I checked the both Leopard CD's that came with my MacBook, but no luck. Anyone who can

  • Help: URLgenerator Service Problem

    Please help... In the URLgenerator service config i have specified the wrong hostname. After this the KM is not working anymore. I get the following error msg. when i try to access the KM parts: "The specified RootItem can not be retrieved from the c

  • ORABPEL-10903 failed to read wsdl

    I have a process flow that was working nicely. I added one property in an XML document and now the process won't compile. I have removed the new line and I still receive this error. The error is: Error: [Error ORABPEL-10903]: failed to read wsdl [Des