Oracle Backup Misbehavior

Hello,
iam running into a strange problem while doing a backup via Oracle Enterprise Tool under Oracle 11g:
1. Login: sys as sydba
2. Backup Setting are on "Image Copy"
2.1 Keep most generally default settings
2.2 Test Disk Backup successfully
3. Schedule Backup
3.1 Whole database
3.2 Full Backup
3.3 Online
3.4 Disk
3.5 One time
4. Waiting until orcl is ready and backup job is succeeded
5. Altering the database
5.1 e.g. filling an empty tablespace with tables
5.2 or changing an existing database table content through a database tool (e.g. DVisualizer)
6. Perform Recovery
6.1 Recovery Scope: datafile
6.2 Restore datafile
6.3 select the afected datafile
6.4 the most recent backup
6.5 restore to default location
6.6 Submit job und wait till succeeded
From now on the problem starts:
- If i am looking now at the datafile i can see the status = Recover. I can access the tablespace, but not my data (datafile)
- Looking at the function "Perform Recover" => the Oracle Advisor is recommending a Recovery
- Performing the Recovering => I can afterwards access the tablespace, but there is not the state i have backuped before and i wanted to restore
What iam doing wrong here?
Please advice.
Any help is appreciated.
If you have any guideline how i can easily do a simply Oracle backup it would be helpful as well.
Edited by: Macgator on Aug 25, 2009 9:24 AM
Edited by: Macgator on Aug 25, 2009 9:54 AM

If I understand you correctly you performed a COMPLETE recovery,rsp. EM triggered this. Do you want to get back the state of the database BEFORE the changes? Then you must restore/recover incompletely, just before the point in time the changes were done.
A short description is here:
http://download.oracle.com/docs/cd/B28359_01/server.111/b28301/backrest.htm#i1004902
Werner

Similar Messages

  • 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

  • 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

  • How to do oracle  backup,restore,recovery using php?

    Is there anyone know how to do oracle backup,restore and recovery using php? any tips... is there any ways to do that?

    Are you referring to performing RMAN backup operations via the OSB web tool? RMAN operations are managed, not via the web tool, but through RMAN command line or Oracle Enterprise Manager (EM)
    Donna

  • System Copy/ Oracle Backup/Restore as part of migrating from 32 to 64-bit

    Source system (I386): R3E47 Ext Set 2.00 SAP_BASIS 620 Kernel 640 Windows 2000, Oracle 10.2.0.4, non-unicode
    Target system (x86-64/AMD64): R3E47 Ext Set 2.00 SAP_BASIS 620 Kernel 640 Windows 2000 Oracle 10.2.0.4, non-unicode
    Am using method System Copy/ Oracle Backup/Restore to migrate from 32 to 64 bit (HOM System Copy).
    Actions on source system:
    a) Upgrade from 9.2.0.7 to Oracle 10.2.0.4
    b) Used ora_br_copy.bat to generate CONTROL.SQL and init<sid>.ora
    c) Switched logfiles
    d) Performed offline backup
    Actions on target system:
    a) Installed Oracle 10.2.0.1 and patched it to 10.2.0.4
    b) Used CD 51033746 "6.20/6.40 based products Installation Master (Edition May 2008)" to install the CI
    c) Started installation of the DB instance selecting System Copy/ Oracle Backup/Restore (same <SID> for source and target systems)
    Relevant input parameters used:
    Database schema: SAPR3
    Database character set: US7ASCII
    d) When SAPINST stopped to allow for restoring of datafiles, logs and init<sid.ora>:
    - copied datafiles and logs to the usual place
    - copied CONTROL.SQL (edited to include utilrp.sql and utlrp.sql for the migration from 32 to 64) to the DB-instance intallation . directory.
    - copied generated init<SID>.ora to the <ORACLE_HOME>\database
    e) Resumed SAPINST.
    David Byrne in a previous post suggested: "check your oracle alert file in case there are errors there you may need to update the word size for the 64bit install. Errors like this in the oracle alert file would suggest that.,
    ORA-12012
    ORA-06544: PL/SQL: internal error, arguments: [ORA-06544: PL/SQL: internal error, arguments: 56319], [, ], [, ], [, ], [
    ORA-06553"
    Well, I am getting ORA-06553: PLS-801: internal error [56319] but then my edited CONTROL.SQL (which is mainly a CREATE CONTROLFILE as it would be obtained with a ...BACKUP CONTROLFILE TO TRACE) includes at the end this:
    shutdown immediate
    startup upgrade
    spool utlirp.log
    @?/rdbms/admin/utlirp.sql
    spool off
    Shutdown immediate
    Startup
    Spool utlrp.log
    @?/rdbms/admin/utlrp.sql
    Spool off
    exit
    which is supposed to do just that... (I think)
    Help, anyone?

    > Trying to cheer me up, are you?
    No
    > It is NOT free that reorganization! Quite expensive, actually, paid for in time! But you're right... the database needed a reorg anyway :-\
    True, not "free" - it takes time but the data will be nicely aligned then
    > And why would I have to reconfigure all those 10.2 features? Everything's either in the database or init<sid>.ora, ain't it? And my database is a pretty 10.2.0.4 with all those nice features already activated...
    No - not really auotmatically if you upgraded from 9.2 And "init<SID>.ora" is past, you nowadays use "spfile" If, of course, e. g. Automatic Undo was activated in 9.2 then it's there of course in 10.2 too.
    > One sticky point... I haven't really read the r3load procedure yet and I will before I import, but... I would say I don't have to do anything about the 32->64 bit, right? I mean, it should behave properly while reloading on 64-bit...
    The exported content is about 10 % of the size of the system, it's database and OS independent so yes, you can import it nicely on 32bit. Another tip: make sure you don't just use the default configurations for R3load, it will take a HUGE amount of time. Use the package splitter (builtin-in in sapinst) so you get a much higher parallelism when importing.
    Markus

  • System copy using oracle backup/restore - sapinst does not restart after re

    I am performing a system copy of a BW3.5 system, using the system copy procedures and Oracle backup/restore. on the target node, I have installed the CI. I have run sapinst to install the database up to the point when it tells me to install the Oracle Server software, then restore the backup, and choose 'OK' in the dialog box. As I did not want to leave this dialog open, I chose 'cancel'. I have now installed Oracle, and restored the database, but when I try restarting sapinst I get the following error, and sapinst quits:
    FKD-00049  XML - Parser error: error: invalid symbol '' in literal 'SAPSYSTEM_DB
    indind_ind_ind_ind_0_SAPSYSTEM_ind_ind_ind_ind_ind_0_SAPComponent_ind_ind_ind_
    ind_ind_0_SAPComponent_Accounts_ind_ind_ind_ind_ind_0_SAPCompon' in line 1, 1
    in file
    ERROR      2007-08-20 15:06:13 [iaxxcsihlp.hpp:208]
               main()
    FCO-00031  An error occurred during the installation of component Problem: error
    in persistency subsystem.. Press the log view button to get extended error info
    rmation or press OK to terminate the installation.
    Has anybody ever experienced this before, or have any clues as to what the problem is? This is a production system, and it is supposed to be available by the end of the week....

    Hi Angie,
    You should always mention OS details while drafting message.
    First, CHeck you must selected same SID as earlier while installation or Oracle and DB.
    Secondly, you can skip this phase in SAPInst, bit technical for you.
    Alternatively,
    Recommendations
    - Set parameters as per SAP Note 356370
    - Change the swap mode from 'intermediate' to 'deferred' as described in
      SAP Note 97179.
    - Add /usr/sbin to the path of the user <sapsid>adm in the file
    .cshrc, .login, .profile in the user's home directory. Enter the
    following command(s) at the end of .cshrc, .login, .profile:
      a) If using a csh, enter:
           set path=(/usr/sbin $path)
      b) If using a sh, enter:
           path=/usr/sbin:$path
           export path
    Br,
    Amit Lal
    Reward suitable pts.

  • Oracle Backup software in 10G

    Currently we are using RMAN along with Tivoli to manage our backups. Any one has experience with Oracle backup software solution in 10G?
    Thanks
    Prakash

    Safest bet is to avoid multiple homes. But if you thrive on pain...
    Start -> Programs -> Oracle - homename -> Oracle Installation Products -> Universal Installer.
    Click on Installed Products... then choose the Environment tab.
    Actually, using the 10.2 Documentation library Search function, you will find the same thing.
    Message was edited by:
    orafad

  • Oracle Backup

    OS: AIX 5.2
    Oracle DB: 10.1.0.4.0
    We have Oracle Database running on AIX box.
    How could I know about any backup activities?
    I have just joined this project.
    Consultant went for holidays.
    Is there any way to find that any "Oracle backup" is in process via cron job or any other process?
    Regards,
    DN

    what is your conclusion from the below command?
    RMAN> list backup;
    Ø     
    1 2202 26572119 07-DEC-05 26572549 07-DEC-05
    BS Key Size Device Type Elapsed Time Completion Time
    53 496M DISK 00:00:17 07-DEC-05
    BP Key: 88 Status: AVAILABLE Compressed: NO Tag: TAG20051207T151746
    Piece Name: /u02/backup_3th5n7ff_1_1
    List of Archived Logs in backup set 53
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 2258 26595963 07-DEC-05 26596386 07-DEC-05
    1 2259 26596386 07-DEC-05 26596809 07-DEC-05
    1 2260 26596809 07-DEC-05 26597232 07-DEC-05
    1 2261 26597232 07-DEC-05 26597654 07-DEC-05
    1 2262 26597654 07-DEC-05 26598076 07-DEC-05
    1 2310 26618081 07-DEC-05 26618505 07-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    54 Full 3M DISK 00:00:01 07-DEC-05
    BP Key: 89 Status: AVAILABLE Compressed: NO Tag: TAG20051207T151938
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2005_12_07/o1_mf_s_576428663_1sgvjckr_.bkp
    Controlfile Included: Ckp SCN: 26639775 Ckp time: 07-DEC-05
    SPFILE Included: Modification time: 22-NOV-05
    BS Key Size Device Type Elapsed Time Completion Time
    55 35M DISK 00:00:02 07-DEC-05
    BP Key: 90 Status: AVAILABLE Compressed: NO Tag: TAG20051207T152939
    Piece Name: /u02/backup_3vh5n833_1_1
    List of Archived Logs in backup set 55
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 2311 26618505 07-DEC-05 26618928 07-DEC-05
    1 2312 26618928 07-DEC-05 26619351 07-DEC-05
    1 2313 26619351 07-DEC-05 26639776 07-DEC-05
    1 2314 26639776 07-DEC-05 26644839 07-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    56 Full 3M DISK 00:00:01 07-DEC-05
    BP Key: 91 Status: AVAILABLE Compressed: NO Tag: TAG20051207T152941
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2005_12_07/o1_mf_s_576430181_1sgw361k_.bkp
    Controlfile Included: Ckp SCN: 26644846 Ckp time: 07-DEC-05
    SPFILE Included: Modification time: 22-NOV-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    57 Full 3M DISK 00:00:00 07-DEC-05
    BP Key: 92 Status: AVAILABLE Compressed: NO Tag: TAG20051207T155644
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2005_12_07/o1_mf_s_576431804_1sgxowts_.bkp
    Controlfile Included: Ckp SCN: 26646831 Ckp time: 07-DEC-05
    SPFILE Included: Modification time: 22-NOV-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    58 Full 3M DISK 00:00:00 07-DEC-05
    BP Key: 93 Status: AVAILABLE Compressed: NO Tag: TAG20051207T173016
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2005_12_07/o1_mf_s_576437416_1sh358jd_.bkp
    Controlfile Included: Ckp SCN: 26650878 Ckp time: 07-DEC-05
    SPFILE Included: Modification time: 22-NOV-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    59 Full 3M DISK 00:00:01 04-JAN-06
    BP Key: 94 Status: AVAILABLE Compressed: NO Tag: TAG20060104T093050
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578827850_1vr1lcnm_.bkp
    Controlfile Included: Ckp SCN: 42806953 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    60 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 95 Status: AVAILABLE Compressed: NO Tag: TAG20060104T094251
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578828571_1vr28vw9_.bkp
    Controlfile Included: Ckp SCN: 42815624 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    61 Full 3M DISK 00:00:01 04-JAN-06
    BP Key: 96 Status: AVAILABLE Compressed: NO Tag: TAG20060104T094533
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578828733_1vr2fy2o_.bkp
    Controlfile Included: Ckp SCN: 42816026 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    62 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 97 Status: AVAILABLE Compressed: NO Tag: TAG20060104T094627
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578828787_1vr2hmv0_.bkp
    Controlfile Included: Ckp SCN: 42816193 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    63 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 98 Status: AVAILABLE Compressed: NO Tag: TAG20060104T094632
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578828792_1vr2hrsd_.bkp
    Controlfile Included: Ckp SCN: 42816200 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    64 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 99 Status: AVAILABLE Compressed: NO Tag: TAG20060104T094638
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578828798_1vr2hydt_.bkp
    Controlfile Included: Ckp SCN: 42816207 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    65 Full 3M DISK 00:00:01 04-JAN-06
    BP Key: 100 Status: AVAILABLE Compressed: NO Tag: TAG20060104T134826
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578843306_1vrjocjh_.bkp
    Controlfile Included: Ckp SCN: 42929089 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    66 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 101 Status: AVAILABLE Compressed: NO Tag: TAG20060104T135009
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578843409_1vrjrkjw_.bkp
    Controlfile Included: Ckp SCN: 42929429 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    67 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 102 Status: AVAILABLE Compressed: NO Tag: TAG20060104T135034
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578843434_1vrjsb8r_.bkp
    Controlfile Included: Ckp SCN: 42929518 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    68 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 103 Status: AVAILABLE Compressed: NO Tag: TAG20060104T135126
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578843486_1vrjtyrr_.bkp
    Controlfile Included: Ckp SCN: 42929884 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    69 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 104 Status: AVAILABLE Compressed: NO Tag: TAG20060104T135155
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578843515_1vrjvvvy_.bkp
    Controlfile Included: Ckp SCN: 42929918 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    70 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 105 Status: AVAILABLE Compressed: NO Tag: TAG20060104T135205
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578843525_1vrjw5lb_.bkp
    Controlfile Included: Ckp SCN: 42929929 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    71 Full 3M DISK 00:00:00 04-JAN-06
    BP Key: 106 Status: AVAILABLE Compressed: NO Tag: TAG20060104T135209
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578843529_1vrjw9fv_.bkp
    Controlfile Included: Ckp SCN: 42929934 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    72 Full 3M DISK 00:00:02 04-JAN-06
    BP Key: 107 Status: AVAILABLE Compressed: NO Tag: TAG20060104T142508
    Piece Name: /u01/ora10g/xyz/db/flash_recovery_area/SIDNAME/autobackup/2006_01_04/o1_mf_s_578845508_1vrlt664_.bkp
    Controlfile Included: Ckp SCN: 42936229 Ckp time: 04-JAN-06
    SPFILE Included: Modification time: 29-DEC-05
    DN

  • Online Oracle Backup to disk

    Hi,
    I am trying to run an online backup of oracle through db13 to disk on netweaver 710, however, there is no option to set the backup to disk that I can see.  Is there any parameters that needs to be set in order for this to run, or am I missing something obvious?
    Any help would be appreciated.
    Thanks
    Jay

    as we are having problems with an external backup implementation Backup exec 11d will not run an online oracle backup fully we have been told that there is a problem in the software and we are waiting for a hot fix to come out to resolve this, I would like to set up schedules in db13 to backup to disk whilst this problem we have is not resolved.  is there a way or is brtools the best option?
    Thanks again for your help.
    Jay

  • Broken link to Oracle Backup Express Documentation

    The link to the Oracle Backup Express Documentation is broken on the site. The following link is on the Oracle Backup Express download page:
    http://www.oracle.com/technology/documentation/ses1016.html
    The link takes you to the Oracle Secure Enterprise Search 10g Release 1 (10.1.6) Documentation page instead of the Oracle Secure Backup Express v10.1.0.0.0 Documentation page.

    Jan,
    Thanks for reporting this broken link. The "Oracle Web Services Manager - Feature Overview" link has been updated and is now available from: http://www.oracle.com/technology/products/webservices_manager/index.html
    Regards,
    ...Lawrence/OTN

  • 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

  • From where can I buy this book?  Oracle Backup & Recovery

    Oracle Backup & Recovery:
    Expert secrets for using RMAN and Data Pump
    http://www.rampant-books.com/book_1002_rman_backup_recovery.htm
    No answers on Google or Amazon

    user10735952 wrote:
    Oracle Backup & Recovery:
    Expert secrets for using RMAN and Data Pump
    http://www.rampant-books.com/book_1002_rman_backup_recovery.htm
    No answers on Google or AmazonDear OP
    Me and Aman Sharma currently working on this book and there're only two chapters left. We've two strongest reviewers - Hemant K. Chitale and Syed Sabdar who help us a lot.
    This book will be available for the 03/2011

  • Sap Oracle Backup

    Hi all it's very urgent
    We are running 4 oracle 9.2 database in a single machine with sap r/3 4.7 on windows 2003 and even in a single drive now i am responsible for backup
    which method is prefered one whether BRBACKUP or Manual OR scripting
    what about scheduling cold and hot backup
    here we have hardware resource constraint

    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

  • Failed oracle backup

    Hi All,
    I am getting following error log for the failed oracle backup of "TMSDP" database. Cud u help me out with the solution for the failed backup.
    FAILED oracle backup of logtms01_tmsprod
    ORA-19502: write error on file
    "/backup/tmsprod/tmsprod_eolvdtrb_1_1.dmp", blockno 5648897
    (blocksize=8192)
    ORA-27072: skgfdisp: I/O error
    ORA-19502: write error on file
    "/backup/tmsprod/tmsprod_eolvdtrb_1_1.dmp", blockno 5648897
    (blocksize=8192)
    ORA-27072: skgfdisp: I/O error
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/13/2010 04:45:40
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/13/2010 04:45:40 total 214565248
    drwxrwx--- 2 tmsprod dba 8192 Dec 13 04:45 .
    drwxrwxr-x 5 oracle dba 8192 Mar 22 2007 ..
    -rw-r----- 1 oracle dba 7946240 Dec 11 04:32
    c-3735034974-20101211-02
    -rw-r----- 1 oracle dba 7946240 Dec 11 04:59
    c-3735034974-20101211-03
    -rw-r----- 1 oracle dba 7946240 Dec 11 06:32
    c-3735034974-20101211-04
    -rw-r----- 1 oracle dba 7946240 Dec 11 08:32
    c-3735034974-20101211-05
    -rw-r----- 1 oracle dba 7946240 Dec 11 10:32
    c-3735034974-20101211-06
    -rw-r----- 1 oracle dba 7946240 Dec 11 12:32
    c-3735034974-20101211-07
    -rw-r----- 1 oracle dba 7946240 Dec 11 13:32
    c-3735034974-20101211-08
    -rw-r----- 1 oracle dba 7946240 Dec 11 14:32
    c-3735034974-20101211-09
    -rw-r----- 1 oracle dba 7946240 Dec 11 16:32
    c-3735034974-20101211-0a
    -rw-r----- 1 oracle dba 7946240 Dec 11 18:32
    c-3735034974-20101211-0b
    -rw-r----- 1 oracle dba 7946240 Dec 11 20:38
    c-3735034974-20101211-0c
    -rw-r----- 1 oracle dba 7946240 Dec 11 22:32
    c-3735034974-20101211-0d
    -rw-r----- 1 oracle dba 7946240 Dec 12 00:32
    c-3735034974-20101212-00
    -rw-r----- 1 oracle dba 7946240 Dec 12 02:32
    c-3735034974-20101212-01
    -rw-r----- 1 oracle dba 7946240 Dec 12 04:32
    c-3735034974-20101212-02
    -rw-r----- 1 oracle dba 7946240 Dec 12 04:54
    c-3735034974-20101212-03
    -rw-r----- 1 oracle dba 7946240 Dec 12 06:32
    c-3735034974-20101212-04
    -rw-r----- 1 oracle dba 7946240 Dec 12 08:33
    c-3735034974-20101212-05
    -rw-r----- 1 oracle dba 7946240 Dec 12 09:32
    c-3735034974-20101212-06
    -rw-r----- 1 oracle dba 7946240 Dec 12 10:31
    c-3735034974-20101212-07
    -rw-r----- 1 oracle dba 7946240 Dec 12 11:31
    c-3735034974-20101212-08
    -rw-r----- 1 oracle dba 7946240 Dec 12 12:48
    c-3735034974-20101212-09
    -rw-r----- 1 oracle dba 7946240 Dec 12 13:40
    c-3735034974-20101212-0a
    -rw-r----- 1 oracle dba 7946240 Dec 12 14:43
    c-3735034974-20101212-0b
    -rw-r----- 1 oracle dba 7946240 Dec 12 15:42
    c-3735034974-20101212-0c
    -rw-r----- 1 oracle dba 7946240 Dec 12 16:40
    c-3735034974-20101212-0d
    -rw-r----- 1 oracle dba 7946240 Dec 12 18:32
    c-3735034974-20101212-0e
    -rw-r----- 1 oracle dba 7946240 Dec 12 20:34
    c-3735034974-20101212-0f
    -rw-r----- 1 oracle dba 7946240 Dec 12 22:32
    c-3735034974-20101212-10
    -rw-r----- 1 oracle dba 7946240 Dec 13 00:32
    c-3735034974-20101213-00
    -rw-r----- 1 oracle dba 7946240 Dec 13 02:33
    c-3735034974-20101213-01
    -rw-r----- 1 oracle dba 7946240 Dec 13 04:32
    c-3735034974-20101213-02
    -rw-r----- 1 oracle dba 44426125312 Dec 11 04:59
    tmsprod_cqlv8kt6_1_1.dmp
    -rw-r----- 1 oracle dba 166565888 Dec 11 04:32
    tmsprod_ctlv8sha_1_1.arc
    -rw-r----- 1 oracle dba 205871104 Dec 11 06:32
    tmsprod_d0lv93ig_1_1.arc
    -rw-r----- 1 oracle dba 252062720 Dec 11 08:32
    tmsprod_d2lv9ajq_1_1.arc
    -rw-r----- 1 oracle dba 169188352 Dec 11 10:32
    tmsprod_d4lv9hkp_1_1.arc
    -rw-r----- 1 oracle dba 147389440 Dec 11 12:32
    tmsprod_d6lv9oln_1_1.arc
    -rw-r----- 1 oracle dba 64179200 Dec 11 13:31
    tmsprod_d8lv9s59_1_1.arc
    -rw-r----- 1 oracle dba 74700800 Dec 11 14:31
    tmsprod_dalv9vlr_1_1.arc
    -rw-r----- 1 oracle dba 110986240 Dec 11 16:31
    tmsprod_dclva6na_1_1.arc
    -rw-r----- 1 oracle dba 146604032 Dec 11 18:31
    tmsprod_delvado8_1_1.arc
    -rw-r----- 1 oracle dba 1860792320 Dec 11 20:37
    tmsprod_dglvakpj_1_1.arc
    -rw-r----- 1 oracle dba 96500736 Dec 11 22:31
    tmsprod_dilvarq2_1_1.arc
    -rw-r----- 1 oracle dba 174530560 Dec 12 00:32
    tmsprod_dklvb2rp_1_1.arc
    -rw-r----- 1 oracle dba 44437127168 Dec 12 04:53
    tmsprod_dmlvb9et_1_1.dmp
    -rw-r----- 1 oracle dba 124171264 Dec 12 02:31
    tmsprod_dnlvb9rk_1_1.arc
    -rw-r----- 1 oracle dba 104407040 Dec 12 04:31
    tmsprod_dplvbgt7_1_1.arc
    -rw-r----- 1 oracle dba 99422208 Dec 12 06:31
    tmsprod_dslvbnu1_1_1.arc
    -rw-r----- 1 oracle dba 112168960 Dec 12 08:32
    tmsprod_dulvbuvo_1_1.arc
    -rw-r----- 1 oracle dba 57051136 Dec 12 09:31
    tmsprod_e0lvc2fn_1_1.arc
    -rw-r----- 1 oracle dba 53698560 Dec 12 10:31
    tmsprod_e2lvc5vp_1_1.arc
    -rw-r----- 1 oracle dba 48963584 Dec 12 11:31
    tmsprod_e4lvc9g3_1_1.arc
    -rw-r----- 1 oracle dba 2324730880 Dec 12 12:46
    tmsprod_e6lvcd9p_1_1.arc
    -rw-r----- 1 oracle dba 2666257408 Dec 12 13:40
    tmsprod_e8lvcgi0_1_1.arc
    -rw-r----- 1 oracle dba 4138393600 Dec 12 14:42
    tmsprod_ealvck2l_1_1.arc
    -rw-r----- 1 oracle dba 2967800832 Dec 12 15:41
    tmsprod_eclvcnka_1_1.arc
    -rw-r----- 1 oracle dba 2868139008 Dec 12 16:39
    tmsprod_eelvcr34_1_1.arc
    -rw-r----- 1 oracle dba 170839040 Dec 12 18:32
    tmsprod_eglvd24l_1_1.arc
    -rw-r----- 1 oracle dba 818616320 Dec 12 20:34
    tmsprod_eilvd95b_1_1.arc
    -rw-r----- 1 oracle dba 124594176 Dec 12 22:31
    tmsprod_eklvdg6f_1_1.arc
    -rw-r----- 1 oracle dba 175668224 Dec 13 00:32
    tmsprod_emlvdn7a_1_1.arc
    -rw-r----- 1 oracle dba 287938560 Dec 13 02:32
    tmsprod_eplvdu7n_1_1.arc
    -rw-r----- 1 oracle dba 127439872 Dec 13 04:31
    tmsprod_erlve59a_1_1.arc
    Thanks a lot

    Check the enough space in backup mount point space "/backup/tmsprod " to write more files
    Please refer
    RMAN-03002 ORA-19502 ORA-27063 WRITE ERROR ON FILE (Doc ID 438066.1)
    RMAN: ORA-19502 Write Error on File (Doc ID 1062154.6)
    Rman Backup Fails with ORA-19510 and ORA-27045 : No space left on device [ID 283681.1]
    Document TitleORA-19502 ORA-27072 During RMAN Backup (Doc ID 422530.1)

Maybe you are looking for