Taking datapump backup through DB Link

I trying to migrate oracle 9i to 11g using datapump.9i not allowed to datapump there for how's it doing through DBLink in 11g.Is there any way tp proceed with this ,please advise

Read the texts bellow. But, you can use Export/ Import or Oracle Upgrade (CPU).
11gR1 Upgrade Doc - http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm
11gR2 Upgrade Doc - http://download.oracle.com/docs/cd/E11882_01/server.112/e10819/toc.htm
http://docs.oracle.com/cd/B28359_01/server.111/b28300/expimp.htm#i262317
Kind regards,
Bruno Reis.
www.brunors.com

Similar Messages

  • Datapump backup when scheduled through crontab doesnt work!

    Hi Masters,
    I had a script for taking export backup. I modified to take datapump backup instead of the conventinal export. And since then the cron job has stopped running.
    The oriiginal script was:
    #!/bin/bash
    cd /opt/ora10gr2
    . .profile
    cd /backup/oracle10g/EBACKUP/scripts/daily_run/
    kdat=`date +%d`
    kmon=`date +%b`
    while read i
    do
    touch /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo 'start time ' $i >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    date >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    exp system/manager@$i file='/backup/oracle10g/EBACKUP/db/daily_backup/dumps/'$i\_$kdat\_$kmon'.dmp' log=/backup/oracle10g/EBACKUP/db/daily_backup/logs/$i\_$kdat\_$kmon'.log' direct=y owner=sysadm statistics=none
    echo 'backup successfully done for ' $i >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo 'end time ' $i >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    compress '/backup/oracle10g/EBACKUP/db/daily_backup/dumps/'$i\_$kdat\_$kmon'.dmp'
    date >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    done < /backup/oracle10g/EBACKUP/scripts/daily_run/list_DB
    The names of the databases were kept in a file list_DB.
    After modification, the script looked like:
    #!/bin/ksh
    cd /opt/ora10gr2
    . .profile
    cd /backup/oracle10g/EBACKUP/scripts/daily_run/
    kdat=`date +%d`
    kmon=`date +%b`
    while read i
    do
    touch /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo 'start time ' $i >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    date >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    expdp system/manager@$i DUMPFILE=$i\_$kdat\_$kmon'.dmp' LOGFILE=$i\_$kdat\_$kmon'.log' SCHEMAS=sysadm DIRECTORY=dumps JOB_NAME=daily_backup PARALLEL=4
    echo 'backup successfully done for ' $i >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo 'end time ' $i >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    gzip '/backup/oracle10g/EBACKUP/db/daily_backup/'$i\_$kdat\_$kmon'.dmp'
    date >> /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    done < /backup/oracle10g/EBACKUP/scripts/daily_run/list_DB
    This modified scripts run when executed stand alone from command line. But doesnt run when executed through crontab.
    Any help will be highly appreciated.
    Thanks,
    Anoop

    Hi,
    Two things I want to tell U.
    1. Re-direct the CRON output to log file & check the logfile for ERRORS.
    example :-
    43 17 * * 1-4 /backup/oracle10g/EBACKUP/scripts/daily_run/exp_bkpdb_temp1.sh > /backup/oracle10g/EBACKUP/scripts/daily_run/cron_expdb.log
    2. In command-line U have all the necessary PATH's set, hence it got executed. But when u execute the same script through CRON u have to manually set the PATH's in ur script.
    Do the below in command line:-
    echo $PATH
    add the output of above command in ur script as below & try.
    #!/bin/ksh
    export PATH=<output here....>
    - Elango R

  • Error while taking backup  through RMAN in 10g XE

    While taking backup through RMAN in XE instance , an error comes out.
    The contents of oxe_backup_current file is as below :
    XE Backup Log
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 6 15:49:51 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    connected to target database: XE (DBID=2635631092)
    RMAN>
    echo set on
    RMAN> shutdown immediate;
    using target database control file instead of recovery catalog
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> startup mount;
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area     805306368 bytes
    Fixed Size                     1261444 bytes
    Variable Size                209715324 bytes
    Database Buffers             591396864 bytes
    Redo Buffers                   2932736 bytes
    RMAN> configure retention policy to redundancy 2;
    old RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters are successfully stored
    RMAN> configure controlfile autobackup format for device type disk clear;
    RMAN configuration parameters are successfully reset to default value
    RMAN> configure controlfile autobackup on;
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters are successfully stored
    RMAN> sql "create pfile=''/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora'' from spfile";
    *sql statement: create pfile=''/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora'' from spfile*
    *RMAN-00571: ===========================================================*
    *RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============*
    *RMAN-00571: ===========================================================*
    *RMAN-03009: failure of sql command on default channel at 07/06/2011 15:50:57*
    *RMAN-11003: failure during parse/execution of SQL statement: create pfile='/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora' from spfile*
    *ORA-27086: unable to lock file - already in use*
    *Linux Error: 11: Resource temporarily unavailable*
    Additional information: 8
    Additional information: 16476
    RMAN> backup as backupset device type disk database;
    Starting backup at 06-JUL-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=102 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00003 name=/usr/lib/oracle/xe/oradata/XE/sysaux.dbf
    input datafile fno=00005 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_log01.dbf
    input datafile fno=00006 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_lrg01.dbf
    input datafile fno=00001 name=/usr/lib/oracle/xe/oradata/XE/system.dbf
    input datafile fno=00009 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_log01.dbf
    input datafile fno=00010 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_lrg01.dbf
    input datafile fno=00002 name=/usr/lib/oracle/xe/oradata/XE/undo.dbf
    input datafile fno=00004 name=/usr/lib/oracle/xe/oradata/XE/users.dbf
    input datafile fno=00008 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_sml01.dbf
    input datafile fno=00012 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_sml01.dbf
    input datafile fno=00011 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_mdm01.dbf
    input datafile fno=00007 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_mdm01.dbf
    channel ORA_DISK_1: starting piece 1 at 06-JUL-11
    channel ORA_DISK_1: finished piece 1 at 06-JUL-11
    piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_07_06/o1_mf_nnndf_TAG20110706T155057_718dw649_.bkp tag=TAG20110706T155057 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:15
    Finished backup at 06-JUL-11
    Starting Control File and SPFILE Autobackup at 06-JUL-11
    piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_07_06/o1_mf_s_755797849_718dwofy_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 06-JUL-11
    RMAN> configure controlfile autobackup off;
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters are successfully stored
    RMAN> alter database open;
    database opened
    RMAN> delete noprompt obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    using channel ORA_DISK_1
    Deleting the following obsolete backups and copies:
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           3      06-JUL-11        
      Backup Piece       3      06-JUL-11          /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_07_06/o1_mf_nnndf_TAG20110706T133443_7184wr4d_.bkp
    Backup Set           4      06-JUL-11        
      Backup Piece       4      06-JUL-11          /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_07_06/o1_mf_s_755789675_7184x7fp_.bkp
    deleted backup piece
    backup piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_07_06/o1_mf_nnndf_TAG20110706T133443_7184wr4d_.bkp recid=3 stamp=755789684
    deleted backup piece
    backup piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_07_06/o1_mf_s_755789675_7184x7fp_.bkp recid=4 stamp=755789699
    Deleted 2 objects
    RMAN>
    Recovery Manager complete.
    RMAN error: See log for details.

    I think it is trying to overwrite exiting file. Either give a different name or cleanup the files in preferred location.

  • DB13 Error while taking the backup in Tape

    Dear SAP Guru,
    While we are  taking  the backup in tape through DB13\Brtools  command the errors are generate. Please help.
    SAP :EC6.0
    DB: Oracle 10G
    Platform:Windows NT
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed                                   
    BR0207I Volume in device: /dev/nmt0 will be initialized with name: SCRATCH                                   
    BR0280I BRBACKUP time stamp: 2010-12-28 10.58.28                                   
    BR0226I Rewinding tape volume in device /dev/mt0 ...                                   
    BR0278E Command output of 'mt -f /dev/mt0 rewind                          mt -f /dev/mt0 rewind           mt -f /dev/mt0 rewind':
    mt: unable to initialize ASPI manager                                   
    mt: using NT tape support                                   
    The service has not been started.                                   
    BR0280I BRBACKUP time stamp: 2010-12-28 10.58.28                                   
    BR0279E Return code from 'mt -f /dev/mt0 rewind                     mt -f /dev/mt0 rewind           mt -f /dev/mt0 rewind': 0     
    BR0213E Winding tape volume in device /dev/nmt0 failed                                   
    BR0219E Initialization of volume SCRATCH in device /dev/nmt0 failed                                   
    BR0206I End of backup volume initialization                                   
    BR0280I BRBACKUP time stamp: 2010-12-28 10.58.28                                   
    BR0054I BRBACKUP terminated with errors          
    Note: we take the backup\restore sucessfully from windows NTBACUP.

    Hi,
    The service has not been started.
    Try to insert a new tape and then check. Are you able to label the tape?
    Regards,
    SBK

  • Error while Backup through DB13

    Hi Experts.
    This is the first time when we are taking backup through DB13.
    I have inserted the Tape in the Tape drive and run the Online Full Backup. But an error was thrown as mentioned Below.
    Please also suggest me what are the changes which needs to be done on OS Level for the successful backup through DB13.
    Part of Error Message
    BR0280I BRBACKUP time stamp: 2010-09-09 18.01.59
    BR0057I Backup of database: JMD
    BR0058I BRBACKUP action ID: beebweva
    BR0059I BRBACKUP function ID: ant
    BR0110I Backup mode: ALL
    BR0077I Database file for backup: /oracle/JMD/sapbackup/cntrlJMD.dbf
    BR0061I 55 files found for backup, total size 109113.406 MB
    BR0143I Backup type: online
    BR0111I Files will be compressed
    BR0130I Backup device type: tape
    BR0102I Following backup device will be used: /dev/rmt/0mn
    BR0103I Following backup volume will be used: JMDB01
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0208I Volume with name JMDB01 required in device /dev/rmt/0mn
    BR0280I BRBACKUP time stamp: 2010-09-09 18.01.59
    BR0226I Rewinding tape volume in device /dev/rmt/0m ...
    BR0351I Restoring /oracle/JMD/sapbackup/.tape.hdr0
    BR0355I from /dev/rmt/0mn ...
    BR0278E Command output of 'LANG=C cd /oracle/JMD/sapbackup && /usr/sap/JMD/SYS/exe/run/brtools -f detach LANG=C cpio -iuvB .tape.hdr0 < /dev/rmt/0mn':          -
    error
    Can't open /dev/tty to prompt for more media.
    BR0280I BRBACKUP time stamp: 2010-09-09 18.01.59
    BR0279E Return code from 'LANG=C cd /oracle/JMD/sapbackup && /usr/sap/JMD/SYS/exe/run/brtools -f detach LANG=C cpio -iuvB .tape.hdr0 < /dev/rmt/0mn': 2
    BR0359E Restore of /oracle/JMD/sapbackup/.tape.hdr0 from /dev/rmt/0mn failed due to previous errors
    BR0218E Checking label on volume in device /dev/rmt/0mn failed         -
    error
    BR0236I Perhaps volume initialization with option '-i force' required
    BR0056I End of database backup: beebweva.ant 2010-09-09 18.01.59
    BR0280I BRBACKUP time stamp: 2010-09-09 18.01.59
    BR0054I BRBACKUP terminated with errors
    Kindly Suggest.

    Hi Anil,
    Thanks for your help. I did as you Said and it also proceeded a Bit Far...
    Now I Get A different set of Error. Please Give your Valuable Suggestions.
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.09
    BR0057I Backup of database: JMD
    BR0058I BRBACKUP action ID: beecamwa
    BR0059I BRBACKUP function ID: ant
    BR0110I Backup mode: ALL
    BR0077I Database file for backup: /oracle/JMD/sapbackup/cntrlJMD.dbf
    BR0061I 55 files found for backup, total size 109113.406 MB
    BR0143I Backup type: online
    BR0111I Files will be compressed
    BR0130I Backup device type: tape
    BR0102I Following backup device will be used: /dev/rmt/0mn
    BR0103I Following backup volume will be used: JMDB01
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0208I Volume with name JMDB01 required in device /dev/rmt/0mn
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.09
    BR0226I Rewinding tape volume in device /dev/rmt/0m ...
    BR0351I Restoring /oracle/JMD/sapbackup/.tape.hdr0
    BR0355I from /dev/rmt/0mn ...
    BR0241I Checking label on volume in device /dev/rmt/0mn
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.10
    BR0226I Rewinding tape volume in device /dev/rmt/0m ...
    BR0202I Saving /oracle/JMD/sapbackup/.tape.hdr0
    BR0203I to /dev/rmt/0mn ...
    BR0209I Volume in device /dev/rmt/0mn has name JMDB01
    BR0202I Saving init_ora
    BR0203I to /dev/rmt/0mn ...
    BR0202I Saving /oracle/JMD/102_64/dbs/initJMD.sap
    BR0203I to /dev/rmt/0mn ...
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.36
    BR0198I Profiles saved successfully
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.38
    BR0315I 'Alter tablespace PSAPSR3 begin backup' successful
    BR0201I Compressing /oracle/JMD/sapdata1/sr3_1/sr3.data1
    BR0203I to /sapinstcd/sr3.data1.Z ...                          -
    error
    BR0278E Command output of 'LANG=C compress -c /oracle/JMD/sapdata1/sr3_1/sr3.data1 > /sapinstcd/sr3.data1.Z':
    sh: /sapinstcd/sr3.data1.Z: Cannot create the specified file.
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.38
    BR0279E Return code from 'LANG=C compress -c /oracle/JMD/sapdata1/sr3_1/sr3.data1 > /sapinstcd/sr3.data1.Z': 1
    BR0224E Compressing /oracle/JMD/sapdata1/sr3_1/sr3.data1 to /sapinstcd/sr3.data1.Z failed due to previous errors -
    error
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.42
    BR0317I 'Alter tablespace PSAPSR3 end backup' successful
    BR0056I End of database backup: beecamwa.ant 2010-09-10 15.04.38
    BR0280I BRBACKUP time stamp: 2010-09-10 15.04.42
    BR0054I BRBACKUP terminated with errors
    Thanks Again.  Waiting for your Reply.

  • I bought iPhone 3GS(Used) recently and updated ios 6.1.3 my iPhone is taking blurry Pictures through basic default Cam app.Can anybody please let me know any solution for this?

    I bought iPhone 3GS(Used) recently and updated ios 6.1.3 my iPhone is taking blurry Pictures through basic default Cam app.Can anybody please let me know any solution for this?

    Basic troubleshooting steps right out of the user guide are restart, reset, restore from backup, restore as new.  If you've been through ALL the steps and you still have the problem, then you'll need to bring your phone to Apple for evaluation.

  • Transaction log backup through SQL Server Management studio

    Dear All,
    I need to configure transaction log backup through SQL server management studio.
    It is already being configured for our PRO server(not by me) and now I want to configure it for DEV server.
    In PRO I am taking it through(SID/right click/task/backup)
    Then under backup type only full and differential option is coming for DEV.
    Whereas for PRO all three(full/differential/transaction log) is coming.
    Please suggest how to do it for DEV.
    helpful suggestion will be duly rewarded.
    Regards,
    Ashutosh

    Hi,
    Just go to the database you want
    right click then properties then options
    then set recovery model to full.
    Hope this helps .
    Regards,
    Vamshi.

  • My time machine back up is taking 98 days through a thunderbolt connection is there something wrong

    My time machine back up is taking 98 days through a thunderbolt connection is there something wrong

    sijam11 wrote:
    When selecting my home folder on the iMac and using "Get Info" to see how much space has been used it shows around the 256g mark, but the space used up on my external hard drive is right up to 327g.
    Is this normal after the first back up?
    Hi sijam11,
    That appears about right...
    It is recommended that the Time Machine Drive be at least Twice the size of the Drive it is Backing Up...
    You may find these Links of Interest...
    TM 101  >  http://support.apple.com/kb/HT1427
    How Time Machine Works its Magic
    Frequently Asked Questions
    Cheers,

  • 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

  • To Confgure RMAN backup through Netvault

    Hi All,
    I have configured RMAN backup through a Net-Vault. Previously I was taking User Managed backup, Backup ran successfully. I have issues with RMAN Backup through NetVault.
    The following is the error message received.
    RMAN-00571: ===========================================================
    : =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    Failed with exit code 3
    RMAN returned exit code 3
    But when I take RMAN backup directly(Without Netvault) with that oracle user, I have no problem - Backup Runs properly.
    What should I do to take Backup through NetVault.
    Thanks In Advance,
    Suresh S.

    No it's not at all possible to take backup of multiple database through the manually allocated channel.
    Allocating the channel manually is only possible while running the commands in batch mode
    eg. run {
    allocate channel ch1 type disk format='/backup1/RMANBACKUP/PROD521_%s_%p';
    allocate channel ch2 type disk format='/backup1/RMANBACKUP/PROD521_%s_%p';
    backup database setsize=12582912;
    release channel ch1;
    release channel ch2;
    And you can connect through single rman prompt to only one target database not more than that. So at any point of time you connect to only one database you can user channels to backup that database only.
    connected to recovery catalog database
    RMAN> CONN TARGET SYS/ORACLE@RMAN
    RMAN> CONNECT TARGET SYS/ORACLE@RMAN
    connected to target database: RMAN (DBID=1528877161)
    RMAN> CONNECT TARGET SYS/ORACLE@CLS
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-06167: already connected
    Edited by: sac on Sep 4, 2008 12:59 PM

  • Implementing RAC database backup through RMAN and grid control.

    Hi...
    plz... can any one give me good document (metalink documents id or else) to implement RAC database backup through RMAN. and also grid document...

    user8943492 wrote:
    Hi...
    plz... can any one give me good document (metalink documents id or else) to implement RAC database backup through RMAN. and also grid document...Read below links
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/backup.htm#i443637
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/rmanops.htm#i474611
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/toc.htm

  • Need the rman backup sequence in taking the backup

    Hi,
    I just need the sequence in taking the backup of full database through rman.
    Current method
    1. Datafiles
    2. Archivelog files
    3. Control file.
    But I am noticing missing of some archive log when i am doing the recovery files. So, i just want to change my nightly backup to the below procedure
    1. datafiles
    2. control files
    3. archivelog files.
    Correct me, the suitable procedure for scheduling.
    Thanks,
    Ramesh G
    Edited by: user13095767 on Sep 7, 2012 9:02 PM

    Let me explain my question once again..
    I didn't get my requirements..
    Recently, faced a scenario while recovery my database...
    I am having nightly scheduled backup in the below manner...
    1. database backup.
    2. archive log files backup
    3. control file backup.
    My archive log files backup completed by 22:10. and my control file backup completed by 22:29. In between there was an archive generated at around 22:15.
    i want to restore and recover the database with this backup. Followed the below scenario
    1. restored the controlfile
    2. restore database
    3. recover database
    Finally, it is asking for the archive generated at 22:15 and at 22:49.
    So, by this i came to know that my database backed up with missing of archives. if i go with the below scenario of taking the backup
    1. datafiles
    2. control files
    3. archive log files
    Thinking that the archive log files backup pieces infomation will not be available in the controlfile..
    Which one will be the best option in scheduling our backups.
    Taking controlfile backup before archivelog or taking archivelog backup and then the controlfile.
    Thanks,
    Ramesh G

  • MaxDB backup through Backint on Oracle for TSM

    Hello Gurus:
    We are using TSM backint interface for Oracle database. We are in the process of implementing SCM. We would like to schedule MaxDB backup through backint interface for Oracle.
    I checked some forums and configured but backint is not recognizing MaxDB parameter file. Please see below parameter file and error logs.
    *BSI File:*
    BACKINT D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe
    INPUT D:\sapdb\data\wrk\backint\sapdb.in
    OUTPUT D:\sapdb\data\wrk\backint\sapdb.out
    ERROROUTPUT D:\sapdb\data\wrk\backint\sapdb.err
    PARAMETERFILE D:\sapdb\data\wrk\LCD\maxdb_config.par
    ORIGINAL_RUNDIRECTORY L:\sapdb\LCD\sapdata
    *Parameter File - MaxDB_config*
    STAGING AREA:     D:\TEMP\STAGE1 1024000 KB
    FILES PER BACKINT CALL:     2
    BACKINT:     D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe
    PARAMETERFILE OF BACKINT:     D:\oracle\SCD\102\database\initSCD.utl
    HISTORY FILE:     D:\sapdb\data\wrk\BackintHistory
    INPUTFILE OF BACKINT:     D:\sapdb\data\wrk\backint\backint.in
    OUTPUTFILE OF BACKINT:     D:\sapdb\data\wrk\backint\backint.out
    ERRORFILE OF BACKINT:     D:\sapdb\data\wrk\backint\backint.err
    MAXIMAL DELAY OF BACKINT CALL:     30
    Error Logs:
    2010-03-30 17:38:35
    Using environment variable 'TEMP' with value 'C:\Windows\TEMP' as directory for temporary files and pipes.
    Using connection to Backint for MaxDB Interface.
    2010-03-30 17:38:35
    Checking existence and configuration of Backint for MaxDB.
        Using environment variable 'BSI_ENV' with value 'D:\sapdb\data\wrk\LCD\bsi.env' as path of the configuration file of Backint for MaxDB.
        Reading the Backint for MaxDB configuration file 'D:\sapdb\data\wrk\LCD\bsi.env'.
            Found keyword 'BACKINT' with value 'D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe'.
            Found keyword 'INPUT' with value 'D:\sapdb\data\wrk\backint\sapdb.in'.
            Found keyword 'OUTPUT' with value 'D:\sapdb\data\wrk\backint\sapdb.out'.
            Found keyword 'ERROROUTPUT' with value 'D:\sapdb\data\wrk\backint\sapdb.err'.
            Found keyword 'PARAMETERFILE' with value 'D:\sapdb\data\wrk\LCD\maxdb_config.par'.
            Found keyword 'ORIGINAL_RUNDIRECTORY' with value 'L:\sapdb\LCD\sapdata'.
        Finished reading of the Backint for MaxDB configuration file.
        Using 'D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe' as Backint for MaxDB program.
        Using 'D:\sapdb\data\wrk\backint\sapdb.in' as input file for Backint for MaxDB.
        Using 'D:\sapdb\data\wrk\backint\sapdb.out' as output file for Backint for MaxDB.
        Using 'D:\sapdb\data\wrk\backint\sapdb.err' as error output file for Backint for MaxDB.
        Using 'D:\sapdb\data\wrk\LCD\maxdb_config.par' as parameter file for Backint for MaxDB.
        Using '300' seconds as timeout for Backint for MaxDB in the case of success.
        Using '300' seconds as timeout for Backint for MaxDB in the case of failure.
        Using 'L:\sapdb\LCD\sapdata\dbm.knl' as backup history of a database to migrate.
        Using 'L:\sapdb\LCD\sapdata\dbm.ebf' as external backup history of a database to migrate.
        Checking availability of backups using backint's inquire function.
    Check passed successful.
    2010-03-30 17:38:35
    Checking medium.
    Check passed successfully.
    2010-03-30 17:38:35
    Preparing backup.
        Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
        Setting environment variable 'BI_REQUEST' to value 'NEW'.
        Setting environment variable 'BI_BACKUP' to value 'FULL'.
        Constructed Backint for MaxDB call 'D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe -u LCD -f backup -t file -p D:\sapdb\data\wrk\LCD\maxdb_config.par -i D:\sapdb\data\wrk\backint\sapdb.in -c'.
        Created temporary file 'D:\sapdb\data\wrk\backint\sapdb.out' as output for Backint for MaxDB.
        Created temporary file 'D:\sapdb\data\wrk\backint\sapdb.err' as error output for Backint for MaxDB.
        Writing '
    .\pipe\BACKscd #PIPE' to the input file.
    Prepare passed successfully.
    2010-03-30 17:38:35
    Starting database action for the backup.
        Requesting 'SAVE DATA QUICK TO '
    .\pipe\BACKscd' PIPE BLOCKSIZE 8 NO CHECKPOINT MEDIANAME 'Back123'' from db-kernel.
    The database is working on the request.
    2010-03-30 17:38:35
    Waiting until database has prepared the backup.
        Asking for state of database.
        2010-03-30 17:38:35 Database is still preparing the backup.
        Waiting 1 second ... Done.
        Asking for state of database.
        2010-03-30 17:38:36 Database has finished preparation of the backup.
    The database has prepared the backup successfully.
    2010-03-30 17:38:36
    Starting Backint for MaxDB.
        Starting Backint for MaxDB process 'D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe -u LCD -f backup -t file -p D:\sapdb\data\wrk\LCD\maxdb_config.par -i D:\sapdb\data\wrk\backint\sapdb.in -c >>D:\sapdb\data\wrk\backint\sapdb.out 2>>D:\sapdb\data\wrk\backint\sapdb.err'.
        Process was started successfully.
    Backint for MaxDB has been started successfully.
    2010-03-30 17:38:36
    Waiting for end of the backup operation.
        2010-03-30 17:38:36 The backup tool process has finished work with return code 2.
        2010-03-30 17:38:36 The backup tool is not running.
        2010-03-30 17:38:36 The database is working on the request.
        2010-03-30 17:38:36 The database is working on the request.
        2010-03-30 17:38:41 The database is working on the request.
        2010-03-30 17:38:51 The database is working on the request.
        2010-03-30 17:39:06 The database is working on the request.
        2010-03-30 17:39:26 The database is working on the request.
        2010-03-30 17:39:37 Canceling Utility-task after a timeout of 60 seconds elapsed ... OK.
        2010-03-30 17:39:38 The database has finished work on the request.
        Receiving a reply from the database kernel.
        Got the following reply from db-kernel:
            SQL-Code              :-903
    The backup operation has ended.
    2010-03-30 17:39:38
    Filling reply buffer.
        Have encountered error -24920:
            The backup tool failed with 2 as sum of exit codes. The database request was canceled and ended with error -903.
        Constructed the following reply:
            ERR
            -24920,ERR_BACKUPOP: backup operation was unsuccessful
            The backup tool failed with 2 as sum of exit codes. The database request was canceled and ended with error -903.
    Reply buffer filled.
    2010-03-30 17:39:38
    Cleaning up.
        Copying output of Backint for MaxDB to this file.
        **-- Begin of output of Backint for MaxDB (D:\sapdb\data\wrk\backint\sapdb.out)--**
                                     **Data Protection for SAP(R)**
                         **Interface between BRTools and Tivoli Storage Manager***
                         **- Version 6, Release 1, Modification 0.0  for Win x64 -**
                               **Build: 358  compiled on Nov  4 2008**
                    **(c) Copyright IBM Corporation, 1996, 2008, All Rights Reserved.**
            **BKI8310E: The keyword MAXIMAL is not allowed.**
            **BKI1001E: syntax error in file 'D:\sapdb\data\wrk\LCD\maxdb_config.par'. Exiting program.**
            **BKI0020I: End of program at: 03/30/10 17:38:36 .**
            **BKI0021I: Elapsed time: 00 sec .**
            **BKI0024I: Return code is: 2.**       
    End of output of Backint for MaxDB (D:\sapdb\data\wrk\backint\sapdb.out)----
        Removed Backint for MaxDB's temporary output file 'D:\sapdb\data\wrk\backint\sapdb.out'.
        Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (D:\sapdb\data\wrk\backint\sapdb.err)----
    End of error output of Backint for MaxDB (D:\sapdb\data\wrk\backint\sapdb.err)----
        Removed Backint for MaxDB's temporary error output file 'D:\sapdb\data\wrk\backint\sapdb.err'.
        Removed the Backint for MaxDB input file 'D:\sapdb\data\wrk\backint\sapdb.in'.
    Have finished clean up successfully.
    Any help will be appreciated.
    Thanks,
    Miral.

    > We are using TSM backint interface for Oracle database. We are in the process of implementing SCM. We would like to schedule MaxDB backup through backint interface for Oracle.
    > *BSI File:*
    >
    > BACKINT D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe
    > *Parameter File - MaxDB_config*
    > STAGING AREA:     D:\TEMP\STAGE1 1024000 KB
    > FILES PER BACKINT CALL:     2
    > BACKINT:     D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe
    >
    >     Using 'D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe' as Backint for MaxDB program.
    > 2010-03-30 17:39:38
    > Cleaning up.
    >     Copying output of Backint for MaxDB to this file.
    >                                  **Data Protection for SAP(R)**
    >                      **Interface between BRTools and Tivoli Storage Manager***
    >                      **- Version 6, Release 1, Modification 0.0  for Win x64 -**
    >         **BKI8310E: The keyword MAXIMAL is not allowed.**
    >         **BKI1001E: syntax error in file 'D:\sapdb\data\wrk\LCD\maxdb_config.par'. Exiting program.**
    >         **BKI0020I: End of program at: 03/30/10 17:38:36 .**
    >         **BKI0021I: Elapsed time: 00 sec .**
    >         **BKI0024I: Return code is: 2.**       
    >
    >     -
    End of output of Backint for MaxDB (D:\sapdb\data\wrk\backint\sapdb.out)----
    >     Removed Backint for MaxDB's temporary output file 'D:\sapdb\data\wrk\backint\sapdb.out'.
    >     Copying error output of Backint for MaxDB to this file.
    >     -
    Begin of error output of Backint for MaxDB (D:\sapdb\data\wrk\backint\sapdb.err)----
    @Markus: thanks for the hint with the quote-formatting option!
    Concerning the issue:
    Sorry, but you misunderstood the way how the general BACKINT for Oracle interface is used with MaxDB.
    See, MaxDB comes with a own BACKINT executable.
    This is a enhanced BACKINT tools that allows pipes as data input channels - which is not supported by the Backint for Oracle.
    The MaxDB Backint serves as a adapter program between the MaxDB Kernel and the backint for Oracle program.
    So instead of
    BACKINT:     D:\usr\sap\SCD\SYS\exe\uc\NTAMD64\backint.exe
    you should point it to the MaxDB provided adapater program.
    I propose to revisit the documentation on that topic [Connecting to a Backint for Oracle Interface |http://maxdb.sap.com/doc/7_7/45/746a5712e14022e10000000a1553f6/content.htm].
    best regards,
    Lars

  • How to schedule SQL Agent job for XMLA script file of SSAS database instead of taking a backup.

    I want to script XMLA file instead of backup of database and also want to schedule a job for the process in SQL Agent. 
    Is there any pros and cons when I script the XMLA file of the SSAS db instead of taking a backup ? 
    Amir

    Hi Amir,
       You can take the Create SSAS database XMLA script and run the job to create the cube. The script contains the Metadata definition of the Database and it does not contain the actual data. 
    Pros: Since you are only creating an empty cube the script will run faster 
    Cons: You still need to process the created cube to use it for reports.
    Fastest option is to take the backup of the cube and restore wherever necessary.
    And you can also use TFS source control to deploy the cube and process it later.
    Regards,
    Venkata
    Venkata Koppula

  • How to display the one BSP View page (not a start page)Through URL link..

    Hi Sir/Madam,
                 I want to open one BSP view page through URL link...
    Let me Explain clearly..
                I have an Z application ZHRRCF_APPROVAL..In this application approve.bsp file i have added som more Fields..and Finally I am going to click ApproVe Buton /Reject Button.When i click the reject button the the items are rejected.Its working fine.....
              My Requirement is :
                   1. I want to display the approval page directly when i click the URL link from mail box.--i am getting this .. No issues..(Got the URL link from function module)
                   2. After opening the approval page when i click URL link, when i click the reject button-- i am getting the error "The following Error Text was processed in the system GR2."Access via NULL object reference not possible"
                   3. How to proceed the this URL link without error .. the URL link is
    https://abd00093.de.abb.com:8200/sap(bD1lbiZjPTIwMA==)/bc/bsp/sap/zhrrcf_approval/application.bsp?objid=50003421&otype=NB&plvar=01&requestdate=20090121&requestedRsnCode=01&requestedstatus=1&requester=USRECRUITER1&SAPWFCBURL=https%3a%2f%2fabd00093%2ede%2eabb%2ecom%3a0000000000008200%2fsap%2fbc%2fwebflow%2fwshandler%3f_sapwiid%3d000000018491%26_saptask%3dTS51807979%26_saplogsys%3dGR2CLNT200%26_sapuname%3dLINEMANAGER%26_saplangu%3dE%26sap-client%3d200
    ( I got this URL directly using my own function module.. In this function Module i was not getting the SAPGUID -- the error is because of that i am not sure..)How to get this sapguid dynamically..
                    Please guide me to proceed this req asap..
    I am waiting for your reply ....Please
    Thanks and Regards
    Mohan,P

    Please have BPEL loggers both at domain and system level to DEBUG mode. Set all loggers to DEBUG as you are interested to see the entire sequence flow..however, some loggers give you unnecessary info ;/ apart from cube, activation, delivery, dispatch, persistence.
    Added to this, you might want to try SOAPUI, Fiddler, HTTP Analyzer.

Maybe you are looking for

  • Checking if e-Mails have been answered

    In my job as project manager, send out about 20 - 50 e-Mails using the OSX' Mail application, usually committing or requiring work-related information from an individual collaborator. I am interested to find out which of these mails are pending, i.e.

  • How to Send  message to MQ without using JMS Receiver Adapter

    Hi Frnds, Actually i am working one File to JMS scenario,I have to send message to MQ,What are the different ways we can send  message to MQ without using JMS Adapter. Regards, Raj

  • Multiple failures iphone 5 HELP!!

    It seems today my iphone has decided to have a total breakdown, the down volume button has stopped working, when i go to charge it up, the icon for FULLY CHARGED apperas even though it on 2% the home button has started to activate siri with out a lon

  • Commodity codes for foreign trade

    Hi. I am a FICO support analyst but am currently trying to support SDMM as well while we are recruiting a new support analyst for those modules, so this isn't my area of expertise. We use ECC6. FI, CO, SD, MM, and COPA (costing based) for reporting.

  • Command Line Editing

    Hi All, Can anyone tell me what shell or a script that will allow a user to use the TAB or ESC key to auto complet the command line when referencing a file or directory? For example, If I am looking in the /etc directory for editing a file called "te