SAP R/3 on Oracle 9i : check online backup

Hi there,
I would like to integrate a check on the status of the online database backup (which runs on a daily basis) into a central monitoring system.
On way to do it is to check on OS level for the latest backup log file and read the status at the end of this file.
I wonder if it's also possible to check the backup status by doing a select on database table(s) and if so which table(s) should I query ?
Any help would be appreciated.
Kind regards,
Erik

Hi,
You can implement CCMS alert configuration in your system to check the status of daily backup. For that use tcode RZ20->Monitoring>Oracle>Backup/restore>Backup status>Last succ. complete database backup or Last brbackup run
YOu also need to create a monitoring method in RZ21.
Please refer SAP Note 0176492 for details
Hope this helps you.
Thanks
Sushil

Similar Messages

  • SAP Note 23345 for Oracle Consistency Check

    Dear All,
    I would like to run a Consistency check using backup type = online option via DB VERIFY but unfortunately each time I run the backup online using the below commands I am getting permission error.I have run the commands below using ORA<SIDADM>
    brbackup -u / -m all -w only_rmv -e <parallel degree> -c
    brbackup -u / -m all only_dbv -c -t online -e 3
    brbackup -u / -m all -w only_dbv -e 3 -c
    brbackup -u / -c force -w only_dbv -t online -p init<sidadm>.sap -m ALL -e 3
    brbackup -u / -c force -w only_dbv -p init<sidadm>.sap -m ALL
    I hope someone could provide what is the best command to use in order to execute the Consistency check in Online mode as I am planning to schedule it on weekly basis with the Online option..
    Thank you.
    Regards,
    John

    Do not double post the same question in different forums:
    SAP Note 23345 for Oracle Consistency Check
    Markus

  • Oracle Restore from Online backup without any archive logs

    Hi,
    May be a dumb question. If I have a good online backup (say it took 2 hours to do that. And there is database activity while backup is going on), and lost all the archive logs happened after the online backup, is it possible at all to do the restore using that backup? complete or incomplete? and bring back the database to normal operation mode? Some details on this.
    Thanks.

    Let us see the reasoning behind this.
    Database:WORLDDB
    WORLDDB configuration:-
    TBSP_WDB
    ->TBSP_WDB_01.dbf
    ->TBSP_WDB_02.dbf
    SYSTEM
    ->SYSTEM.dbf
    USERS
    and so on for the tablespaces.
    CASE 1:-
    User managed backup.
    You issue
    ALTER TABLESPACE TBSP_WDB BEGIN BACKUP;
    DB keeps working all transactions are recorded in the redo stream, the scn information is not updated in the file header.
    Also note that the other tablespaces were been continuously worked on hence their scn numbers are a moving target.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96572/osbackups.htm#10012
    So if you begin tablespace TBSP_WDB backup at time t1 and by the time you are done with your backups you are at time t2, you will need all of the archive log's between time t1 and t2.
    CASE 2:-
    If we do with rman, rman takes care of the file header update information and goes on its merry way, those details are hidden from the end user. If one of the tablespace is fractured, updated while backups are going on , rman knows about it and will re-read the affected blocks in question.
    My thinking would be that you might need archive logs, unless it is a cold backup, with switch logfiles in between.
    If you do hot backups you need archivelogs is my thought. The number of archivelogs required will be decreased considerably through rman.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmconc1.htm#458821
    Summary:-
    Either way archivelogs are needed.

  • Restore Procedure - online backup

    Dear all,
    Our BI QA system got crashed and hence we need to restore the SAP on
    the same machine , we have online backup.
    Can any advise on the restore & recovery methods with the online backup.
    Kindly provide Restore Steps .
    Kindly suggest
    Thanks & Regards,

    1: stop the database and SAP services running under <sidadm> and <orasid> users.
    2: Empty your sapdatas
         u2022 cd /oracle/<SID>
         u2022 rm u2013r sapdata*
    3:  Delete control files from all of its three locations (whereever presents)
         u2022 cd /oracle/<SID>/cntrl
         u2022 rm *.dbf
    4: confirm the name and presence of online backup logfile ( *.anf ) in sapbackup dir.
       and same for arch<SID>.log in saparch dir.
    5: Start restore on targetsystem in the foreground with:
         u2022     su u2013 ora<sid>
         u2022     for normal restore: brrestore -r init<source sid>.utl -b <backupfile> -m full u2013c
       or Start restore in the background with:
         u2022     as root
         u2022     at now
              su u2013 ora<sid> -c u201Cbrrestore -r init<source sid>.utl -b <backupfile>-m full u2013c forceu201D
              ^D
    6: Once restore finishes, do not open the database. Start the database in mount state and apply the redologs till the
    time you want the recovery of database or else
      you must recover the database till the end time of databse backup as you have online backup only with you.
    ==> for end time of backup, check the *.anf file.
    before starting recovery, make sure archive logs are available with you.
    Syntax
    sqlplus> recover database using backup controlfile until cancel;
    or
    sqlplus> recover database until time '2010-03-02:10:00:00' using backup controlfile;
    First check if we can stop and start the system without problems.
    Sqlplus> shutdown immediate
    Sqlplus> startup
    Also check the alert_SID.log for any errors.
    7: once database recovery finishes, you may open the database and start SAP applications.
    Cheers !!!
    Ashish

  • Online Backup Failed (Status Its shows Scheduling failed)

    Dear all ,
    OS AIX , DB Oracle , SAP ECC6.0 , Tivoli Storage Manager
    Scheduled  Online Backups are  failed  (Backups are fired through DB13)
    JOB Status : Scheduling failed
    Job Log:
    02.12.2009     17:00:01     Job started
    02.12.2009     17:00:01     Step 001 started (program RSDBAJOB, variant &0000000000657, user ID BASIS)
    02.12.2009     17:00:01     No application server found on database host - rsh/gateway will be used
    02.12.2009     17:00:01     Execute logical command BRBACKUP On host PRODORADB
    02.12.2009     17:00:01     Parameters:-u / -jid ALLOG20091201170000 -c force -t online -m all -p initIRPoffsite.sap -a -c force -p initIRP
    02.12.2009     17:00:01     offsite.sap -cds
    02.12.2009     17:01:01     SXPG_STEP_XPG_START: is_local_host: rc = 403
    02.12.2009     17:01:01     SXPG_STEP_XPG_START: host = PRODORADB
    02.12.2009     17:01:01     SXPG_STEP_XPG_START: is_local_r3_host: rc = 802
    02.12.2009     17:01:01     SXPG_STEP_XPG_START: RFC_TCPIP_CONNECTION_OPEN: rc = 1003
    02.12.2009     17:01:01     SXPG_STEP_COMMAND_START: SXPG_STEP_XPG_START returned: 1.003
    02.12.2009     17:01:01     SXPG_COMMAND_EXECUTE(LONG)
    02.12.2009     17:01:01     <timestamp> = 20091202170101
    02.12.2009     17:01:01     COMMANDNAME = BRBACKUP
    02.12.2009     17:01:01     ADDITIONAL_PARAMETERS =
    02.12.2009     17:01:01     -u / -jid ALLOG20091201170000 -c force -t online -
    02.12.2009     17:01:01     m all -p initIRPoffsite.sap -a -c force -p initIRP
    02.12.2009     17:01:01     offsite.sap -cds
    02.12.2009     17:01:01     LONG_PARAMS
    02.12.2009     17:01:01     OPERATINGSYSTEM = ANYOS
    02.12.2009     17:01:01     TARGETSYSTEM = PRODORADB
    02.12.2009     17:01:01     DESTINATION
    02.12.2009     17:01:01     SY-SUBRC = 1003
    02.12.2009     17:01:01     SXPG_COMMAND_EXECUTE failed for BRBACKUP - Reason: program_start_error: For More Information, See SYS
    02.12.2009     17:01:01     Job cancelled after system exception ERROR_MESSAGE
    Note :
    when i execute immediately or through Command line  backup  is going fine
    but when i scheduling  backup it was Cancelled  (Status shows Schudling Failed)
    pls give me suggestion
    sathessh

    Dear Yoganand.V
    thanks for your immediate response
    and still i am facing this issue
    the Backups are triggered from DB13 and Scheduled from Central Instance not Application Server and Auto Script is running at OS level and pls look FINISHED BACKUP LOG for your Reference
    08.12.2009     17:50:18     Job started
    08.12.2009     17:50:18     Step 001 started (program RSDBAJOB, variant &0000000000717, user ID S2K_BASIS)
    08.12.2009     17:50:18     No application server found on database host - rsh/gateway will be used
    08.12.2009     17:50:18     Execute logical command BRBACKUP On host PRODORADB
    08.12.2009     17:50:18     Parameters:-u / -jid ALLOG20091208175017 -c force -t online -m all -p initIRPdaily.sap -a -c force -p initIRPda
    08.12.2009     17:50:18     ily.sap -cds
    08.12.2009     18:29:23     BR0051I BRBACKUP 7.00 (34)
    08.12.2009     18:29:23     BR0055I Start of database backup: becbwhwk.anf 2009-12-08 17.50.18
    08.12.2009     18:29:23     BR0484I BRBACKUP log file: /oracle/IRP/sapbackup/becbwhwk.anf
    08.12.2009     18:29:23     BR0477I Oracle pfile /oracle/IRP/102_64/dbs/initIRP.ora created from spfile /oracle/IRP/102_64/dbs/spfileIRP.ora
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BR0280I BRBACKUP time stamp: 2009-12-08 17.50.19
    08.12.2009     18:29:23     BR0319I Control file copy created: /oracle/IRP/sapbackup/cntrlIRP.dbf 15122432
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BR0280I BRBACKUP time stamp: 2009-12-08 17.50.20
    08.12.2009     18:29:23     BR0057I Backup of database: IRP
    08.12.2009     18:29:23     BR0058I BRBACKUP action ID: becbwhwk
    08.12.2009     18:29:23     BR0059I BRBACKUP function ID: anf
    08.12.2009     18:29:23     BR0110I Backup mode: ALL
    08.12.2009     18:29:23     BR0077I Database file for backup: /oracle/IRP/sapbackup/cntrlIRP.dbf
    08.12.2009     18:29:23     BR0061I 42 files found for backup, total size 141794.742 MB
    08.12.2009     18:29:23     BR0143I Backup type: online
    08.12.2009     18:29:23     BR0130I Backup device type: util_file_online
    08.12.2009     18:29:23     BR0109I Files will be saved by backup utility
    08.12.2009     18:29:23     BR0142I Files will be switched to backup status during the backup
    08.12.2009     18:29:23     BR0289I BRARCHIVE will be started at the end of processing
    08.12.2009     18:29:23     BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BR0280I BRBACKUP time stamp: 2009-12-08 17.50.20
    08.12.2009     18:29:23     BR0229I Calling backup utility with function 'backup'...
    08.12.2009     18:29:23     BR0278I Command output of '/usr/sap/IRP/SYS/exe/run/backint -u IRP -f backup -i /oracle/IRP/sapbackup/.becbwhwk.lst -t file_onli
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     Data Protection for SAP(R)
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     Interface between BR*Tools and Tivoli Storage Manager
    08.12.2009     18:29:23     - Version 5, Release 5, Modification0.0  for AIX LF 64-bit -
    08.12.2009     18:29:23     Build: 316B  compiled on Oct 23 2007
    08.12.2009     18:29:23     (c) Copyright IBM Corporation, 1996, 2007, All Rights Reserved.
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BKI2027I: Using TSM-API version 5.5.1.0 (compiledwith 5.3.0.0).
    08.12.2009     18:29:23     BKI2000I: Successfully connected to ProLE on porttdpr3ora64.
    08.12.2009     18:29:23     BKI0005I: Start of program at: Tue Dec  8 17:50:20 IST 2009 .
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     -- Parameters --
    08.12.2009     18:29:23     Input File            : /oracle/IRP/sapbackup/.becbwhwk.lst
    08.12.2009     18:29:23     Profile               : /oracle/IRP/102_64/dbs/initIRPdaily.utl
    08.12.2009     18:29:23     Configfile            : /oracle/IRP/102_64/dbs/initIRP.bki
    08.12.2009     18:29:23     Manual sorting file   : disabled
    08.12.2009     18:29:23     Tracefile             : disabled
    08.12.2009     18:29:23     Traceflags            : disabled
    08.12.2009     18:29:23     Parallel sessions     : 1
    08.12.2009     18:29:23     Multiplexed files     : 1
    08.12.2009     18:29:23     RL compression        : 0
    08.12.2009     18:29:23     Exit on error         : disabled
    08.12.2009     18:29:23     BATCH                 : enabled
    08.12.2009     18:29:23     Buffer size           : 131072
    08.12.2009     18:29:23     Buffer Copy Mode      : SIMPLE
    08.12.2009     18:29:23     Redologcopies         : disabled
    08.12.2009     18:29:23     Versioning            : enabled
    08.12.2009     18:29:23     Current Version      : 581
    08.12.2009     18:29:23     Versions to keep     : 6
    08.12.2009     18:29:23     Delete Versions      : <= 575
    08.12.2009     18:29:23     Backup Type           : file_online
    08.12.2009     18:29:23     TSM log server        : disabled
    08.12.2009     18:29:23     TSM server            : [email protected] with 2 sessions configured, using 1 session
    08.12.2009     18:29:23     TSM client node      : PRODORADB_TDP
    08.12.2009     18:29:23     Days for backup      : Sun Mon Tue Wed Thu Fri Sat
    08.12.2009     18:29:23     Backup mgmt class    : DAILYMGMTCLASS
    08.12.2009     18:29:23     Archiv mgmt class    : DAILYMGMTCLASS
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BR0280I BRBACKUP time stamp: 2009-12-08 18.24.44
    08.12.2009     18:29:23     BR0232I 8 of 8 files saved by backup utility
    08.12.2009     18:29:23     BR0230I Backup utility called successfully
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BR0056I End of database backup: becbwhwk.anf 2009-12-08 18.24.44
    08.12.2009     18:29:23     BR0280I BRBACKUP time stamp: 2009-12-08 18.24.44
    08.12.2009     18:29:23     BR0052I BRBACKUP completed successfully
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BR0280I BRBACKUP time stamp: 2009-12-08 18.24.44
    08.12.2009     18:29:23     BR0291I BRARCHIVE will be started with options '-U -jid ALLOG20091208175017 -d util_file -c force -p initIRPdaily.sap -cds'
    08.12.2009     18:29:23     
    08.12.2009     18:29:23     BR0280I BRBACKUP time stamp: 2009-12-08 18.29.23
    08.12.2009     18:29:23     BR0292I Execution of BRARCHIVE finished with return code 0
    08.12.2009     18:29:23     Job finished
    regards

  • Change filelocation whilst migrating system using online backup (hom. systemcopy)

    Hi all,
    Situation:
    I'm migrating (homogeneous systemcopy) a couple of systems running on windows / oracle to windows / oracle using an online backup created on the source system ((brbackup –c –p initSID.sap –u system/***** -t online) . This backup will be shipped to the target system. I also want to keep and apply the redologs from after this backup to the new target system.
    I need to change driveletters:
    old      SAPDATA_HOME                   T:
    new                                                     X:
    old     ORACLE_HOME                      E:
    new                                                    G:
    old     oraarch                                    P:
    new                                                    Y:
    Question: Is this possible? What would be my aproach (using swpm).
    Many thanks!
    Marcel

    Hello Marcel,
    Note that when you run the target system installation, you will be running a fresh installation, but the only difference will be you will restore the database during the target system installation.
    Therefore, you just need to set all new drive letters when SWPM request for them.
    Regards,
    Henrique Girardi
    SAP Active Global Support

  • Online error in oracle 8, SAP 4.0 due to shutdown server when backup run

    Dear Sir,
    I am facing problem in production server in online backup. My PRD server goes down due to hardware fail and that time my online backup is going on. Now rest thing is ok but online backup in not running. I got error as given below:-
    Thank in advance.
    Anil
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000653, user name DDIC)
    Execute log. command BRBACKUP on host bdisappd
    __Parameters:-u / -c force -t online -m all -p initBDP.sap -v BDPB04 -a -c force -cds -p initBDP.sap
    BR051I BRBACKUP 4.0B (46)
    BR055I Start of database backup: bdxknmst.ant 2008-03-06 12.50.23
    BR071E BRBACKUP currently running or was killed.
    BR072I Please delete file /oracle/BDP/sapbackup/.lock.brb if BRBACKUP was killed.
    BR073E Setting BRBACKUP lock failed.
    BR056I End of database backup: bdxknmst.ant 2008-03-06 12.50.23
    BR054I BRBACKUP terminated with errors.
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished

    Hi Fidel,
    Sorry for this. The soution of this error givne by all but due to hidden file that is taken time to resolved this issue.
    Solution:
    I have checked hidden file in specific path with command
    #ls -li .lock.brb
    I found this file
    First i rename this file with this command
    rm .lock.brb .lock.brb.old
    after that i go in sm13 and schedule online backup with immediately option. I checked the status of backup the backup was satarted.
    Thanks for all of you to provide prompt solution. Really i am sorry solution not mentioned in the blogs.
    All are elegable for reward points.
    Regards,
    Anil
    Anil

  • SAP Bundle Patches and Automatic Oracle parameter check script (note117165)

    After reading SAP note 1027012 on SAP Bundle Patches and SAP note 1171650 on the
    automatic Oracle parameter check script I have a simple question:
    Is it still necessary to manually check whether some patch is installed in order to determine
    exactly which event and fixcontrol to set?
    Or is the automatic Oracle parameter check script so sophisticated that it is fully
    sufficient to implement its recommendations, and you don't neet to manually
    check any more which SBP with which bugfixes has been installed?
    It would be great if SAP could confirm that the automatic parameter check is sufficient,
    but so far I haven't seen this statement explicitly. I believe this is mostly because it
    is so difficult (impossible?) to determine via SQL which patches have been applied.
    Regards,
    Mark

    >
    > Is it still necessary to manually check whether some patch is installed in order to determine
    > exactly which event and fixcontrol to set?
    Yes and No.
    until now, fixcontrol are dependent of CBO patches and those are "register" on the view v$system_fix_control. They can be "check" autmatically, so you get the "proper" recommendation for those.
    the parameter event depends on different situations, like some patches. But those patches are "normal" patches and it is not possible to check if they are installed from inside the DB with a simple script. For those, the check script will tell you to do it manually and will tell you which patch has to be check
    In addition, there are other parameters that have to be check "manually", like processes (where you get a "semiautomatic" check) or db_cache_size, where you should check if the size
    > It would be great if SAP could confirm that the automatic parameter check is sufficient,
    > but so far I haven't seen this statement explicitly. I believe this is mostly because it
    > is so difficult (impossible?) to determine via SQL which patches have been applied.
    The automatic parameter check is sufficient, meaning that you get all information, including the parameters that you have to check manually and some information for that check. Currently, it is not possible to automatize it 100%

  • Oracle online backup failed

    Dear all,
          I am scheduling a online backup for ECC 6.0 , oracle 10.2  to target NAS device. I have mentioned the error log.
    BR0252E Function _mkdir() failed for '
    <IPaddress>\backup\bebfoyky' at location BrDirCreate-1
    BR0253E errno 13: Permission denied
    I have created sapservice<sid> user in the NAS device. Anything i need to check more. Could anyone have any idea... please help me.
    Thanks
    Raj

    Dear Juan,
       Yes , both the users belongs to administrator group.
    @ Rishi - The Ip address which i have mentioned in my earlier mess is the IP address of the network device.
    It was working fine with another device, after changing it to the new target device i am facing this issue.
    I have changed the target network path of the NAS in the init<sid>.sap, also i have restarted the instance as well.
    Do i need to reboot the entire server to make the changes effect ?
    Kindly suggest me.
    BR0252E Function _mkdir() failed for '
    <IP address of the NAS>\backup\bebfoyky' at location BrDirCreate-1
    BR0253E errno 13: Permission denied
    Thanks
    Raj

  • Insert /delete data from SAP Z table to Oracle table and opposite

    Hi,
    Can u help me write this FM from the SAP side?
    So, I have two tables ZTABLE in SAP and Oracle table ORAC.
    Let's put three columns in each of them, for example
    TEL1
    TEL2
    ADRESS
    NAME
    where TEL field is primary from ZTABLE to ORAC...
    (in FM there shoud be abap code for writing data in ZTABLE after we press some pushbutton made in sap screen painter..)
    for example, when we write new record in ZTABLE
    00
    112233
    Street 4
    Name1
    this data shoud be inserted in Oracle table ORAC.
    when we write new record in Oracle table for example
    01
    445566
    New Street
    Name2
    this data shoud be inserted in ZTABLE.
    Field TEL1 can be only of two values 01 or 02, other combination is not valid...
    I must have all data from Oracle table ORAC in ZTABLE and opposite.
    It should be the same scenario for DELETE...
    And this communication should be online between sap and table in oracle database...
    Can u help me from sap side? and give idea how to configure on oracle side??
    Thanks a lot,
    Nihad

    I dont know if we can directly connect to a oracle database ( wait for the answers from others on this )
    but in XI we have the JDBC adaptor to insert and retrieve data.
    so for the outbound from SAP the flow can be something like this (with XI in landscape):
    1) You have a screen to maintain a new entry / delete an entry
    2) On save , this record gets saved or deleted from the Ztable in SAP
    3)) In the same screen you can call a proxy class-method (generated using SPROXY transaction ) to send the record to XI.
    4) XI to format it and insert into the oracle table
    Mathews

  • How can I capture and re-present Oracle contraint/check/DML errors?

    Hi,
    New to APEX, I have a Designer/Web-PLSQL background.
    In Designer I can define the messages that I want the user to see when check, constraint, etc. errors are generated by the application interaction with the database server (done through table API and the integration of the Designer generated screens).
    In APEX, these types of errors all seem to show the default 'ORA' style message on an error page. How can I change these to 'human-readable' messages?
    I'm obviously missing the trick that changes an ORA-0001 message referring to CUST_CODE_UK to something like 'This Code has already been assigned to another customer'? I want to use standard functionality, not really keen on creating my own DML packages for every table that needs to be accessed through a screen.

    user8038482 wrote:
    dear sir,
    i have windows 7 and install oracle 10g,developer suite 10g 32 bit working everything fine but any forms trying to open giving errors oracle form designer stopted working check online sulition can you help get and send the like of patch file so i can download even i am able to download the patch file pls help i will be grateful for the same.
    thanks you..
    As'salamualikum, m z Islam
    check this Oracle Forms Designer has stopped working/ How to apply Patchset 7047034 ?
    Hope this works..
    hamid
    Mark correct/helpful to help others to get right answer(s).*

  • SAP SRM Prod with Oracle DB and AIX 5.3 Performance Issue.

    Hi Basis Gurus,
    Today my SAP PRD system all of a sudden was running slow and users had difficulties executing TCodes as it took minutes before the screen appeared.My system is SAP SRM 4.00, Oracle Release 11.2.0.1.0 and AIX 5.3.
    From Basis point of view , we noticed that all the work process were hanged due to RFCs' occupying it.Couldnt investigate further on the system as we needed to restart asap because users needed to log on. A quick check on SICK shows no errors.What we managed to find out is that we needed to check this parameter below and set it accordingly:-
    rdisp/rfc_min_wait_dia_wp:-
    Definition
    Number of work processes kept free for other users.
    Use
    This parameter is used to reserve a number of dialog work processes for dialog mode. It prevents parallel RFCs from occupying all the processes.
    The parameter rdisp/wp_no_dia specifies the absolute number of dialog work processes.                               
    Unit: number of dialog work processes
    Default value: 1
    Example
    If 10 dialog work processes are configured for the instance (rdisp/wp_no_dia = 10) and the parameter rdisp/rfc_min_wait_dia_wp  = 3 is set, parallel RFCs can occupy a maximun of 7 dialog work processes. Three dialog work processes always remain free for dialog mode.
    There are 20 DIA processes in our system, perhaps reserving a minimum of about 5 work processes for DIA users will be useful via the parameter.
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    When we went for a restart of the system we encountered another issue. Steps to the issue are as below:-
    1) Did a proper shutdown of Oracle and SAP.
    2) When we start using startsap script, it doesn't start DB so we started DB manually but listener was having problem
        so we stopped all.
    3) We also did a cleanipc, it too throws below error:-
    sidadm> cleanipc <systemno> remove
                   exec(): 0509-036 Cannot load program cleanipc because of the following errors:
                   0509-130 Symbol resolution failed for cleanipc because:
                   0509-136   Symbol memmove (number 106) is not exported from
                   dependent module /usr/sap/sid/SYS/exe/run/libsapu16.so.
                   0509-192 Examine .loader section symbols with the
                   'dump -Tv' command.
    4) Also the Listener file has no contents,it's null file.
    5) This is another error :-
        exec(): 0509-036 Cannot load program /oracle/sid/112_64/bin/tnslsnr because of the following errors:
        0509-150   Dependent module /oracle/sid/112_64/lib/libttsh11.so could not be loaded.
        0509-101   The module has too many section headers
        or the file is damaged
    The libttsh11.so file was empty dated 25th timestamp as below in PRD:-
    -rw-rr    1 sid   dba               0 Nov 25 07:12 libttsh11.so
    Further checking has let me to understand this is an Oracle Bug from this link:-
    http://gavinsoorma.com/2009/12/11-1-0-6-clusterware-upgrade-to-11-1-0-7/
    This Oracle bug only happens in an Upgrade time and how could this happen to my Production system during a restart process.
    Also this system was restarted during the last weekend's maintainance window and it came up with no issues.
    6) We copied over the libttsh11.so from our QA environment to PRD and did a Startup:-
    -rwxr-x---    1 sid   dba        65967496 Nov 25 07:40 libttsh11.so (This is the copied over file from QA)
    7) After Startup everything has been in order till now.
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before. Hope all the Gurus here could shed some light into my 2 questions as I am looking for positive answers.
    Thank you.
    Regards,
    John

    Hi,
    Firstly I would suggest you to upgrade your database from Oracle Release 11.2.0.1.0 to Oracle Release 11.2.0.2 . This is the recommended Oracle 11g database version  for SAP solutions. Many of your problem will get resolved with it.
    Question 1:
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    For immediate resolution the approach you have followed is correct viz limiting number of dialog processes for RFC. Secondly you need to analyze why RFC processing takes so much time. You need check which programs are getting executed by those RFC.
    Generate EarlyWatch report for more detailed view
    Question 2:
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before.
    The libttsh11.so library cannot be found in the related directory.
    Cause
    The file system is mounted using CIO option, but per Note 257338.1 Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L, an ORACLE_HOME on a filesystem mounted with "cio" option is not supported.
    Such a configuration will cause, installation, relinking and other unexpected problems.
    Solution
    Disable the CIO option on the filesystem.
    References
    NOTE:257338.1 - Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L
    Hope this helps.
    Regards,
    Deepak Kori

  • Migration software from SAP R/3 to Oracle eBusiness Suite

    Is there any Oracle product which can migrate an Oracle 9i R2 database for SAP R3 to eBusiness Suite?
    Has any one successfully integrated an SAP R/3 system with eBusiness Suite?

    Check the following links:
    How to migrate data from SAP to EBS? What's your solution and tools?
    Re: How to migrate data from SAP to EBS? What's your solution and tools?
    Oracle Helping SAP Customers to get “OFF SAP”
    http://www.oracle.com/corporate/press/2005_jun/sap.html
    SAP shops migrate to Oracle Applications
    http://www.dba-oracle.com/oracle_news/news_sap_migrate_oracle_applications.htm

  • DB Check and Online Backup failed

    Hi!
    I would like to execute DB check, DB online backup and other db relevant actions.
    Unfortunately when I schedule and execute DB check from tcode DB13 I get the following error:
    BR0801I BRCONNECT 7.00 (38)
    BR0805I Start of BRCONNECT processing: ceafbnrz.chk 2009-03-25 10.53.35
    BR0484I BRCONNECT log file: F:oracleSC3sapcheckceafbnrz.chk
    BR0280I BRCONNECT time stamp: 2009-03-25 10.53.36
    BR0301E SQL error -1012 at location db_connect-5, SQL statement:
    'SELECT NAME FROM V$DATABASE WHERE ROWNUM = 1'
    ORA-01012: not logged on
    BR0310E Connect to database instance SC3 failed
    BR0280I BRCONNECT time stamp: 2009-03-25 10.53.36
    BR0301E SQL error -1012 at location db_connect-5, SQL statement:
    'SELECT NAME FROM V$DATABASE WHERE ROWNUM = 1'
    ORA-01012: not logged on
    BR0310E Connect to database instance SC3 failed
    BR0806I End of BRCONNECT processing: ceafbnrz.chk 2009-03-25 10.53.36
    BR0280I BRCONNECT time stamp: 2009-03-25 10.53.36
    BR0804I BRCONNECT terminated with errors
    When I try to execute online backup with BRARCHIVE I get the following error:
    BR0051I BRBACKUP 7.00 (38)
    BR0055I Start of database backup: beafcicl.and 2009-03-25 14.43.27
    BR0484I BRBACKUP log file: F:oracleSC3sapbackup eafcicl.and
    BR0071E BRBACKUP currently running or was killed
    BR0072I Please delete file F:oracleSC3sapbackup.lock.brb if BRBACKUP was killed
    BR0073E Setting of BRBACKUP lock failed
    BR0056I End of database backup: beafcicl.and 2009-03-25 14.43.27
    BR0280I BRBACKUP time stamp: 2009-03-25 14.43.28
    BR0054I BRBACKUP terminated with errors
    Can some one tell me how to solve this problem?
    Thank you very much!
    regards
    Jürgen

    > The content of the file alert<sid>.log
    > Wed Mar 25 17:13:46 2009
    > Errors in file f:\oracle\sc3\saptrace\usertrace\sc3_ora_1488.trc:
    > ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_opiosq076] [PC:0x10565AC] [ADDR:0x46] [UNABLE_TO_READ] []+
    This doesn't look good
    Are you running the latest patchset and interim patch? Some ORA-07445 were fixed with the patches.
    Markus

  • SAP Shutdown Necessary During Oracle Backup via BRBACKUP ?

    Hi,
    Is it necessary to shutdown SAP before backing up the Oracle database via BRBACKUP ?
    The BRBACKUP will run cold db backup.
    What's the windows script to shutdown & startup SAP v6 ?
    TIA !
    DL

    Hi Desmond,
    That is depends upon the backup type you are selecting.
    If you are going to take a cold backup brbackup will shutdowns the database and takes backup.
    If you are going for a online backup it will take backup without sutting down database.
    And here no need to shutdown database manually, brbackup shutdowns database and takes backup.
    I didn't understand your second query, what is the script?
    Regards
    Nick Loy

Maybe you are looking for

  • Solution Manager Install Error

    Hi All, I'm trying to to a clean install of Solution Manager 4 on Windows Enterprise Server 2003 SP1, SQL Server 2005 SP1. I've run the Pre-Installation Check and all is OK. At Step 10 of 42, Create/modify database schema I'm getting an error: ERROR

  • How do I transfer contacts from my old Nokia phone to my new iPhone?

    My old phone is a Nokia 2330c-2. My new phone is an iPhone4

  • Convert ntsc to pal

    I want to export my i.phone and Flip videos from i.movie to i.DVD but when I play back the DVD the video is 'jerky'. (They play great in i.Movie) I assume that there is a problem with the frame rate difference, 30 frames imported but I need 25 frames

  • Editing music info in itunes

    I recently bought a new computer and reloaded my itunes into it. I had to deauthorize all of my other computers to get it to work. Everything is fine now except I cannot edit any of the info of a song, such as title or artist. When I go into get info

  • Real slow mo using HDV-SD50P codec?

    Hi, I need to incorporate material shot in HDV-SD50 into a DVCPro HD 1080i50 project for a smooth slow motion sequence. What I am wondering is, whether I can do this in Compressor, and what my best solution is for minimising quality loss when includi