Oracle backup on Windows2003 tape question

hello everyone!
who can help me backup database on tape use command? thank you very much!
My os is windows 2003.

Ming
you have to modify few parameters in your initSID.sap file and then run the backup from brtools.
Go thorugh the below links which describes the procedure
Re: back up using brtools
http://help.sap.com/saphelp_nw70/helpdata/en/65/96f1e4a6974512962197918624e1c5/content.htm
http://sap.ittoolbox.com/groups/technical-functional/sap-basis/db13-initsidsap-configuration-brtools-2331228
Best Regards
Anindya
Edited by: Anindya Bose on Aug 9, 2009 4:07 PM

Similar Messages

  • Oracle backup with CA ARCserv question

    Hi
    I back up Oracle database by using CA ARCserv with agents for Oracle which seems to
    be in collaboration with RMAN.
    Just in case, I typed RMAN command 'crosscheck ' and then showed some logs, which
    means that there are still some archivelogs even after deleting backup data by using
    ARCserv.
    I thought that typing 'crosscheck ' would show no log because CA ARCserv is in
    collaboration with RMAN and RMAN would delete all archive logs automatically after backup.
    Is this normal situation? or something is wrong with RMAN / ARCserv ?
    Are there any way to delete all data from oracle database after backup with ARCserv ?

    Hi,
    Welcome. You don't provide enough information and what you do is unclear !
    What is your Oracle version ?
    Can you post your backup scripts ?
    Can your post the exact command and the output you find "strange" ?
    Best regards
    Phil

  • RMAN Backup Restore from tape

    Hello Gurus
    We have lvl0 RMAN database backup restored from tape but due to some reasons we could not apply recovery on it. On checking the information in controlfile, it identified only the system file and no other file. So, we recreated the controlfile and decided to recover using backup controlfile option (until cancel or until change or until time). However, to my surprise, when I listed the checkpointchange# and checkpoint_time columns of v$datafile_header, I found the difference in timestamps ranging 24 hrs -- which menat we had to apply 24 hrs of archiving to bring all dbfs to a consistent state (before it allowed us to open the db) -- so far so good, it worked that way.
    My question is that, while I trigger a lvl0 RMAN backup at say 4PM on 27th July and it finishes on 4PM on 28th July (as I am directly pushing around 1 TB data to tapes) -- what is the consistency timestamp of this backup. In other words, is this backup available for a restore of 4PM 27th July? Or is it available only for a restore of 4PM 28th July and later ...?
    Isn't it that RMAN works at block level and when I fire a backup it should give me all the dbf's of that timestamp..?
    Appreciate your inputs/comments.

    When taking a online backup with RMAN, the datafiles backup is always inconsistent because it needs the archived redo logs generated during the backup to be consistent: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/intro005.htm#sthref70.
    A full online backup can only be used to restore the database to a point in time starting after backup end: if a backup starts at 4PM on 27th July and it finishes on 4PM on 28th July you can use it to restore the database to a point in time after 28-JUL 4PM.

  • Oracle backup to ftp

    Hello all
    I have problems with oracle backup through db13 to ftp.
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000028, user ID USER)
    Execute logical command BRBACKUP On host sap1-ast
    Parameters:-u / -jid ALLOG20061117094801 -c force -t online -m all -p initTHD.sap -a -c force -p initTHD.sap -c
    ds
    BR0051I BRBACKUP 7.00 (16)
    BR0282E Directory '/sapbackup' not found
    BR0182E Checking parameter/option 'compress_dir' failed
    BR0056I End of database backup: bdtyppxk.log 2006-11-17 09.48.04
    BR0280I BRBACKUP time stamp: 2006-11-17 09.48.04
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished
    this is my initTHD.sap file
    @(#) $Id: //bas/700_REL/src/ccm/rsbr/initNT.sap#5 $ SAP
    SAP backup sample profile. #
    The parameter syntax is the same as for init.ora parameters. #
    Enclose parameter values which consist of more than one symbol in #
    double quotes. #
    After any symbol, parameter definition can be continued on the next #
    line. #
    A parameter value list should be enclosed in parentheses, the list #
    items should be delimited by commas. #
    There can be any number of white spaces (blanks, tabs and new lines) #
    between symbols in parameter definition. #
    backup mode [all | all_data | full | incr | sap_dir | ora_dir
    | all_dir | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>)]
    default: all
    backup_mode = all
    restore mode [all | all_data | full | incr | incr_only | incr_full
    | incr_all | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>) | partial | non_db
    redirection with '=' is not supported here - use option '-m' instead
    default: all
    restore_mode = all
    backup type [offline | offline_force | offline_standby | offline_split
    | offline_mirror | offline_stop | online | online_cons | online_split
    | online_mirror
    default: offline
    backup_type = online_cons
    backup device type
    [tape | tape_auto | tape_box | pipe | pipe_auto | pipe_box | disk
    | disk_copy | disk_standby | stage | stage_copy | stage_standby
    | util_file | util_file_online | rman_util | rman_disk | rman_stage
    | rman_prep]
    default: tape
    backup_dev_type = stage
    backup root directory [<path_name> | (<path_name_list>)]
    default: %SAPDATA_HOME%\sapbackup
    backup_root_dir = /sapbackup
    stage root directory [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    stage_root_dir = /sapbackup
    compression flag [no | yes | hardware | only]
    default: no
    compress = no
    compress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <target_file_name> = <source_file_name>.Z
    for compress command the -c option must be set
    recommended setting for brbackup -k only run:
    "%SAPEXE%\mkszip -l 0 -c $ > $"
    no default
    compress_cmd = "C:\usr\sap\THD\SYS\exe\uc\NTI386\mkszip -c $ > $"
    uncompress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <source_file_name> = <target_file_name>.Z
    for uncompress command the -c option must be set
    no default
    uncompress_cmd = "C:\usr\sap\THD\SYS\exe\uc\NTI386\uncompress -c $ > $"
    directory for compression [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    compress_dir = /sapbackup
    brarchive function [save | second_copy | double_save | save_delete
    | second_copy_delete | double_save_delete | copy_save
    | copy_delete_save | delete_saved | delete_copied]
    default: save
    archive_function = save
    directory for archive log copies to disk
    default: first value of the backup_root_dir parameter
    archive_copy_dir = /sapbackup
    directory for archive log copies to stage
    default: first value of the stage_root_dir parameter
    archive_stage_dir = /sapbackup
    delete archive logs from duplex destination [only | no | yes | check]
    default: only
    archive_dupl_del = only
    new sapdata home directory for disk_copy | disk_standby
    no default
    new_db_home = X:\oracle\C11
    stage sapdata home directory for stage_copy | stage_standby
    default: value of the new_db_home parameter
    #stage_db_home = /sapbackup
    original sapdata home directory for split mirror disk backup
    no default
    #orig_db_home = C:\oracle\THD
    remote host name
    no default
    remote_host = srv1
    remote user name
    default: current operating system user
    remote_user = "thdadm password"
    tape copy command [cpio | cpio_gnu | dd | dd_gnu | rman | rman_gnu
    rman_dd | rman_dd_gnu]
    default: cpio
    tape_copy_cmd = cpio
    disk copy command [copy | copy_gnu | dd | dd_gnu | rman | rman_gnu]
    default: copy
    disk_copy_cmd = copy
    stage copy command [rcp | scp | ftp]
    default: rcp
    stage_copy_cmd = ftp
    pipe copy command [rsh | ssh]
    default: rsh
    pipe_copy_cmd = rsh
    flags for cpio output command
    default: -ovB
    cpio_flags = -ovB
    flags for cpio input command
    default: -iuvB
    cpio_in_flags = -iuvB
    flags for cpio command for copy of directories to disk
    default: -pdcu
    use flags -pdu for gnu tools
    cpio_disk_flags = -pdcu
    flags for dd output command
    default: "obs=16k"
    caution: option "obs=" not supported for Windows
    recommended setting:
    Unix: "obs=nk bs=nk", example: "obs=64k bs=64k"
    Windows: "bs=nk", example: "bs=64k"
    dd_flags = "bs=64k"
    flags for dd input command
    default: "ibs=16k"
    caution: option "ibs=" not supported for Windows
    recommended setting:
    Unix: "ibs=nk bs=nk", example: "ibs=64k bs=64k"
    Windows: "bs=nk", example: "bs=64k"
    dd_in_flags = "bs=64k"
    number of members in RMAN save sets [ 1 | 2 | 3 | 4 | tsp | all ]
    default: 1
    saveset_members = 1
    additional parameters for RMAN
    rman_channels and rman_filesperset are only used when rman_util,
    rman_disk or rman_stage
    rman_channels defines the number of parallel sbt channel allocations
    rman_filesperset = 0 means:
    one file per save set - for non-incremental backups
    all files in one save set - for incremental backups
    the others have the same meaning as for native RMAN
    rman_channels = 1
    rman_filesperset = 0
    rman_maxpiecesize = 0 # in KB - former name rman_kbytes
    rman_rate = 0 # in KB - former name rman_readrate
    rman_maxopenfiles = 0
    rman_maxsetsize = 0 # in KB - former name rman_setsize
    additional parameters for RMAN version 8.1
    the parameters have the same meaning as for native RMAN
    rman_diskratio = 0 # deprecated in Oracle 10g
    rman_pool = 0
    rman_copies = 0 | 1 | 2 | 3 | 4 # former name rman_duplex
    rman_proxy = no | yes | only
    special parameters for an external backup library, example:
    rman_parms = "BLKSIZE=65536 ENV=(BACKUP_SERVER=HOSTNAME)"
    rman_send = "'<command>'"
    rman_send = ("channel sbt_1 '<command1>' parms='<parameters1>'",
    "channel sbt_2 '<command2>' parms='<parameters2>'")
    remote copy-out command (backup_dev_type = pipe)
    $-character is replaced by current device address
    no default
    copy_out_cmd = "dd ibs=8k obs=64k of=$"
    remote copy-in command (backup_dev_type = pipe)
    $-character is replaced by current device address
    no default
    copy_in_cmd = "dd ibs=64k obs=8k if=$"
    rewind command
    $-character is replaced by current device address
    no default
    operating system dependent, examples:
    HP-UX: "mt -f $ rew"
    TRU64: "mt -f $ rewind"
    AIX: "tctl -f $ rewind"
    Solaris: "mt -f $ rewind"
    Windows: "mt -f $ rewind"
    Linux: "mt -f $ rewind"
    rewind = "mt -f $ rewind"
    rewind and set offline command
    $-character is replaced by current device address
    default: value of the rewind parameter
    operating system dependent, examples:
    HP-UX: "mt -f $ offl"
    TRU64: "mt -f $ offline"
    AIX: "tctl -f $ offline"
    Solaris: "mt -f $ offline"
    Windows: "mt -f $ offline"
    Linux: "mt -f $ offline"
    rewind_offline = "mt -f $ offline"
    tape positioning command
    first $-character is replaced by current device address
    second $-character is replaced by number of files to be skipped
    no default
    operating system dependent, examples:
    HP-UX: "mt -f $ fsf $"
    TRU64: "mt -f $ fsf $"
    AIX: "tctl -f $ fsf $"
    Solaris: "mt -f $ fsf $"
    Windows: "mt -f $ fsf $"
    Linux: "mt -f $ fsf $"
    tape_pos_cmd = "mt -f $ fsf $"
    mount backup volume command in auto loader / juke box
    used if backup_dev_type = tape_box | pipe_box
    no default
    mount_cmd = "<mount_cmd> $ $ $ [$]"
    dismount backup volume command in auto loader / juke box
    used if backup_dev_type = tape_box | pipe_box
    no default
    dismount_cmd = "<dismount_cmd> $ $ [$]"
    split mirror disks command
    used if backup_type = offline_split | online_split | offline_mirror
    | online_mirror
    no default
    split_cmd = "<split_cmd> [$]"
    resynchronize mirror disks command
    used if backup_type = offline_split | online_split | offline_mirror
    | online_mirror
    no default
    resync_cmd = "<resync_cmd> [$]"
    additional options for SPLITINT interface program
    no default
    split_options = "<split_options>"
    resynchronize after backup flag [no | yes]
    default: no
    split_resync = no
    volume size in KB = K, MB = M or GB = G (backup device dependent)
    default: 1200M
    recommended values for tape devices without hardware compression:
    60 m 4 mm DAT DDS-1 tape: 1200M
    90 m 4 mm DAT DDS-1 tape: 1800M
    120 m 4 mm DAT DDS-2 tape: 3800M
    125 m 4 mm DAT DDS-3 tape: 11000M
    112 m 8 mm Video tape: 2000M
    112 m 8 mm high density: 4500M
    DLT 2000 10/20 GB: 10000M
    DLT 2000XT 15/30 GB: 15000M
    DLT 4000 20/40 GB: 20000M
    DLT 7000 35/70 GB: 35000M
    recommended values for tape devices with hardware compression:
    60 m 4 mm DAT DDS-1 tape: 1000M
    90 m 4 mm DAT DDS-1 tape: 1600M
    120 m 4 mm DAT DDS-2 tape: 3600M
    125 m 4 mm DAT DDS-3 tape: 10000M
    112 m 8 mm Video tape: 1800M
    112 m 8 mm high density: 4300M
    DLT 2000 10/20 GB: 9000M
    DLT 2000XT 15/30 GB: 14000M
    DLT 4000 20/40 GB: 18000M
    DLT 7000 35/70 GB: 30000M
    tape_size = 100G
    volume size in KB = K, MB = M or GB = G used by brarchive
    default: value of the tape_size parameter
    tape_size_arch = 100G
    level of parallel execution
    default: 0 - set to number of backup devices
    exec_parallel = 0
    address of backup device without rewind
    [<dev_address> | (<dev_address_list>)]
    no default
    operating system dependent, examples:
    HP-UX: /dev/rmt/0mn
    TRU64: /dev/nrmt0h
    AIX: /dev/rmt0.1
    Solaris: /dev/rmt/0mn
    Windows: /dev/nmt0 | /dev/nst0
    Linux: /dev/nst0
    tape_address = /dev/nmt0
    address of backup device without rewind used by brarchive
    default: value of the tape_address parameter
    operating system dependent
    tape_address_arch = /dev/nmt0
    address of backup device with rewind
    [<dev_address> | (<dev_address_list>)]
    no default
    operating system dependent, examples:
    HP-UX: /dev/rmt/0m
    TRU64: /dev/rmt0h
    AIX: /dev/rmt0
    Solaris: /dev/rmt/0m
    Windows: /dev/mt0 | /dev/st0
    Linux: /dev/st0
    tape_address_rew = /dev/mt0
    address of backup device with rewind used by brarchive
    default: value of the tape_address_rew parameter
    operating system dependent
    tape_address_rew_arch = /dev/mt0
    address of backup device with control for mount/dismount command
    [<dev_address> | (<dev_address_list>)]
    default: value of the tape_address_rew parameter
    operating system dependent
    tape_address_ctl = /dev/...
    address of backup device with control for mount/dismount command
    used by brarchive
    default: value of the tape_address_rew_arch parameter
    operating system dependent
    tape_address_ctl_arch = /dev/...
    volumes for brarchive
    [<volume_name> | (<volume_name_list>) | SCRATCH]
    no default
    volume_archive = (THDA01, THDA02, THDA03, THDA04, THDA05,
    THDA06, THDA07)
    volumes for brbackup
    [<volume_name> | (<volume_name_list>) | SCRATCH]
    no default
    volume_backup = (THDB01, THDB02, THDB03, THDB04, THDB05,
    THDB06, THDB07)
    expiration period for backup volumes in days
    default: 30
    expir_period = 30
    recommended usages of backup volumes
    default: 100
    tape_use_count = 100
    backup utility parameter file
    default: no parameter file
    util_par_file = initTHD.utl
    mount/dismount command parameter file
    default: no parameter file
    mount_par_file = initTHD.mnt
    Oracle instance string to the primary database
    [primary_db = <conn_name> | LOCAL]
    no default
    primary_db = <conn_name>
    description of parallel instances for Oracle RAC
    parallel_instances = <instance_desc> | (<instance_desc_list>)
    <instance_desc_list> -> <instance_desc>[,<instance_desc>...]
    <instance_desc> -> <Oracle_sid>:<Oracle_home>@<conn_name>
    <Oracle_sid> -> Oracle system id for parallel instance
    <Oracle_home> -> Oracle home for parallel instance
    <conn_name> -> Oracle instance string to parallel instance
    Please include the local instance in the parameter definition!
    default: no parallel instances
    example for initRAC001.sap:
    parallel_instances = (RAC001:/oracle/RAC/920_64@RAC001,
    RAC002:/oracle/RAC/920_64@RAC002, RAC003:/oracle/RAC/920_64@RAC003)
    database owner of objects to be checked
    <owner> | (<owner_list>)
    default: all SAP owners
    check_owner = sapr3
    database objects to be excluded from checks
    all_part | non_sap | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>)
    default: no exclusion, example:
    check_exclude = (SDBAH, SAPR3.SDBAD)
    database owner of SDBAH, SDBAD and XDB tables for cleanup
    <owner> | (<owner_list>)
    default: all SAP owners
    cleanup_owner = sapr3
    retention period in days for brarchive log files
    default: 30
    cleanup_brarchive_log = 30
    retention period in days for brbackup log files
    default: 30
    cleanup_brbackup_log = 30
    retention period in days for brconnect log files
    default: 30
    cleanup_brconnect_log = 30
    retention period in days for brrestore log files
    default: 30
    cleanup_brrestore_log = 30
    retention period in days for brrecover log files
    default: 30
    cleanup_brrecover_log = 30
    retention period in days for brspace log files
    default: 30
    cleanup_brspace_log = 30
    retention period in days for archive log files saved on disk
    default: 30
    cleanup_disk_archive = 30
    retention period in days for database files backed up on disk
    default: 30
    cleanup_disk_backup = 30
    retention period in days for brspace export dumps and scripts
    default: 30
    cleanup_exp_dump = 30
    retention period in days for Oracle trace and audit files
    default: 30
    cleanup_ora_trace = 30
    retention period in days for records in SDBAH and SDBAD tables
    default: 100
    cleanup_db_log = 100
    retention period in days for records in XDB tables
    default: 100
    cleanup_xdb_log = 100
    retention period in days for database check messages
    default: 100
    cleanup_check_msg = 100
    database owner of objects to adapt next extents
    <owner> | (<owner_list>)
    default: all SAP owners
    next_owner = sapr3
    database objects to adapt next extents
    all | all_ind | special | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>)
    default: all abjects of selected owners, example:
    next_table = (SDBAH, SAPR3.SDBAD)
    database objects to be excluded from adapting next extents
    all_part | [<owner>.]<table> | [<owner>.]<index> | [<owner>.]<prefix>*
    | <tablespace> | (<object_list>)
    default: no exclusion, example:
    next_exclude = (SDBAH, SAPR3.SDBAD)
    database objects to get special next extent size
    all_sel:<size>[/<limit>] | [<owner>.]<table>:<size>[/<limit>]
    | [<owner>.]<index>:<size>[/<limit>]
    | [<owner>.]<prefix>*:<size>[/<limit>] | (<object_size_list>)
    default: according to table category, example:
    next_special = (SDBAH:100K, SAPR3.SDBAD:1M/200)
    maximum next extent size
    default: 2 GB - 5 * <database_block_size>
    next_max_size = 1G
    maximum number of next extents
    default: 0 - unlimited
    next_limit_count = 300
    database owner of objects to update statistics
    <owner> | (<owner_list>)
    default: all SAP owners
    stats_owner = sapr3
    database objects to update statistics
    all | all_ind | all_part | missing | info_cubes | dbstatc_tab
    | dbstatc_mon | dbstatc_mona | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>) | harmful
    | locked | system_stats | oradict_stats
    default: all abjects of selected owners, example:
    stats_table = (SDBAH, SAPR3.SDBAD)
    database objects to be excluded from updating statistics
    all_part | info_cubes | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>)
    default: no exclusion, example:
    stats_exclude = (SDBAH, SAPR3.SDBAD)
    method for updating statistics for tables not in DBSTATC
    E | EH | EI | EX | C | CH | CI | CX | A | AH | AI | AX | E= | C= | =H
    | =I | =X | +H | +I
    default: according to internal rules
    stats_method = E
    sample size for updating statistics for tables not in DBSTATC
    P<percentage_of_rows> | R<thousands_of_rows>
    default: according to internal rules
    stats_sample_size = P10
    number of buckets for updating statistics with histograms
    default: 75
    stats_bucket_count = 75
    threshold for collecting statistics after checking
    default: 50%
    stats_change_threshold = 50
    number of parallel threads for updating statistics
    default: 1
    stats_parallel_degree = 1
    processing time limit in minutes for updating statistics
    default: 0 - no limit
    stats_limit_time = 0
    parameters for calling DBMS_STATS supplied package
    all:R|B:<degree> | all_part:R|B:<degree> | info_cubes:R|B:<degree>
    | [<owner>.]<table>:R|B:<degree> | [<owner>.]<prefix>*:R|B:<degree>
    | (<object_list>) | NO
    default: NULL - use ANALYZE statement
    stats_dbms_stats = ([ALL:R:1,][<owner>.]<table>:R|B:<degree>,...)
    definition of info cube tables
    default | rsnspace_tab | [<owner>.]<table> | [<owner>.]<prefix>*
    | (<object_list>) | null
    default: from RSNSPACE control table
    stats_info_cubes = (/BIC/D, /BI0/D, ...)
    recovery type [complete | dbpit | tspit | reset | restore | apply
    | disaster]
    default: complete
    recov_type = complete
    directory for brrecover file copies
    default: $SAPDATA_HOME/sapbackup
    recov_copy_dir = C:\oracle\THD\sapbackup
    time period for searching for backups
    0 - all available backups, >0 - backups from n last days
    default: 30
    recov_interval = 30
    degree of paralelism for applying archive log files
    0 - use Oracle default parallelism, 1 - serial, >1 - parallel
    default: Oracle default
    recov_degree = 0
    number of lines for scrolling in list menus
    0 - no scrolling, >0 - scroll n lines
    default: 20
    scroll_lines = 20
    time period for displaying profiles and logs
    0 - all available logs, >0 - logs from n last days
    default: 30
    show_period = 30
    directory for brspace file copies
    default: $SAPDATA_HOME/sapreorg
    space_copy_dir = C:\oracle\THD\sapreorg
    directory for table export dump files
    default: $SAPDATA_HOME/sapreorg
    exp_dump_dir = C:\oracle\THD\sapreorg
    database tables for reorganization
    [<owner>.]<table> | [<owner>.]<prefix>* | [<owner>.]<prefix>%
    | (<table_list>)
    no default
    reorg_table = (SDBAH, SAPR3.SDBAD)
    database indexes for rebuild
    [<owner>.]<index> | [<owner>.]<prefix>* | [<owner>.]<prefix>%
    | (<index_list>)
    no default
    rebuild_index = (SDBAH0, SAPR3.SDBAD0)
    database tables for export
    [<owner>.]<table> | [<owner>.]<prefix>* | [<owner>.]<prefix>%
    | (<table_list>)
    no default
    exp_table = (SDBAH, SAPR3.SDBAD)
    database tables for import
    [<owner>.]<table> | (<table_list>)
    no default
    imp_table = (SDBAH, SAPR3.SDBAD)
    I can log in to ftp from server
    C:\Documents and Settings\thdadm>ftp srv1
    Connected to srv1.
    220 Microsoft FTP Service
    User (srv1:(none)): thdadm
    331 Password required for thdadm.
    Password:
    230 User thdadm logged in.
    ftp> ls
    200 PORT command successful.
    150 Opening ASCII mode data connection for file list.
    sapbackup
    226 Transfer complete.
    ftp: 11 bytes received in 0,00Seconds 11000,00Kbytes/sec.
    ftp> mkdir sap
    257 "sap" directory created.
    please help
    best regards
    Olzhas Suleimenov

    del

  • Offline backup terminated on tape drive

    Detail log: beodflqb.aft
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: beodflqb.aft 2014-06-23 02.00.29
    BR0484I BRBACKUP log file: N:\oracle\PRD\sapbackup\beodflqb.aft
    BR0477I Oracle pfile E:\oracle\PRD\102\database\initPRD.ora created from spfile E:\oracle\PRD\102\database\spfilePRD.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     PRD
    oracle_home                    E:\oracle\PRD\102
    oracle_profile                 E:\oracle\PRD\102\database\initPRD.ora
    sapdata_home                   N:\oracle\PRD
    sap_profile E:\oracle\PRD\102\database\initprd.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                tape
    compress                       no
    tape_copy_cmd                  dd
    cpio_flags                     -ovB
    cpio_in_flags                  -iuvB
    dd_flags                       bs=64k
    dd_in_flags                    bs=64k
    rewind                         mt -f $ rewind
    rewind_offline                 mt -f $ offline
    tape_size                      409600.000 MB
    tape_address                   /dev/nmt0
    tape_address_rew               /dev/mt0
    volume_backup PRDB01,PRDB02,PRDB03,PRDB04,PRDB05,PRDB06,PRDB07,PRDB08,PRDB09,PRDB10,
    PRDB11,PRDB12,PRDB13,PRDB14,PRDB15,PRDB16,PRDB17,PRDB18,PRDB19,PRDB20,
    PRDB21,PRDB22,PRDB23,PRDB24,PRDB25,PRDB26,PRDB27,PRDB28,PRDB29,PRDB30,
    PRDB31,PRDB32,PRDB33,PRDB34,PRDB35
    expir_period                   6
    tape_use_count                 100
    exec_parallel                  0
    system_info                    SAPServicePRD KRBLPRD Windows 5.2 Build 3790 Service Pack 1 AMD64
    oracle_info                    PRD 10.2.0.2.0 8192 20731 782785761 KRBLPRD UTF8 UTF8
    sap_info                       700 SAPSR3 PRD U1634407522 R3_ORA 0020225501
    make_info                      NTAMD64 OCI_10201_SHARE Feb  6 2008
    command_line                   brbackup -u / -jid ALGOF20140620020000 -c force -t offline_force -m all -p initprd.sap -a -c force -p initprd.sap -cds
    BR0116I ARCHIVE LOG LIST before backup for database instance PRD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            J:\oracle\PRD\oraarch\PRDarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     20728
    Next log sequence to archive   20731
    Current log sequence           20731            SCN: 782785761
    Database block size            8192             Thread: 1
    Current system change number   782801616        ResetId: 785315093
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status File Size   Id.     Device Link    Type       MaxSize     IncrSize BlkSize
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_1\SR3.DATA1               7549755392    4           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_2\SR3.DATA2               7633641472    5           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_3\SR3.DATA3               7591698432    6           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_4\SR3.DATA4               7633641472    7           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_5\SR3.DATA5               7549755392    8           5 NOLINK  FILE   10485760000     20971520 8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10             7402954752   13           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_6\SR3.DATA6               7633641472    9           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_7\SR3.DATA7               7717527552   10           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_8\SR3.DATA8               7507812352   11           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_9\SR3.DATA9               7319068672   12           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_11\SR3.DATA11             7444897792   14           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_12\SR3.DATA12             7780442112   15           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_13\SR3.DATA13             7465869312   16           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_14\SR3.DATA14             7759470592   17           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_15\SR3.DATA15             7864328192   18           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_16\SR3.DATA16             7948214272   19           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_17\SR3.DATA17             8199872512   20           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_18\SR3.DATA18             8178900992   21           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_19\SR3.DATA19             7969185792   22           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_20\SR3.DATA20             7738499072   23           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_1\SR3700.DATA1         4865400832   24           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_2\SR3700.DATA2         4865400832   25           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_3\SR3700.DATA3         4844429312   26           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_4\SR3700.DATA4         4613742592   27           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_5\SR3700.DATA5         4550828032   28           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_6\SR3700.DATA6         4236255232   29           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_7\SR3700.DATA7         4131397632   30           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_8\SR3700.DATA8         4152369152   31           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_10\SR3700.DATA10       4152369152   33           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_11\SR3700.DATA11       4089454592   34           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_12\SR3700.DATA12       4299169792   35           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_9\SR3700.DATA9         4236255232   32           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_13\SR3700.DATA13       4529856512   36           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_14\SR3700.DATA14       4928315392 37           8  NOLINK FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_15\SR3700.DATA15       4907343872   38           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_16\SR3700.DATA16       4991229952   39           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3USR     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3USR_1\SR3USR.DATA1           83894272   40           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPTEMP       ONLINE#    ONLINE G:\ORACLE\PRD\SAPDATA2\TEMP_1\TEMP.DATA1             3145736192   -1           6 NOLINK  FILE             0            0     8192
    PSAPTEMP       ONLINE#    ONLINE G:\ORACLE\PRD\SAPDATA2\TEMP_2\TEMP.DATA2             3145736192   -2           6 NOLINK  FILE             0            0     8192
    PSAPUNDO       ONLINE-    ONLINE+ H:\ORACLE\PRD\SAPDATA3\UNDO_1\UNDO.DATA1             9751764992    2           7 NOLINK  FILE   10485760000     20971520     8192
    SYSAUX         ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          398467072    3           5 NOLINK  FILE   10485760000     20971520     8192
    SYSTEM         ONLINE*    SYSTEM+ F:\ORACLE\PRD\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          922755072    1           5 NOLINK  FILE   10485760000     20971520     8192
    BR0119I Redo log files
    File Size  Group     Device Status    Link    Type
    L:\ORACLE\PRD\MIRRLOGA\LOG_G11M2.DBF            52429312    1           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGA\LOG_G11M1.DBF            52429312    1           10 INUSE     NOLINK  FILE
    L:\ORACLE\PRD\MIRRLOGB\LOG_G12M2.DBF            52429312    2           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGB\LOG_G12M1.DBF            52429312    2           10 INUSE     NOLINK  FILE
    L:\ORACLE\PRD\MIRRLOGA\LOG_G13M2.DBF            52429312    3           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGA\LOG_G13M1.DBF            52429312    3           10 INUSE     NOLINK  FILE
    L:\ORACLE\PRD\MIRRLOGB\LOG_G14M2.DBF            52429312    4           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGB\LOG_G14M1.DBF            52429312    4           10 INUSE     NOLINK  FILE
    BR0120I Control files
    File Size   Id.      Device Link    Type
    K:\oracle\PRD\origlogA\cntrl\cntrlPRD.dbf       26787840    0           10 NOLINK  FILE
    K:\oracle\PRD\origlogB\cntrl\cntrlPRD.dbf       26787840    0           10 NOLINK  FILE
    N:\oracle\PRD\sapdata1\cntrl\cntrlPRD.dbf       26787840    0           13 NOLINK  FILE
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.30
    BR0057I Backup of database: PRD
    BR0058I BRBACKUP action ID: beodflqb
    BR0059I BRBACKUP function ID: aft
    BR0110I Backup mode: ALL
    BR0077I Database files for backup:
    L:\ORACLE\PRD\MIRRLOGA\LOG_G11M2.DBF
    L:\ORACLE\PRD\MIRRLOGB\LOG_G12M2.DBF
    L:\ORACLE\PRD\MIRRLOGA\LOG_G13M2.DBF
    L:\ORACLE\PRD\MIRRLOGB\LOG_G14M2.DBF
    K:\oracle\PRD\origlogA\cntrl\cntrlPRD.dbf
    BR0061I 47 files found for backup, total size 232665.877 MB
    BR0143I Backup type: offline_force
    BR0112I Files will not be compressed
    BR0130I Backup device type: tape
    BR0102I Following backup device will be used: /dev/nmt0
    BR0103I Following backup volume will be used: PRDB11
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0208I Volume with name PRDB11 required in device /dev/nmt0
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.30
    BR0226I Rewinding tape volume in device /dev/mt0 ...
    BR0351I Restoring N:\oracle\PRD\sapbackup\.tape.hdr0
    BR0355I from /dev/nmt0 ...
    BR0241I Checking label on volume in device /dev/nmt0
    BR0242I Scratch volume in device /dev/nmt0 will be renamed to PRDB11
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.30
    BR0226I Rewinding tape volume in device /dev/mt0 ...
    BR0202I Saving N:\oracle\PRD\sapbackup\.tape.hdr0
    BR0203I to /dev/nmt0 ...
    BR0209I Volume in device /dev/nmt0 has name PRDB11
    BR0202I Saving init_ora
    BR0203I to /dev/nmt0 ...
    BR0202I Saving E:\oracle\PRD\102\database\initprd.sap
    BR0203I to /dev/nmt0 ...
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.45
    BR0198I Profiles saved successfully
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.46
    BR0307I Shutting down database instance PRD ...
    BR0280I BRBACKUP time stamp: 2014-06-23 02.01.12
    BR0308I Shutdown of database instance PRD successful
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_1\SR3.DATA1
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_1\SR3.DATA1
    #SAVED.... SR3.DATA1  PRDB11/4
    BR0280I BRBACKUP time stamp: 2014-06-23 02.06.29
    BR0063I 1 of 47 files processed - 7200.008 MB of 232665.877 MB done
    BR0204I Percentage done: 3.09%, estimated end time: 5:13
    BR0001I **________________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_2\SR3.DATA2
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_2\SR3.DATA2
    #SAVED.... SR3.DATA2  PRDB11/5
    BR0280I BRBACKUP time stamp: 2014-06-23 02.10.49
    BR0063I 2 of 47 files processed - 14480.016 MB of 232665.877 MB done
    BR0204I Percentage done: 6.22%, estimated end time: 4:46
    BR0001I ***_______________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_3\SR3.DATA3
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_3\SR3.DATA3
    #SAVED.... SR3.DATA3  PRDB11/6
    BR0280I BRBACKUP time stamp: 2014-06-23 02.15.05
    BR0063I 3 of 47 files processed - 21720.023 MB of 232665.877 MB done
    BR0204I Percentage done: 9.34%, estimated end time: 4:36
    BR0001I *****_____________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_4\SR3.DATA4
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_4\SR3.DATA4
    #SAVED.... SR3.DATA4  PRDB11/7
    BR0280I BRBACKUP time stamp: 2014-06-23 02.19.34
    BR0063I 4 of 47 files processed - 29000.031 MB of 232665.877 MB done
    BR0204I Percentage done: 12.46%, estimated end time: 4:33
    BR0001I ******____________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_5\SR3.DATA5
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_5\SR3.DATA5
    #SAVED.... SR3.DATA5  PRDB11/8
    BR0280I BRBACKUP time stamp: 2014-06-23 02.23.50
    BR0063I 5 of 47 files processed - 36200.039 MB of 232665.877 MB done
    BR0204I Percentage done: 15.56%, estimated end time: 4:30
    BR0001I ********__________________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10
    #SAVED.... SR3.DATA10  PRDB11/9
    BR0280I BRBACKUP time stamp: 2014-06-23 02.28.02
    BR0063I 6 of 47 files processed - 43260.047 MB of 232665.877 MB done
    BR0204I Percentage done: 18.59%, estimated end time: 4:28
    BR0001I *********_________________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_6\SR3.DATA6
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_6\SR3.DATA6
    #SAVED.... SR3.DATA6  PRDB11/10
    BR0280I BRBACKUP time stamp: 2014-06-23 02.32.19
    BR0063I 7 of 47 files processed - 50540.055 MB of 232665.877 MB done
    BR0204I Percentage done: 21.72%, estimated end time: 4:26
    BR0001I ***********_______________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_7\SR3.DATA7
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_7\SR3.DATA7
    #SAVED.... SR3.DATA7  PRDB11/11
    BR0280I BRBACKUP time stamp: 2014-06-23 02.36.45
    BR0063I 8 of 47 files processed - 57900.063 MB of 232665.877 MB done
    BR0204I Percentage done: 24.89%, estimated end time: 4:26
    BR0001I ************______________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_8\SR3.DATA8
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_8\SR3.DATA8
    #SAVED.... SR3.DATA8  PRDB11/12
    BR0280I BRBACKUP time stamp: 2014-06-23 02.40.58
    BR0063I 9 of 47 files processed - 65060.070 MB of 232665.877 MB done
    BR0204I Percentage done: 27.96%, estimated end time: 4:25
    BR0001I **************____________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_9\SR3.DATA9
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_9\SR3.DATA9
    #SAVED.... SR3.DATA9  PRDB11/13
    BR0280I BRBACKUP time stamp: 2014-06-23 02.45.11
    BR0063I 10 of 47 files processed - 72040.078 MB of 232665.877 MB done
    BR0204I Percentage done: 30.96%, estimated end time: 4:24
    BR0001I ***************___________________________________
    BR0202I Saving H:\ORACLE\PRD\SAPDATA3\SR3_11\SR3.DATA11
    BR0203I to /dev/nmt0 ...

    Hi,
    Have you changed or used any other tape as it could be because of faulty/damaged tape .
    Regards,
    Gaurav

  • Restore bkf Backup Files on Tape with Windows Server 2008 R2

    We have to migrate an application from a legacy server (OS Windows Server 2003) to a new server (OS Windows Server 2008 R2).
    Due to legal obligations we have to keep backups for 10 years. Until now NTBACKUP was used to store the data on tape.
    We must be able to restore data from tapes of the last 10 years for audit purposes.  
    We installed Update für Windows Server 2008 R2 x64 Edition (KB974674) containing NTBackup-RestoreUtility on the new server.
    It seems that this tool is not able to restore from tapes.
    How can we fullfil the legal requirements to restore backuped data from tape on Windows Server 8 R2 (and in future with Windows Server 2012 R2)?

    Hi,
    This is Exchange server forum. Actually, we have a dedicated support team regarding the Microsoft Windows Server. I recommend you ask your question on our Windows Server forum which is staffed by more experts specializing in this kind of problems. Thanks
    for your understanding.
    For your convenience:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver
    Hope it helps.
    If you have any problem with Exchange server, welcome to our Exchange server forum.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Restore backup piece from tape to disk?

    Hi,
    Is it possible to restore rman backup piece from tape to disk? Please advice.
    Thanks,

    Is it possible to restore rman backup piece from tape to disk? Please advice.I dont think so it is related with ORACLE database to copy backup pieces from tape to disk.
    You might have any other vendors like veritas, Symmetrix & all. We backup an Oracle database via the TDP application to tape

  • Approximate time for Taking Oracle Backup

    Can you guys tell me how can I guess
    1.what time should be taken for a Oracle database's full export backup ?
    2.what time for a full online Physical backup ?
    3.what time for a full offline Physical backup ?
    We can see the size of the associated datafiles of the database from dba_datafiles. We have only that clue and the database is residing on an AIX box.
    Any good idea will be appretiated.
    Also please give me the idea on which factors the time for backup depends. And how it can be done in good speed.

    Might be that sac-Pune's timing information is wrong. But he could understand my question and tried to answer with a case study. Ok I really tried to get the answer from a person who has good hands on experience. And who has handled oracle backups on different hardwares and also different OS.
    I know that the backup timing depends on the size . Suppose we take a case study
    Environment parameters:
    1. Database size: 100 gb
    2. Hardware/OS : IBM AIX
    3. Memory : 4 GB
    4. Number of CPU: 4
    5. Oracle version 9.2.0.7
    1.what time should be taken for a Oracle database's full export backup ?
    2.what time for a full online Physical backup ?
    3.what time for a full offline Physical backup ?
    Can any one give me the approximate timing for those ? 30mins plus minus will be accepted.
    Can we deduce any formula on backup timing as 3 environment parameters are numeric.
    Is there any proportionate relation in timing of Export backup and Online physical backup?
    or
    Is there any proportionate relation in timing of Online physical backup and Offline physical backup?
    or
    Is there any proportionate relation in timing of Old Online physical backup and RMAN method physical backup?
    I know that oracle backup timing depends on many factors. But again it is a bookish answer. In my original post I wanted to know 'which factors'?
    I also requested to give me some thumb rules how backup can be fast.
    I recently joined a new organisation where the database size are huge. But I would have to create some emergency 'Change Requests' on Oracle backups. Discussing with Old DBAs and prior testing in test environments with same volume of data as in production is not possible at this point of time.
    Looking for good contribution from the members

  • How to copy the backup files from TAPE to Local disc

    Hi Gurs,
    i want to make as replica trrough  PRD offline backup , on new server, while database installing i will take the option systemcopy /backup/restore , so for that how installation master can recognise the tape from tape device, so that now i wanted to copy the backup files from Tape to local disk so that it was already mounted ,i can show the path of backup files.
    the OS is Susi 9
    Oracle 9i
    ECC 5.0
    please any one can help me
    cheers

    What do you use to backup the files to disk? cpio? dd?
    Markus

  • Disadvantages of taking user manged backup directly on tape

    Hi,
    I have oracle 10.2.0.4 database on aix 5.3 Operating system.
    My all the datafiles,controlfiles,logfiles reside on /oradb filesystem.
    I have shut down the database & listner, & without copying all the database files into another file system.
    I have inform to backup team to take backup directly on tape by giving database file liocation /oradb.
    Please let me know the disadvantages of taking backup directly on tape by using user managed backup.
    Regards,

    All the list points are advantage of rman and are not available in user-managed so are the disadvantage of user-managed.
    ==> There are simpler backup and recovery commands.
    ==> It automatically manages the backup files without DBA intervention.
    ==> It automatically deletes unnecessary backup datafiles and archived redo log files both from disk and tape.
    ==> It provides you with detailed reporting of backup actions.
    ==> It provides considerable help in duplicating a database or creating a standby database.
    ==> It lets you test whether you can recover your database, without actually restoring data.
    ==> It lets you verify that available backups are usable for recovery.
    ==> It lets you make incremental backups, which isn’t possible by any other means of backup.
    ==> It lets you perform database duplication without backups by using the network-enabled database duplication feature, also known as active duplication.
    ==> It automatically detects corrupt data blocks during backups, with the corruption relevant information recorded in the V$DATABASE_BLOCK_CORRUPTION view.
    ==> When only a few data blocks are corrupted, you can recover at the data block level, instead of recovering an entire datafile.
    ==> You can take advantage of the unused block compression feature, wherein RMAN skips unused data blocks during a backup.
    ==> Only RMAN provides the ability to perform encrypted backups.
    ==> You can use RMAN with a variety of third-party storage systems.
    ==> You can use a powerful yet easy-to-use scripting language, which lets you write custom
    backup and recovery scripts quickly.
    Hope this may help u ..
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • RMAN :  Backup to a tape.

    Hi every Body,
    I need please help on how to backup to a tape.
    Exactly how to configure the MML interface ?

    You can consider Oracle Secure Backup or a vendor from Oracle Backup Solutions Program.
    Check Configuring RMAN to Make Backups to a Media Manager for configuration of RMAN and the vendor specific documentation for the media management configuration.

  • Oracle VM 2.2 :: Oracle Clusterware/Oracle 11gR2 {Single RAC node} Question

    1. Is it recommended to use physical disks everywher for ORAHOME, base operating system root, OCR / Vote disks and ASM disks? At this point of time in my vm.cfg only the ASM disks are physical while the OCR / Vote disks and ORAHOME and operating system is on an image file using tap:aio (blktap) driver.
    Current vm.cfg disk directive
    disk = ['tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/running_pool/16_oeldb1/System.img,xvda,w',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/running_pool/16_oeldb1/oracle.img,xvdb,w',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/oracle_oeldb2.img,xvdc,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/asm_vote01.img,xvdd,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/asm_vote02.img,xvde,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/asm_vote03.img,xvdf,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/asm_vote04.img,xvdg,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/asm_vote05.img,xvdh,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/db_disk_01.img,xvdi,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/db_disk_02.img,xvdj,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/db_disk_03.img,xvdk,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/db_disk_04.img,xvdl,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/oeldb_ocfs2.img,xvdm,w!',
    'tap:aio:/var/ovs/mount/1FB2E6B36D21418792A1DD30B62C689F/sharedDisk/temp.img,xvdn,w!',
    'phy:/dev/sdf,xvdo,w!',
    'phy:/dev/sdg,xvdp,w!',
    'phy:/dev/sdh,xvdq,w!',
    'phy:/dev/sdi,xvdr,w!',
    2. is it recommended to use OCFS2 base partitioned disks be used to create ASM disks. I want to use these disks for ASM. (OR should i destroy the filesystem at the hypervisor and just present raw disk)
    [root@oeldb1 ~]# mounted.ocfs2 -d
    Device FS UUID Label
    /dev/xvdo ocfs2 67728d4c-f26d-4ec7-9ca1-4b25be453ec8 phydb1
    /dev/xvdp ocfs2 6901ffd5-33cb-46f7-99bb-74fc712ea4db phydb2
    /dev/xvdq ocfs2 95ed1075-f772-4c69-9ae0-9078b54bc8b5 phydb3
    /dev/xvdr ocfs2 6b3c313e-cec0-4967-a670-8856d38b0cd1 phydb4
    [root@oeldb1 ~]#

    Sebastian : Thanks. I did come across this white paper & now I have converted they ASM disks to physical. When you say just direcly pass LUNs from storage, its still going to be a virtual block device off the RAW lun to OVS, is that what you meant? .. ie RAW disk to OVS --> use phy: directive to present and xvd"n" to vm (PV block driver)
    ssolbach wrote:
    Hi,
    1.) It is recommended to use physical disks for all ASM disks (also for OCR and Vote). If you use 11.2. then OCR/Vote are on ASM anyway.
    See also: http://www.oracle.com/technetwork/database/clustering/oracle-rac-in-oracle-vm-environment-131948.pdf
    2.) Just present RAW disks. Best is to directly pass the LUNs provided from the storage.
    Regards
    SebastianAvi : hdparam and dd tests do not say so. I have seen better performances with blktap driver. Even iostat run within ASM showed better response times. I serched on white paper and documents within metalink on blktap or file driver, but couldnt find any. (I did find some ex Oracle SE's journals recommending blktap driver for better performance). Are you referring to significant improvements in 3.0.2 ? because, in 2.2 the file: driver is poor performing.
    Avi Miller wrote:
    Also note that you should be using the file: driver with Oracle VM, not tap:aio -- all of the Oracle performance improvements went into the loopback driver that uses the file method.Edited by: Abhijit on Dec 8, 2011 7:14 AM
    Edited by: Abhijit on Dec 8, 2011 7:15 AM
    Edited by: Abhijit on Dec 8, 2011 7:18 AM
    Edited by: Abhijit on Dec 8, 2011 7:19 AM

  • Due to NAS issues, when I started a new time machine backup it did not have the old backups available. My question is do I need to delete them or will time machine automatically reclaim the space?  Only one Sparse Bundle, same name.

    Due to NAS issues, when I started a new time machine backup it did not have the old backups available. My question is do I need to delete them or will time machine automatically reclaim the space?  There is only one sparse bundle but when I enter time machine I don't see my historic backups.  I use a synology DS212 for my time machine.  Started a new backup which is 218gb but it says 618 gb is occupied  therefore it looks like 2 or 3 backups are still on the disk. Before my NAS issues the last backup was in 2014.  As you can see there is a second sparse bundle from 2012.  Not sure what that is.

    This is an old message now, but what happened to me similarly was:
    I had a major computer crash and through complicated pathways ended up reinstalling (Mavericks) as a new user (long story).
    At least I had good Time Machine backups on an NAS drive (Synology DS212j), or so I thought - when I started Time Machine up again, the old backup file was gone, replaced by a new one using my "new computer" name. The old file was gone both by directly mounting the NAS drive and by clicking "Enter Time Machine".
    It's like I had {OldShareName}.sparsebundle and then it was replaced by {NewShareName}.sparsebundle, all of the old info vanished.
    (I have spent a week finding old files elsewhere and have completed a satisfactory self-restore. It pays to "archive" [my own variation of] as well as "back-up".)
    My belief is that if this were a wired-netword-drive, e.g. plugged right into my iMac with a USB cable, then the old file would have remained.
    But this is an NAS drive, connected directly to my Airport wireless router, and I don't know the significance of the fact that it stores its Time Machine backups as "sparsebundle" files rather than simply as plain(er) files.
    As usual when things get complicated with computers (not just Apple computers) there was never a warning message. Something like "YOU'RE ABOUT TO DELETE A TIME MACHINE BACK-UP FILE!!!" would have made my life a lot simpler.
    BTW, I did try a "restore from Time Machine" option the first thing I had my "new computer" (old hardware, 2009 iMac) up and running, using Migration Assistant, and it ran for many hours and then failed in the wee hours - what that has to do with anything I'm not sure.
    I'm not sure that I have a question about this other than "why do these things happen to me?", but it's a warning. Apart from that I've been very happy with the stability and reliability (but not the cost or set-up complexity) of NAS vs. directly-cabled external drives.
    Charles

  • SAP & Oracle Backup Integration

    Hi,
        Have Oracle 10g as backend for database & Legato Backup Software has been installed on the server. Could anyone please let me know that if i use DB13 for taking online & offline backups how would it integrate with the Legato Backup Software & is there any special licences required for integration with SAP. Hoping to get a reply soon...

    Hi
    For Oracle Backups the preferred backup method is RMAN. I suggest you read docs for more information. Try focusing on incremental backups as you suggested space constraints.
    Rgds
    Adnan

  • Oracle Backup tools

    Hi Experts,
    Plz guide me which is the best third party tool for backup & recover of database in Oracle and where can i get the trail version of this tool.
    Thanx in Advance
    Mani

    Most people use RMAN nowadays, I don't think you need any other third party tools to do Oracle backup. Most storage vendor will try to make their tools to be integrated with RMAN rather than come up a new tool.
    When it comes to backup/recovery of Oracle database nobody can do a better job than Oracle itself.
    http://download-west.oracle.com/docs/cd/B19306_01/backup.102/b14192/intro005.htm#sthref66

Maybe you are looking for

  • Data manager package log does not show Global variables!!

    Hello Experts, We are using BPC 10 sp14 Microsoft version with SQL Server 2008 R2. We are seeing an issue where datamanager package log does not show the Global variables defined in package script whereas in BPC 7.5 Global variable were visible in pa

  • After iTunes 10.6 update, program won't open

    I just downloaded the iTunes 10.6 update and now my iTunes will not open. The icon in my dock will jump a few times, as if the program were opening, but then nothing happens. Any fixes?

  • BB curve 9330 email trouble

    I click on email accounts in the set-up then click on internet email and it just takes me back to the setup menu.... If anyone can help I would be very thankful

  • Apple TV 2.0 WILL have Closed Captioning Support

    see article from ilounge. Look at the 3rd picture from the bottom. http://www.ilounge.com/index.php/articles/comments/what-to-expect-from-apple-tv- 20-photos-and-details/ this is good news for a lot of people. Now if apple will add more CC movies to

  • Choose Layout button in ALV standard

    Hi abap expert, Is there any way to display a drop down list button for 'Choose Layout' which include the options (choose layout, change layout, save layout, manage layout) in just 1 button, instead of having the 'choose layout/change layout/save lay