Question: Will online backup impact database performance for DB6 V9.1

Dear All,
I would like to know will online backup impact the database performance? for eg: access will be slower if online backup is currently running. Appreciate if someone can shed some light on this as i'm new to DB6.
I know for oracle it will impact due the performance due to tablespace are locked in backup mode and this will increaes I/O load due to every block is written to redo log during backup instead of just the changes.
Hope to hear from you soon.
Cheers,
Nicholas Chang.

Hello Nicholas,
Here is some additional information on throttling utilities such as online backups:
SET UTIL_IMPACT_PRIORITY command
Changes the impact setting for a running utility. Using this command, you can:
throttle a utility that was invoked in unthrottled mode
unthrottle a throttled utility (disable throttling)
reprioritize a throttled utility (useful if running multiple simultaneous throttled utilities)
Scope
Authorization
One of the following:
sysadm
sysctrl
sysmaint
Required connection
Instance. If there is more than one partition on the local machine, the attachment should be made to the correct partition. For example, suppose there are two partitions and a LIST UTILITIES command resulted in the following output:
ID = 2
Type = BACKUP
Database Name = IWZ
Partition Number = 1
Description = online db
Start Time = 07/19/2007 17:32:09.622395
State = Executing
Invocation Type = User
Throttling:
Priority = Unthrottled
Progress Monitoring:
Estimated Percentage Complete = 10
Total Work = 97867649689 bytes
Completed Work = 10124388481 bytes The instance attachment must be made to partition 1 in order to issue a SET UTIL_IMPACT_PRIORITY command against the utility with ID 2. To do this, set DB2NODE=1 in the environment and then issue the instance attachment command.
Command syntax
>>-SET UTIL_IMPACT_PRIORITY FORutility-idTOpriority----><
Command parameters
utility-id
ID of the utility whose impact setting will be updated. IDs of running utilities can be obtained with the LIST UTILITIES command.
TO priority
Specifies an instance-level limit on the impact associated with running a utility. A value of 100 represents the highest priority and 1 represents the lowest priority. Setting priority to 0 will force a throttled utility to continue unthrottled. Setting priority to a non-zero value will force an unthrottled utility to continue in throttled mode.
Examples
The following example unthrottles the utility with ID 2.
   SET UTIL_IMPACT_PRIORITY FOR 2 TO 0
The following example throttles the utility with ID 3 to priority 10. If the priority was 0 before the change then a previously unthrottled utility is now throttled. If the utility was previously throttled (priority had been set to a value greater than zero), then the utility has been reprioritized.
   SET UTIL_IMPACT_PRIORITY FOR 3 TO 10
Relationship between UTIL_IMPACT_LIM and UTIL_IMPACT_PRIORITY settings
The database manager configuration parameter util_impact_lim sets the limit on the impact throttled utilities can have on the overall workload of the machine. 0-99 is a throttled percentage, 100 is no throttling.
The SET UTIL_IMPACT_PRIORITY command sets the priority that a particular utility has over the resources available to throttled utilities as defined by the util_impact_lim configuration parameter. (0 = unthrottled)
Using the backup utility as an example, if the util_impact_lim=10, all utilities can have no more than a 10% average impact upon the total workload as judged by the throttling algorithm. Using two throttled utilities as an example:
Backup with util_inpact_priority 70
Runstats with util_impact_priority 50
Both utilities combined should have no more than a 10% average impact on the total workload, and the utility with the higher priority will get more of the available workload resources. For both the backup and runstats operations, it is also possible to declare the impact priority within the command line of that utility. If you do not issue the SET UTIL_IMPACT_PRIORITY command, the utility will run unthrottled (irrespective of the setting of util_impact_lim).
To view the current priority setting for the utilities that are running, you can use the LIST UTILITIES command.
Usage notes
Throttling requires that an impact policy be defined by setting the util_impact_lim configuration parameter.
Regards,
Adam Wilson
SAP Development Support

Similar Messages

  • What is the best online backup system to use for Mac?

    What is the best online backup system to use for mac?

    By online, do you mean backup to the cloud, where you pay a monthly fee for the service to host your data?
    If this is the case, then there are a lot of services (do not know them all, but DropBox, CrashPlan, Carbonite, Mozy, SugarSync, come to mine, and that is not a complete list.
    There are also services that allow you to backup over your home network or across the internet to your own storage.  CrashPlan has this option (for free), and Transporter come to mind.  CrashPlan talks to another computer also running CrashPlan that you own or have some control (could even be a friend or relatives computer).  Transporter is hardware that you either provide some storage of your choice, or they will sell the unit with storage.
    I'm mostly a CrashPlan to my own storage user.  I backup to a Mac mini for my Mom (300 miles away) and Wife (she is local )
    Can clarify your exact desires or needs.

  • Can archive log backup influence database performance?

    Hi,
    can archive log backup generally influence the database performance? I mean: users can view their query to go slowly during backup of archived redolog?

    Are you asking about backing up the archived redo logs via rman or directly to tape or the actual archive process where Oracle backs the online redo to disk?
    -- comments on archive process
    Normally the redo log archiving process should have no noticable effect on database performance. About the only way for the process to have a noticable performance impact while it is running is if you store all your online redo logs on the same physical disk. You would also want the backup to be on a different physical disk.
    Check your alert log to make sure you do not have error messages related to being unable to switch redo logs and checkpoint incomplete messages. These would be an indication that your online redo logs are defined too small and you are trying to cycle around before Oracle has finished archiving the older logs.
    -- comments on archived redo log backup
    Archived reodo logs should not be on the same disk as the database so using rman or an OS task to back these files up should not impact Oracle unless you server is itself near capacity and any additional task effects the server.
    HTH -- Mark D Powell --

  • Restoration of MaxDB online backup on other server for creating Standby DB

    Hi,
    I had taken MaxDB online database backup through Data Protector 6.11. Now i want to restore this backup on other server. So that i can configure this as a standby database. I selected config and data for restoration but it was giving me an error as below,
    [Critical] From: OB2BAR_SAPDBBAR@ttcsolma "BE1"  Time: 01/11/11 01:19:05
          Error: SAPDB responded with: -24988,ERR_SQL: SQL error
    -9407,System error: unexpected error
    3,Database state: OFFLINE
    Internal errorcode, Error code 9050 "disk_not_accessible"
    So I created the database but with default values and then tried restoration but getting error as below,
    Error: Unable to read the configuration value `All' for SAPDB instance `SID'.
    If anybody is having any document or steps for confguring the Standby MaxDB database through Data Protector backup/restore method.
    Thanks,
    Narendra

    Hi Siva,
    Thanks for the replyu2026Yes I had copied the dbm.ebf, dbm.mdf dbm.knl files from the source server to target server. And also backup is visible in target server. And also I created Data /Log volumes size as equal to source server.
    I tried restoring through DBM GUI with "recovery with initialization" option but I am getting error message as below and also I am getting same error message when I restore from Data Protector GUI. But I donu2019t have any problem restoring the backup on same server the problem occurs only when restoring it on target server.
    Now for testing I have taken backup on file system through DBM GUI of source system and started restoring on target system. No problem while restoring from file system backup on target server. I am suspecting there is some problem with PIPE as I am using third party backup tool i.e. DP 6.11. I want to resolve the problem with third party backup tool as we will take all MaxDB database backup on tapes through DP 6.11.
    Through DBM GUI error message:
    Error: SAPDB responded with: -24925,ERR_PREPARE: preparation of backup operation failed
    The list of external backup ID's contains less than 16 ID's.
    Through Data Protector GUI error message:
    [Normal] From: RSM@bkupsvr ""  Time: 1/18/11 8:49:16 AM
          Restore session 2011/01/18-12 started.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:50:58
          Executing the dbmcli command: `user_logon'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:00
          Executing the dbmcli command: `dbm_configset -raw BSI_ENV /var/opt/omni/tmp/SID.bsi_env'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:03
          Executing the dbmcli command: `db_admin'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:03
          Executing the dbmcli command: `util_execute clear log'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:22
          Executing the dbmcli command: `dbm_configset -raw set_variable_10 OB2BACKUPAPPNAME=SID'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:22
          Executing the dbmcli command: `dbm_configset -raw set_variable_11 OB2BACKUPHOSTNAME=ttcmaxdr'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:23
          Executing the dbmcli command: `util_connect'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:24
          Restoring backup 2011/01/17 0061.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:24
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/1 /var/opt/omni/tmp/SID.BACKDP-Data[8].1 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:24
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/2 /var/opt/omni/tmp/SID.BACKDP-Data[8].2 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:25
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/3 /var/opt/omni/tmp/SID.BACKDP-Data[8].3 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:25
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/4 /var/opt/omni/tmp/SID.BACKDP-Data[8].4 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:26
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/5 /var/opt/omni/tmp/SID.BACKDP-Data[8].5 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:27
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/6 /var/opt/omni/tmp/SID.BACKDP-Data[8].6 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:27
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/7 /var/opt/omni/tmp/SID.BACKDP-Data[8].7 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:28
          Executing the dbmcli command: `medium_put BACKDP-Data[8]/8 /var/opt/omni/tmp/SID.BACKDP-Data[8].8 PIPE DATA 0 8 NO NO \"\" BACK'.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:28
          Executing the dbmcli command: `recover_start BACKDP-Data[8] DATA ExternalBackupID "SID 11011761:1 Stream,SID 11011761:2 Stream,SID 11011761:3 Stream,SID 11011761:4 Stream,SID 11011761:5 Stream,SID 11011761:6 Stream,SID 11011761:7 Stream,SID 11011761:8 Stream"'.
    [Critical] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:30
          Error: SAPDB responded with: -24925,ERR_PREPARE: preparation of backup operation failed
    The list of external backup ID's contains less than 16 ID's.
    [Normal] From: OB2BAR_SAPDBBAR@tstmaxdb "SID"  Time: 01/18/11 08:51:30
          Executing the dbmcli command: `exit'.
    [Normal] From: RSM@bkupsvr ""  Time: 1/18/11 8:49:59 AM
          OB2BAR application on "tstmaxdb" disconnected.
    Thanks,
    Narendra

  • Database Performance for Newbies

    Hello Forum,
    the Database I have is now running for 1,5 years.
    At the beginnig there where 90.000 login data per month. Now there are over 900.000 login data per month stored in a table.
    I am now a little concerned about the performance, because I do not know anithing about it. Maybe the database crashes if 1.000.000 will bereached or what ever. I do not know.
    I red few posts here in the forum about performance, but they are to complicated for me or I red the wrong ones.
    Can somebody help me getting out some statistics or when the limit of the hardware resources will be reached or something?
    I just did the following:
    SELECT object_name, counter_name, cntr_value * 8/1024.0 AS SizeMB
    FROM sys.dm_os_performance_counters
    WHERE object_name = 'SQLServer:Buffer Manager'
    counter_name IN ('Total pages', 'Target pages')
    And got as result:
    SQLServer:Buffer Manager Total pages 7943.0000
    SQLServer:Buffer Manager Target pages 27565.8125
    And if I go to the computer management console and look at performance it says:
    Available MB:  21.759
    Guranteed used Bytes (%):  16.9
    So maxbe someone has some querys, tools or what ever for me, I can use and know if it looks good and when it will look bad.
    Kind regards
    Peter

    You have not configured Max Server Memory and it would be good to set it such that you leave 4 to 8 GB for OS. If you dont have any other softwares/appilcation in your systems then 4 GB for OS and then set the rest 28 for SQL Server.
    Check this article on How to set Max Server Memory -
    http://technet.microsoft.com/en-us/library/ms191144(v=sql.105).aspx
    You might need to do a performance stress test to understand if you can ramp up the number of concurrent users in the system. There is no easy way to predict it.
    As far as monitoring goes, check this link I hope this is not really difficult to start with
    http://www.sqlskills.com/blogs/jonathan/the-accidental-dba-day-21-of-30-essential-perfmon-counters/
    http://www.brentozar.com/archive/2006/12/dba-101-using-perfmon-for-sql-performance-tuning/
    You need to intially monitor the counters for few weeks so that you can create a base line as to how it performs. Then when you find any times the counters are way different from baseline you can start working on the find the root cause.
    Now for database maintenance, If you are not doing any reindexing/updatestats etc I would suggest you to take a look at Ola Hallegrans scripts for this.
    http://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
    I am not sure if you are a dba or not, but you can start reading through this series to get more understanding in a gradual manner.
    http://www.sqlskills.com/blogs/glenn/the-accidental-dba-day-1-of-30-hardware-selection-cpu-and-memory-considerations/
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Regarding Database performance for report creation

    Hi,
    Currently i have one database in that two schema one for table data and second for reports creation.But it is taking more time to display data because there is more load on first schema.
    I want to create second database for report schema .But i have to access table data from first database .
    1) There is one option to fetch data from first database is through DB Link . But i think it also takes more time to fetch data.
    Is there any way i can access data from first database and i get more performance with creating new database.
    Kindly give me suggestion . What should i do to improve reports performance?

    user647572 wrote:
    Hi,
    Currently i have one database in that two schema one for table data and second for reports creation.But it is taking more time to display data because there is more load on first schema.
    I want to create second database for report schema .But i have to access table data from first database .
    1) There is one option to fetch data from first database is through DB Link . But i think it also takes more time to fetch data.
    Is there any way i can access data from first database and i get more performance with creating new database.
    Kindly give me suggestion . What should i do to improve reports performance?You have more two options:
    1. Use Oracle Streams and replicate tables between databases. WHile using reporting, you'll refer to the second database
    2. Create Standby database, it's the clone of your database where you can update it by adding archived redo log files from primary database

  • April 2015 Pricing change for Azure Online Backup questions

    The webpage for Azure Online Backup pricing indicates that for protected devices over 5GB/month there will be a new model (i.e. free workloads are still free).
    It indicates that its $10 per instance protected in 500GB blocks + storage.
    The functional thing about azure online backup was the predicable model - As long as I monitored storage I knew what I would be paying since all other costs were included. The "+ storage" doesn't really give me any idea what will be billed.
    Now the question is how complex is it?
    What is the storage type? Blob? Page Blob/Disk?
    What is the geo status? LRS, ZRS? GRS?
    Do I pay for ingress, egress? Express-Route traffic?
    Is there storage transaction fees?
    The pricing web page really needs to provide a more complete set of info that what is currently there.
    thanks!
    -N 
    neilgo

    we are in the process of updating the pricing page with a list of FAQs that should happen by next week. Please bear with us.
    Shreesh

  • Unable to take online backup including logs with HP Data Protector - DB2 9.7 fixpack 8

    Dear All,
    Infrastructure : -
    Database - IBM DB2 LUW 9.7 fixpack 8
    OS - HP-UX 11.31
    Backup solution - Data protector v7
    OEM of tape library i.e. HP asked me to make changes in DB parameters with values as
    --> LOGRETAIN to RECOVERY
    --> USEREXIT to ON
    --> LOGARCHMETH1 to USEREXIT
    These parameters are used for activating online backup of Database (DB2 LUW 9.7 fixpack 8).
    when backup is initiated from DP, backup happen successfully with option of excluding archive logs where as when we execute backup from DP(Data protector) with option including archive logs. Backup terminates with error.
    SQL2428N The BACKUP did not complete because one or more of the requested log files could not be retrieved
    Dear all need your expect help.
    Thanks in advance.
    Neeraj

    Hi Deepak,
    Thanks for your quicky reply and i have check the directory log_dir and log_archive are having enough space available.
    Please find the db2diag.log file.
           Database Configuration for Database
    Database configuration release level                    = 0x0d00
    Database release level                                  = 0x0d00
    Database territory                                      = en_US
    Database code page                                      = 1208
    Database code set                                       = UTF-8
    Database country/region code                            = 1
    Database collating sequence                             = IDENTITY_16BIT
    Alternate collating sequence              (ALT_COLLATE) =
    Number compatibility                                    = OFF
    Varchar2 compatibility                                  = OFF
    Date compatibility                                      = OFF
    Database page size                                      = 16384
    Dynamic SQL Query management           (DYN_QUERY_MGMT) = DISABLE
    Statement concentrator                      (STMT_CONC) = OFF
    Discovery support for this database       (DISCOVER_DB) = ENABLE
    Restrict access                                         = NO
    Default query optimization class         (DFT_QUERYOPT) = 5
    Degree of parallelism                      (DFT_DEGREE) = 1
    Continue upon arithmetic exceptions   (DFT_SQLMATHWARN) = NO
    Default refresh age                   (DFT_REFRESH_AGE) = 0
    Default maintained table types for opt (DFT_MTTB_TYPES) = SYSTEM
    Number of frequent values retained     (NUM_FREQVALUES) = 10
    Number of quantiles retained            (NUM_QUANTILES) = 20
    Decimal floating point rounding mode  (DECFLT_ROUNDING) = ROUND_HALF_EVEN
    Backup pending                                          = NO
    All committed transactions have been written to disk    = NO
    Rollforward pending                                     = NO
    Restore pending                                         = NO
    Multi-page file allocation enabled                      = YES
    Log retain for recovery status                          = RECOVERY
    User exit for logging status                            = YES
    Self tuning memory                    (SELF_TUNING_MEM) = ON
    Size of database shared memory (4KB)  (DATABASE_MEMORY) = AUTOMATIC(3455670)
    Database memory threshold               (DB_MEM_THRESH) = 10
    Max storage for lock list (4KB)              (LOCKLIST) = AUTOMATIC(20000)
    Percent. of lock lists per application       (MAXLOCKS) = AUTOMATIC(90)
    Package cache size (4KB)                   (PCKCACHESZ) = AUTOMATIC(161633)
    Sort heap thres for shared sorts (4KB) (SHEAPTHRES_SHR) = AUTOMATIC(480362)
    Sort list heap (4KB)                         (SORTHEAP) = AUTOMATIC(50000)
    Database heap (4KB)                            (DBHEAP) = AUTOMATIC(3102)
    Catalog cache size (4KB)              (CATALOGCACHE_SZ) = 2560
    Log buffer size (4KB)                        (LOGBUFSZ) = 1024
    Utilities heap size (4KB)                (UTIL_HEAP_SZ) = 10000
    Buffer pool size (pages)                     (BUFFPAGE) = 10000
    SQL statement heap (4KB)                     (STMTHEAP) = AUTOMATIC(8192)
    Default application heap (4KB)             (APPLHEAPSZ) = AUTOMATIC(256)
    Application Memory Size (4KB)             (APPL_MEMORY) = AUTOMATIC(40000)
    Statistics heap size (4KB)               (STAT_HEAP_SZ) = AUTOMATIC(4384)
    Interval for checking deadlock (ms)         (DLCHKTIME) = 10000
    Lock timeout (sec)                        (LOCKTIMEOUT) = 3600
    Changed pages threshold                (CHNGPGS_THRESH) = 20
    Number of asynchronous page cleaners   (NUM_IOCLEANERS) = AUTOMATIC(2)
    Number of I/O servers                   (NUM_IOSERVERS) = AUTOMATIC(5)
    Index sort flag                             (INDEXSORT) = YES
    Sequential detect flag                      (SEQDETECT) = YES
    Default prefetch size (pages)         (DFT_PREFETCH_SZ) = AUTOMATIC
    Track modified pages                         (TRACKMOD) = YES
    Default number of containers                            = 1
    Default tablespace extentsize (pages)   (DFT_EXTENT_SZ) = 2
    Max number of active applications            (MAXAPPLS) = AUTOMATIC(125)
    Average number of active applications       (AVG_APPLS) = AUTOMATIC(3)
    Max DB files open per application            (MAXFILOP) = 61440
    Log file size (4KB)                         (LOGFILSIZ) = 16380
    Number of primary log files                (LOGPRIMARY) = 60
    Number of secondary log files               (LOGSECOND) = 0
    Changed path to log files                  (NEWLOGPATH) =
    Path to log files                                       = /db2/ECP/log_dir/NODE                                                                                        0000/
    Overflow log path                     (OVERFLOWLOGPATH) =
    Mirror log path                         (MIRRORLOGPATH) =
    First active log file                                   = S0000187.LOG
    Block log on disk full                (BLK_LOG_DSK_FUL) = YES
    Block non logged operations            (BLOCKNONLOGGED) = NO
    Percent max primary log space by transaction  (MAX_LOG) = 0
    Num. of active log files for 1 active UOW(NUM_LOG_SPAN) = 0
    Group commit count                          (MINCOMMIT) = 1
    Percent log file reclaimed before soft chckpt (SOFTMAX) = 300
    Log retain for recovery enabled             (LOGRETAIN) = RECOVERY
    User exit for logging enabled                (USEREXIT) = ON
    HADR database role                                      = STANDARD
    HADR local host name                  (HADR_LOCAL_HOST) =
    HADR local service name                (HADR_LOCAL_SVC) =
    HADR remote host name                (HADR_REMOTE_HOST) =
    HADR remote service name              (HADR_REMOTE_SVC) =
    HADR instance name of remote server  (HADR_REMOTE_INST) =
    HADR timeout value                       (HADR_TIMEOUT) = 120
    HADR log write synchronization mode     (HADR_SYNCMODE) = NEARSYNC
    HADR peer window duration (seconds)  (HADR_PEER_WINDOW) = 0
    First log archive method                 (LOGARCHMETH1) = USEREXIT
    Options for logarchmeth1                  (LOGARCHOPT1) =
    Second log archive method                (LOGARCHMETH2) = OFF
    Options for logarchmeth2                  (LOGARCHOPT2) =
    Failover log archive path                (FAILARCHPATH) =
    Number of log archive retries on error   (NUMARCHRETRY) = 5
    Log archive retry Delay (secs)         (ARCHRETRYDELAY) = 20
    Vendor options                              (VENDOROPT) =
    Auto restart enabled                      (AUTORESTART) = ON
    Index re-creation time and redo index build  (INDEXREC) = SYSTEM (RESTART)
    Log pages during index build            (LOGINDEXBUILD) = OFF
    Default number of loadrec sessions    (DFT_LOADREC_SES) = 1
    Number of database backups to retain   (NUM_DB_BACKUPS) = 12
    Recovery history retention (days)     (REC_HIS_RETENTN) = 60
    Auto deletion of recovery objects    (AUTO_DEL_REC_OBJ) = OFF
    TSM management class                    (TSM_MGMTCLASS) =
    TSM node name                            (TSM_NODENAME) =
    TSM owner                                   (TSM_OWNER) =
    TSM password                             (TSM_PASSWORD) =
    Automatic maintenance                      (AUTO_MAINT) = ON
       Automatic database backup            (AUTO_DB_BACKUP) = OFF
       Automatic table maintenance          (AUTO_TBL_MAINT) = ON
         Automatic runstats                  (AUTO_RUNSTATS) = ON
           Automatic statement statistics  (AUTO_STMT_STATS) = ON
         Automatic statistics profiling    (AUTO_STATS_PROF) = ON
           Automatic profile updates         (AUTO_PROF_UPD) = ON
         Automatic reorganization               (AUTO_REORG) = ON
    Auto-Revalidation                          (AUTO_REVAL) = DEFERRED
    Currently Committed                        (CUR_COMMIT) = DISABLED
    CHAR output with DECIMAL input        (DEC_TO_CHAR_FMT) = NEW
    Enable XML Character operations        (ENABLE_XMLCHAR) = YES
    WLM Collection Interval (minutes)     (WLM_COLLECT_INT) = 0
    Monitor Collect Settings
    Request metrics                       (MON_REQ_METRICS) = BASE
    Activity metrics                      (MON_ACT_METRICS) = BASE
    Object metrics                        (MON_OBJ_METRICS) = BASE
    Unit of work events                      (MON_UOW_DATA) = NONE
    Lock timeout events                   (MON_LOCKTIMEOUT) = WITHOUT_HIST
    Deadlock events                          (MON_DEADLOCK) = WITHOUT_HIST
    Lock wait events                         (MON_LOCKWAIT) = NONE
    Lock wait event threshold               (MON_LW_THRESH) = 5000000
    Number of package list entries         (MON_PKGLIST_SZ) = 32
    Lock event notification level         (MON_LCK_MSG_LVL) = 1
    SMTP Server                               (SMTP_SERVER) =
    SQL conditional compilation flags         (SQL_CCFLAGS) =
    Section actuals setting               (SECTION_ACTUALS) = NONE
    Connect procedure                        (CONNECT_PROC) =
    Regards
    Neeraj

  • Online Backup and Sharing

    I've been trying to use this software but keep getting an error 1001.  So it won't install.
    How can I get this fixed?

    Hi MissMiguel, you would have to call into Verizon Online Backup and Sharing Technicians for assistance. Error 1001 could mean various different things including, not enough memory, the application log is full, maybe a version was download on one attempt and subsequent attempts are interfering, so we would have to instruct you on how to clear it. So please give us a call at 866 770-6800.
    Thanks, Constance
    Constance
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan. Follow us on Twitter™!

  • Online backup details

    I'm looking for a specific online backup plan (detailed steps) for 10g. Don't know if anyone knows some useful link about it? Thanks a bunch!

    Try the Oracle document. Most people use RMAN these days. <br><br>
    Backup and Recovery Quick Start Guide <br>
    <br>
    Backup and Recovery Basics

  • What is the best online backup for OS 10.5.8? And if I Reinstall OS will I have problems?

    My old Mac has had the flashing question mark file on a blue screen. I waited a couple days, turned it back on and it worked. However, in between that time I went and bought a new Macbook Air. I am relieved to have all of my pics and docs back. I need a good online backup. I downloaded BackBlaze Backup but it is taking forever and I am not sure if it's the best choice.
    My plan is to backup all of my files and then wipe my computer clean with the install disks and give my computer to my little sister. So, my question is two fold; which is best online backup and will I have any issues wiping clean the computer and doing a reinstall? For example, will all the updates still be available? What is the best thing for me to do?
    Thank you : )

    Just understand it gets pretty expensive after you exceed the free space. 2-5 GBs isn't much space.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
         used to manage backups and to restore backups. Time Machine
         requires a backup drive that is at least twice the capacity of the
         drive being backed up.
    3. Time Machine requires a backup drive that is at least double the
         capacity of the drive(s) it backs up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Although you can buy a complete external drive system, you can also put one together if you are so inclined.  It's relatively easy and only requires a Phillips head screwdriver (typically.)  You can purchase hard drives separately.  This gives you an opportunity to shop for the best prices on a hard drive of your choice.  Reliable brands include Seagate, Hitachi, Western Digital, Toshiba, and Fujitsu.  You can find reviews and benchmarks on many drives at Storage Review.
    Enclosures for FireWire and USB are readily available.  You can find only FireWire enclosures, only USB enclosures, and enclosures that feature multiple ports.  I would stress getting enclosures that use the Oxford chipsets especially for Firewire drives (911, 921, 922, for example.)  You can find enclosures at places such as;
      1. Cool Drives
      2. OWC
      3. WiebeTech
      4. Firewire Direct
      5. California Drives
      6. NewEgg
    All you need do is remove a case cover, mount the hard drive in the enclosure and connect the cables, then re-attach the case cover.  Usually the only tool required is a small or medium Phillips screwdriver.

  • Online Backups for Hyperion Essbase database

    Dear All,
    Any one implemented online backups for HYPERION products,
    Please share the details with me if you implemented.
    Thanks,
    Rajendraprasad

    All you need to know about backups but were afraid to ask is available at :- http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_backup_recovery/frameset.htm?launch.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I have a 500 GB hard drive and a 1TB Time Capsule running on a MacBook Pro.  It was all working well until the MacBook went in for a repair a week or so ago.  Since then, TC will not perform a backup;  instead, it says the backup is too large for the disk

    Since having my MacBook Pro repaired (for a video problem) Time Capsule returns the following message:  "This backup is too large for the backup disk. The backup requires 428.08 GB but only 192.14 GB are available."
    I notice that there is also a new sparse bundle.
    Since TC has my ONLY backup (going back about 4 years) I am reluctant to wipe it and start over fresh as I am afraid of losing files. 
    Is there a way of dealing with this?
    I am using Snow Leopard 10.6.8

    The repair shop likely replaced a major circuit board on your MacBook Pro, so Time Machine thinks that you have a "new" computer and it wants to make a new complete backup of your Mac.
    You are going to have to make a decision to either add another new Time Capsule....or USB drive to your existing Time Capsule....and in effect start over with a new backup of your Mac and then move forward again.
    For "most" users, I think this is probably the best plan because you preserve all your old backups in case you need them at some point, and you start over again with a new Time Capsule so you have plenty of room for years of new backups.
    Or, as you have mentioned, you have the option of erasing the Time Capsule drive and starting all over again. The upside is that you start over and have plenty of room for new backups. The downside is that you lose years of backups.
    Another option....trying to manually delete old backups individually....is tricky business....and very time consuming. To get an idea of what is involved here, study this FAQ by Pondini, our resident Time Capsule and Time Machine expert on the Community Support area. In particular, study the pink box.
    http://web.me.com/pondini/Time_Machine/12.html
    Once you look through this, I think you may agree that this type of surgery is not for the faint of heart.  I would suggest that you consider this only if one of the other options just cannot work for you.

  • Database online backup issue after ERP 6.0 EHP4 update

    Dear Folks!...
    I have an issue with ERP 6.0 system with database oracle.
    After performing EHP4 update unable to trigger online backup.
    Shows bellow error message:
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.10
    BR0301E SQL error -1031 at location BrSapTspList-8, SQL statement:
    'PREPARE stmt_1 STATEMENT FROM'
    'SELECT TABSPACE FROM "SAPSR3".TSORA UNION SELECT INDSPACE FROM "SAPSR3".TSORA ORDER BY 1'
    ORA-01031: insufficient privileges
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.10
    BR0307I Shutting down database instance RES ...
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.17
    BR0308I Shutdown of database instance RES successful
    BR0056I End of database backup: beazhkrz.afd 2009-07-10 14.53.10
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.17
    BR0054I BRBACKUP terminated with errors
    At SAP level check with table TSORA shows current existing tablespaces.And from DB13 able to perform DB actions except backup related.
    Could any one suggest to help me to fix the issue.
    Thanks in Advance.
    Regards,
    Venkata.

    Dear  presu
    It has been installed on Windows OS 64 bit AMD processor.And related to permissions of the folder was given completely.
    Complete log Message:
    BR0051I BRBACKUP 7.00 (39) BR0055I Start of database backup: beazhkrz.afd 2009-07-10 14.52.43
    BR0484I BRBACKUP log file: G:\oracle\RES\sapbackup\beazhkrz.afd
    BR0477I Oracle pfile G:\oracle\RES\102\database\initRES.ora created from spfile G:\oracle\RES\102\database\spfileRES.ora
    BR0613I Database instance RES is shut down BR0329I Database instance RES will be opened now BR0280I BRBACKUP time stamp: 2009-07-10 14.52.45 BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRBACKUP: BR0280I BRBACKUP time stamp: 2009-07-10 14.52.49 BR0257I Your reply: 'c' BR0259I Program execution will be continued...
    BR0280I BRBACKUP time stamp: 2009-07-10 14.52.49 BR0304I Starting and opening database instance RES ...
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.01 BR0305I Start and open of database instance RES successful
    BR0101I Parameters
    Name                           Value
    oracle_sid                     RES
    oracle_home                    G:\oracle\RES\102
    oracle_profile                 G:\oracle\RES\102\database\initRES.ora
    sapdata_home                   G:\oracle\RES
    sap_profile                    G:\oracle\RES\102\database\initRES.sap
    backup_mode                    ALL
    backup_type                    offline
    backup_dev_type                disk
    backup_root_dir                Y:\Backup
    compress                       no
    disk_copy_cmd                  copy
    cpio_disk_flags                -pdcu
    exec_parallel                  0
    system_info                    resadm RCIHWRES13V Windows 5.2 Build 3790 Service Pack 2 AMD64
    oracle_info                    RES 10.2.0.4.0 8192 8188 87296881 RCIHWRES13V UTF8 UTF8
    sap_info                       701 SAPSR3 RES TEMPLICENSE R3_ORA INITIAL
    make_info                      NTAMD64 OCI_10201_SHARE Dec  7 2008
    command_line                   G:\usr\sap\RES\DVEBMGS13\exe\brbackup.exe -p initRES.sap -d disk -t offline -m all -k no -e 0 -l E -U
    BR0116I ARCHIVE LOG LIST before backup for database instance RES
    Parameter                      Value
    Database log mode              No Archive Mode
    Automatic archival             Disabled
    Archive destination            M:\oracle\RES\oraarch\RESarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     8185
    Next log sequence to archive   8188
    Current log sequence           8188             SCN: 87296881
    Database block size            8192             Thread: 1
    Current system change number   87304439         ResetId: 689356796
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File          Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPSR3        ONLINE*    ONLINE+   H:\ORACLE\RES\SAPDATA1\SR3_1\SR3.DATA1               2222989312    4           7  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_21\SR3.DATA21             2097160192   48           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_22\SR3.DATA22             2097160192   49           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_23\SR3.DATA23             2097160192   50           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_24\SR3.DATA24             2097160192   58           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_25\SR3.DATA25             2097160192   59           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_26\SR3.DATA26             2097160192   60           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_27\SR3.DATA27             2097160192   61           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_28\SR3.DATA28             2097160192   62           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_29\SR3.DATA29             2097160192   63           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE+   H:\ORACLE\RES\SAPDATA1\SR3_2\SR3.DATA2               2243960832    5           7  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3_30\SR3.DATA30             2097160192   64           7  NOLINK  FILE             0            0     8192
    PSAPSR3        ONLINE*    ONLINE+   I:\ORACLE\RES\SAPDATA2\SR3_8\SR3.DATA8               2139103232   11           8  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   I:\ORACLE\RES\SAPDATA2\SR3_9\SR3.DATA9               2432704512   12           8  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   J:\ORACLE\RES\SAPDATA3\SR3_11\SR3.DATA11             2264932352   14           9  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\RES\SAPDATA4\SR3_18\SR3.DATA18             2181046272   21          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\RES\SAPDATA4\SR3_19\SR3.DATA19             2181046272   22          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   K:\ORACLE\RES\SAPDATA4\SR3_20\SR3.DATA20             2202017792   23          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE+    ONLINE+   H:\ORACLE\RES\SAPDATA1\SR3700_1\SR3700.DATA1         2705334272   24           7  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE+    ONLINE+   H:\ORACLE\RES\SAPDATA1\SR3700_2\SR3700.DATA2         2705334272   25           7  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE+    ONLINE+   H:\ORACLE\RES\SAPDATA1\SR3700_3\SR3700.DATA3         2747277312   26           7  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE+    ONLINE    I:\ORACLE\RES\SAPDATA2\SR3700_20\SR3700.DATA20       2147491840   54           8  NOLINK  FILE             0            0     8192
    PSAPSR3700     ONLINE+    ONLINE    J:\ORACLE\RES\SAPDATA3\SR3700_21\SR3700.DATA21       2147491840   55           9  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3701_11\SR3701.DATA11       2097160192   72           7  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    H:\ORACLE\RES\SAPDATA1\SR3701_12\SR3701.DATA12       2097160192   73           7  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    I:\ORACLE\RES\SAPDATA2\SR3701_10\SR3701.DATA10       2097160192   71           8  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    I:\ORACLE\RES\SAPDATA2\SR3701_5\SR3701.DATA5         2097160192   66           8  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    I:\ORACLE\RES\SAPDATA2\SR3701_6\SR3701.DATA6         2097160192   67           8  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    I:\ORACLE\RES\SAPDATA2\SR3701_7\SR3701.DATA7         2097160192   68           8  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    I:\ORACLE\RES\SAPDATA2\SR3701_8\SR3701.DATA8         2097160192   69           8  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    I:\ORACLE\RES\SAPDATA2\SR3701_9\SR3701.DATA9         2097160192   70           8  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    K:\ORACLE\RES\SAPDATA4\SR3701_1\SR3701.DATA1        20971528192   44          10  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    L:\ORACLE\RES\SAPDATA5\SR3701_2\SR3701.DATA2        20971528192   45          11  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    L:\ORACLE\RES\SAPDATA5\SR3701_3\SR3701.DATA3        20971528192   46          11  NOLINK  FILE             0            0     8192
    PSAPSR3701     ONLINE*    ONLINE    L:\ORACLE\RES\SAPDATA5\SR3701_4\SR3701.DATA4        10485768192   47          11  NOLINK  FILE             0            0     8192
    PSAPSR3DB      ONLINE*    ONLINE+   K:\ORACLE\RES\SAPDATA4\SR3DB_1\SR3DB.DATA1           2097160192   41          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   K:\ORACLE\RES\SAPDATA4\SR3DB_2\SR3DB.DATA2           2097160192   42          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   K:\ORACLE\RES\SAPDATA4\SR3DB_3\SR3DB.DATA3           1048584192   43          10  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3USR     ONLINE*    ONLINE+   H:\ORACLE\RES\SAPDATA1\SR3USR_1\SR3USR.DATA1           20979712   40           7  NOLINK  FILE   10485760000     20971520     8192
    PSAPTEMP       ONLINE#    ONLINE+   I:\ORACLE\RES\SAPDATA2\TEMP_1\TEMP.DATA1             2097160192   -1           8  NOLINK  FILE   10485760000     20971520     8192
    PSAPUNDO       ONLINE-    ONLINE+   J:\ORACLE\RES\SAPDATA3\UNDO_1\UNDO.DATA1             8766103552    2           9  NOLINK  FILE   10485760000     20971520     8192
    SYSAUX         ONLINE*    ONLINE+   H:\ORACLE\RES\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          251666432    3           7  NOLINK  FILE   10485760000     20971520     8192
    SYSTEM         ONLINE*    SYSTEM+   H:\ORACLE\RES\SAPDATA1\SYSTEM_1\SYSTEM.DATA1         1073750016    1           7  NOLINK  FILE   10485760000     20971520     8192
    BR0119I Redo log files
    File                                                Size  Group     Device  Status    Link    Type
    F:\ORACLE\RES\MIRRLOGA\LOG_G11M2.DBF            52429312    1            5  INUSE     NOLINK  FILE
    E:\ORACLE\RES\ORIGLOGA\LOG_G11M1.DBF            52429312    1            4  INUSE     NOLINK  FILE
    F:\ORACLE\RES\MIRRLOGB\LOG_G12M2.DBF            52429312    2            5  INUSE     NOLINK  FILE
    E:\ORACLE\RES\ORIGLOGB\LOG_G12M1.DBF            52429312    2            4  INUSE     NOLINK  FILE
    F:\ORACLE\RES\MIRRLOGA\LOG_G13M2.DBF            52429312    3            5  INUSE     NOLINK  FILE
    E:\ORACLE\RES\ORIGLOGA\LOG_G13M1.DBF            52429312    3            4  INUSE     NOLINK  FILE
    F:\ORACLE\RES\MIRRLOGB\LOG_G14M2.DBF            52429312    4            5  INUSE     NOLINK  FILE
    E:\ORACLE\RES\ORIGLOGB\LOG_G14M1.DBF            52429312    4            4  INUSE     NOLINK  FILE
    BR0120I Control files
    File       Size   Id.      Device  Link    Type
    E:\oracle\RES\origlogA\cntrl\cntrlRES.dbf       14106624    0            4  NOLINK  FILE
    E:\oracle\RES\origlogB\cntrl\cntrlRES.dbf       14106624    0            4  NOLINK  FILE
    G:\oracle\RES\sapdata1\cntrl\cntrlRES.dbf       14106624    0            6  NOLINK  FILE
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.10
    BR0301E SQL error -1031 at location BrSapTspList-8, SQL statement:
    'PREPARE stmt_1 STATEMENT FROM' 'SELECT TABSPACE FROM "SAPSR3".TSORA UNION SELECT INDSPACE FROM "SAPSR3".TSORA ORDER BY 1'
    ORA-01031: insufficient privileges
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.10 BR0307I Shutting down database instance RES ...
    BR0280I BRBACKUP time stamp: 2009-07-10 14.53.17 BR0308I Shutdown of database instance RES successful
    BR0056I End of database backup: beazhkrz.afd 2009-07-10 14.53.10 BR0280I BRBACKUP time stamp: 2009-07-10 14.53.17
    BR0054I BRBACKUP terminated with errors
    Regards,
    Venkata.

  • Actions to be performed after a online backup restore

    Hello Guru's,
    I have an online backup of a system.
    (AIX - ORACLE)
    If I restore the backup using Tivoli Storage Manager I still have to perform some actions to recover the database.
    I have read through the SAP documentation and it seems I can restore the logs using brtools (brrecover).
    My questions actually is, which option do I have to take if I want to apply the offline archive logs as far as possible ?
    "Complete database recovery" of "database point in time recovery" ?
    I want to make sure that only the archivelogs are being applied and that the database restore is not peformed again.
    Thank you all !
    bye
    BUD

    Hello Hans,
    > and it seems I can restore the logs using brtools (brrecover).
    If you only want to restore your archivelogs, then use brrestore.
    brrecover is for recovering the database, not for restoring.
    Take a look at here:
    http://help.sap.com/saphelp_nw04/helpdata/en/88/cadaca94734ae5b8ea3491f615741b/content.htm
    and here:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/d3077b4a0c11d182b80000e829fbfe/content.htm
    > My questions actually is, which option do I have to take if I want to apply the offline archive logs as far as possible ?
    > "Complete database recovery" of "database point in time recovery" ?
    In this case you have to do an incomplete database recovery or in other words called "point in time recovery". For the difference between these two restore types take a look at the oracle documentation:
    http://download-uk.oracle.com/docs/cd/B19306_01/backup.102/b14192/intro004.htm#i1016863
    After you have restored your archive logs you can perform the recovery manually:
    > SQL> recover database using backup controlfile until cancel;
    > SQL> cancel;
    > SQL> alter database open resetlogs;
    Btw.as you are using TDP for SAP you can use backfm to restore only some several files.
    Regards
    Stefan

Maybe you are looking for