SAP Note 378648 - Offline backup support with Oracle Fail Save

I am trying to implement SAP Note 378648 - Offline backup support with Oracle Fail Save, but am unsure about part of the solution....
Basically, I have to add several parameters into the Environment Variables of the MS Clustered Servers running Windows Server 2003 for the user xidadm... 
Fairly straight forward apart from one parameter....
BR_OFS_DOMAIN=<domain>
I am unsure what is required/meant by domain.  Can anyone shed some light??

Those are environment variables of the Windows user who is running brbackup; usually this is SAPService<SID>.
You have to set this variables the same way as you set ORACLE_HOME and so on.
(I am not sure about the details; never worked with MS cluster.)
hope this helps

Similar Messages

  • About Note 378648 - Offline backup support with Oracle Fail Safe

    Hi forum,
    I try to re-post it in Oracle word...
    I read note 378648 but I don't understant where I must set the follow variables :
    BR_OFS=1
    BR_OFS_RESOURCE=< database_resource_name>
    BR_OFS_CLUSTER=< cluster_name>
    BR_OFS_USER=<user_name>
    BR_OFS_DOMAIN=<domain>
    BR_OFS_PWD=<password>
    I try into init<SID>.sap but without success.
    Regards.
    Ganimede Dignan.

    Those are environment variables of the Windows user who is running brbackup; usually this is SAPService<SID>.
    You have to set this variables the same way as you set ORACLE_HOME and so on.
    (I am not sure about the details; never worked with MS cluster.)
    hope this helps

  • RMAN Automatic backup/recovery with oracle fail safe, windows cluster

    Hello,
    I have question,
    1) Whether it is possible to do "RMAN Automatic Backup and recovery" in environment as ?
    Environment: -
    a. Windows clustering with windows server 2003 Enterprise Edition R2 (Two Node Clustering)
    b. Shared disk ( RAID )
    c. Oracle 10g standard edition one
    d. Oracle fail safe v3.3.3 (for redundancy)
    Here we have single oracle instance operating on single database whose files are located on shared disk.
    2) If answer to above question is yes please specify if there is some good documentation to it.
    Any help regarding this will be greatly appreciated.
    Thanks in advance,
    Rahul

    You just need to make sure that the RMAN scripts are always able to connect to the target database instance whether instance runs on cluster node 1 or cluster node 2
    here, If oracle services(resources) will shift from Node1 to Node2 (due to media or any failure) during RMAN Backup then there will be break in connection, will it destroy my backup or will it get started automatically without any harm?
    and also I want to know,
    Do we need to setup another server which will have RMAN backup script running?

  • Savepoint not supported with oracle 8i

    when I am using the oracle thin driver I'm getting the following error
    Exception in thread "main" java.lang.AbstractMethodError: oracle.jdbc.driver.OracleDatabaseMetaData.supportsSavepoints()Z
    at Svpt1.main(Svpt1.java:31)
    but when odbc driver is used the
    Checking savepoint support ...
    Savepoint is not supported
    Insert record(10, 'newregion1') ...
    Establish savepoint 1 ...
    Unexpected Exception null
    java.lang.UnsupportedOperationException
    at sun.jdbc.odbc.JdbcOdbcConnection.setSavepoint(JdbcOdbcConnection.java
    :1713)
    at Svpt1.main(Svpt1.java:49)
    please tell me why this difference and how can I use savepoint with oracle 8i.
    I'm using Oracle 8i and j2sdk1.5.0_06
    import java.sql.*;
    public class Svpt1
         public static void main(String args[])
              Connection conn = null;
         Statement stmt = null;
              int rows = 0;
              try
                   // Load the Oracle JDBC driver
                   DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
              String jdbcUrl = "jdbc:oracle:thin:@localhost:1521:gdn";
                   // Connect to the database
                   conn = DriverManager.getConnection (jdbcUrl, "srg", "srg");
                   // Create a Statement
              stmt = conn.createStatement();
                   // Cleanup table to original state
                   stmt.execute("DELETE FROM employees WHERE ssn=10");
                   // Turn off the auto-commit mode
         conn.setAutoCommit(false);
              DatabaseMetaData dbmd = conn.getMetaData();
              // Check whether Savepoint is supported
         show("Checking savepoint support ...");
              if (dbmd.supportsSavepoints())
                        show("Savepoint is supported");
                   else
                   show("Savepoint is not supported");
              // Insert a new record into the "regions" table
                   show("Insert record(10, 'newregion1') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (10, 'newregion1')");
              // Establish the first savepoint (named)
                   show("Establish savepoint 1 ...");
                   Savepoint svpt1 = conn.setSavepoint("svpt_1");
              // Insert a second record into the "regions" table
                   show("Insert record(11, 'newregion2') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (11, 'newregion2')");
              // Establish the second savepoint (named)
              show("Establish savepoint 2 ...");
              Savepoint svpt2 = conn.setSavepoint("svpt_2");
                   // Establish the third savepoint (unnamed)
              show("Establish savepoint 3 ...");
              Savepoint svpt3 = conn.setSavepoint();
                   // Insert a third record into the "regions" table
              show("Insert record(12, 'newregion3') ...");
                   rows = stmt.executeUpdate("insert into employees(ssn,name) values (12, 'newregion3')");
                   // Check names and ids of established Savepoints
              show("The name of txn savepoint 1 is: " + svpt1.getSavepointName());
                   show("The name of txn savepoint 2 is: " + svpt2.getSavepointName());
              show("The id of txn savepoint 3 is: " + svpt3.getSavepointId());
                   // Rollback to the first savepoint
              show("Rollback to savepoint 1 ...");
              conn.rollback(svpt1);
                   // Commit the transaction
              show("Commit the transaction ...");
              conn.commit();
                   // Close the Statement
              stmt.close();
                   // Close the Connection
              conn.close();
              }//try
         catch(SQLException sqlexc)
                   show("Unexpected SQL Exception " + sqlexc.getMessage());
                   sqlexc.printStackTrace();
              catch(Exception exc)
                   show("Unexpected Exception " + exc.getMessage());
         exc.printStackTrace();
         }//main
    static void show(String mesg)
    System.out.println(mesg);
    }//class
    thanks in advance.

    change the tnsnames.ora you're forms 6i is using. Usually in the net80\admin path of your forms 6i home.

  • Offline backup terminated with error

    Hi SAP Experts,
    We are facing the issue while trying to take offline backup on disk. offline backup got terminated with the below errors:
    BR0201I Compressing J:\ORACLE\SR3\SAPDATA1\SR3_12\SR3.DATA12
    BR0203I to J:\oracle\SR3\sapbackup\beclvdzj\SR3.DATA12.Z ...
    BR0280I BRBACKUP time stamp: 2010-01-30 09.26.43
    BR0266E Program '
    OFCOMSAPSRMI\sapmnt\SR3\SYS\exe\uc\NTI386\mkszip -c J:\ORACLE\SR3\SAPDATA1\SR3_12\SR3.DATA12 > J:\oracle\SR3\sapbackup\beclvdzj\SR3.DATA12.Z' interrupted, exit status: c0000094
    BR0272E Execution of program '
    OFCOMSAPSRMI\sapmnt\SR3\SYS\exe\uc\NTI386\mkszip -c J:\ORACLE\SR3\SAPDATA1\SR3_12\SR3.DATA12 > J:\oracle\SR3\sapbackup\beclvdzj\SR3.DATA12.Z' through pipe failed
    BR0224E Compressing J:\ORACLE\SR3\SAPDATA1\SR3_12\SR3.DATA12 to J:\oracle\SR3\sapbackup\beclvdzj\SR3.DATA12.Z failed due to previous errors
    BR0115I Compression rate for all files 6.1298:1
    BR0280I BRBACKUP time stamp: 2010-01-30 09.26.50
    BR0304I Starting and opening database instance SR3 ...
    BR0280I BRBACKUP time stamp: 2010-01-30 09.27.22
    BR0305I Start and open of database instance SR3 successful
    BR0056I End of database backup: beclvdzj.afd 2010-01-30 09.26.43
    BR0280I BRBACKUP time stamp: 2010-01-30 09.27.24
    BR0054I BRBACKUP terminated with errors
    We have gone through most of the notes but didn't get any solution.
    Please help.
    Regards,
    Ankit

    Hi,
    You should ask BRBACKUP question in following forum. This SRM forum is not right one.
    SAP on Oracle
    SAP NetWeaver Administrator
    Regards,
    Masa

  • OFFLINE BACKUP finished with error

    Dear all,
    please find the below Offline backup log
    BKI0400I: TDP is waiting for BRBACKUP.
    BR0280I BRCONNECT time stamp: 2010-03-05 22.05.33
    #BEGIN /oracle/IRP/sapdata3/undo_1/undo.data1
    BR0280I BRCONNECT time stamp: 2010-03-05 22.05.33
    BR0345E Error in backup utility while switching the status of file /oracle/IRP/sapdata3/undo_1/undo.data1
    BR0280I BRCONNECT time stamp: 2010-03-05 22.05.33
    BKI0412E: BRBACKUP wasn't able to switch requested tablespace in BEGIN/END BACKUP mode.
    BKI0412E: BRBACKUP wasn't able to switch requested tablespace in BEGIN/END BACKUP mode.
    BKI9203E: Additional support information: An exception was thrown at position: /home/builder/autobuild/TSM_mySAP_BUILD/xint/library/base/esd-countedpointer.hpp(221).
    ( esd-exception.cpp(113):  )
      esd-sessionmanager.cpp(548):
      esd-sessionmanager.cpp(529):
      esd-sessionmanager.cpp(388):
      esd-task.cpp(292):
      esd-sessionmanager.cpp(350):
      esd-datamover.cpp(300):
      esd-datamover.cpp(280):
      backint.cpp(156):
    BKI9309E: Operation terminated due to an explicit abort request.
    BKI9300E: Additional support information: Aborting 'send' operation. See previous error.
    BKI0405I: TDP waited 115 sec. for BRBACKUP in util_file_online communication.
    BKI0020I: End of program at: Fri Mar  5 22:05:49 IST 2010 .
    BKI0021I: Elapsed time: 02 min 26 sec .
    BKI0024I: Return code is: 2.
    BR0280I BRBACKUP time stamp: 2010-03-05 22.05.49
    BR0279E Return code from '/usr/sap/IRP/SYS/exe/run/backint -u IRP -f backup -i /oracle/IRP/sapbackup/.becsivwc.lst -t file_online -p /oracle/IRP/102_64/dbs/initIRPweekly.utl -c':
    BR0232E 0 of 47 files saved by backup utility
    BR0280I BRBACKUP time stamp: 2010-03-05 22.05.49
    BR0231E Backup utility call failed
    BR0278I Command output of '/usr/sap/IRP/SYS/exe/run/brconnect':
    BR0801I BRCONNECT 7.00 (34)
    PID=512432
    BR0280I BRCONNECT time stamp: 2010-03-05 22.05.33
    BR0345E Error in backup utility while switching the status of file /oracle/IRP/sapdata3/undo_1/undo.data1
    BR0280I BRCONNECT time stamp: 2010-03-05 22.05.33
    #ERROR
    BR0280I BRCONNECT time stamp: 2010-03-05 22.05.50
    #SIGNAL CAUGHT: 15
    BR0074W BRCONNECT call failed
    BR0280I BRBACKUP time stamp: 2010-03-05 22.05.51
    BR0304I Starting and opening database instance IRP ...
    BR0280I BRBACKUP time stamp: 2010-03-05 22.05.58
    BR0305I Start and open of database instance IRP successful
    BR0056I End of database backup: becsivwc.aff 2010-03-05 22.05.49
    BR0280I BRBACKUP time stamp: 2010-03-05 22.05.58
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2010-03-05 22.05.58
    BR0291I BRARCHIVE will be started with options '-U -jid ALGOF20100305220322 -d util_file -c force -p initIRPweekly.sap -cds'
    BR0280I BRBACKUP time stamp: 2010-03-05 22.10.06
    BR0292I Execution of BRARCHIVE finished with return code 0
    reg

    Dear Bhavik G. Shroff,
    kindly check the below outpot
    SQL> select file#, status, name from v$datafile;
         FILE# STATUS
    NAME
             1 SYSTEM
    /oracle/IRP/sapdata1/system_1/system.data1
             2 ONLINE
    /oracle/IRP/sapdata3/undo_1/undo.data1
             3 ONLINE
    /oracle/IRP/sapdata1/sysaux_1/sysaux.data1
         FILE# STATUS
    NAME
             4 ONLINE
    /oracle/IRP/sapdata1/sr3_1/sr3.data1
             5 ONLINE
    /oracle/IRP/sapdata1/sr3_2/sr3.data2
             6 ONLINE
    /oracle/IRP/sapdata1/sr3_3/sr3.data3
         FILE# STATUS
    NAME
             7 ONLINE
    /oracle/IRP/sapdata1/sr3_4/sr3.data4
             8 ONLINE
    /oracle/IRP/sapdata1/sr3_5/sr3.data5
             9 ONLINE
    /oracle/IRP/sapdata2/sr3_6/sr3.data6
         FILE# STATUS
    NAME
            10 ONLINE
    /oracle/IRP/sapdata2/sr3_7/sr3.data7
            11 ONLINE
    /oracle/IRP/sapdata2/sr3_8/sr3.data8
            12 ONLINE
    /oracle/IRP/sapdata2/sr3_9/sr3.data9
         FILE# STATUS
    NAME
            13 ONLINE
    /oracle/IRP/sapdata2/sr3_10/sr3.data10
            14 ONLINE
    /oracle/IRP/sapdata3/sr3_11/sr3.data11
            15 ONLINE
    /oracle/IRP/sapdata3/sr3_12/sr3.data12
         FILE# STATUS
    NAME
            16 ONLINE
    /oracle/IRP/sapdata3/sr3_13/sr3.data13
            17 ONLINE
    /oracle/IRP/sapdata3/sr3_14/sr3.data14
            18 ONLINE
    /oracle/IRP/sapdata3/sr3_15/sr3.data15
         FILE# STATUS
    NAME
            19 ONLINE
    /oracle/IRP/sapdata4/sr3_16/sr3.data16
            20 ONLINE
    /oracle/IRP/sapdata4/sr3_17/sr3.data17
            21 ONLINE
    /oracle/IRP/sapdata4/sr3_18/sr3.data18
         FILE# STATUS
    NAME
            22 ONLINE
    /oracle/IRP/sapdata4/sr3_19/sr3.data19
            23 ONLINE
    /oracle/IRP/sapdata4/sr3_20/sr3.data20
            24 ONLINE
    /oracle/IRP/sapdata1/sr3700_1/sr3700.data1
         FILE# STATUS
    NAME
            25 ONLINE
    /oracle/IRP/sapdata1/sr3700_2/sr3700.data2
            26 ONLINE
    /oracle/IRP/sapdata1/sr3700_3/sr3700.data3
            27 ONLINE
    /oracle/IRP/sapdata1/sr3700_4/sr3700.data4
         FILE# STATUS
    NAME
            28 ONLINE
    /oracle/IRP/sapdata2/sr3700_5/sr3700.data5
            29 ONLINE
    /oracle/IRP/sapdata2/sr3700_6/sr3700.data6
            30 ONLINE
    /oracle/IRP/sapdata2/sr3700_7/sr3700.data7
         FILE# STATUS
    NAME
            31 ONLINE
    /oracle/IRP/sapdata2/sr3700_8/sr3700.data8
            32 ONLINE
    /oracle/IRP/sapdata3/sr3700_9/sr3700.data9
            33 ONLINE
    /oracle/IRP/sapdata3/sr3700_10/sr3700.data10
         FILE# STATUS
    NAME
            34 ONLINE
    /oracle/IRP/sapdata3/sr3700_11/sr3700.data11
            35 ONLINE
    /oracle/IRP/sapdata3/sr3700_12/sr3700.data12
            36 ONLINE
    /oracle/IRP/sapdata4/sr3700_13/sr3700.data13
         FILE# STATUS
    NAME
            37 ONLINE
    /oracle/IRP/sapdata4/sr3700_14/sr3700.data14
            38 ONLINE
    /oracle/IRP/sapdata4/sr3700_15/sr3700.data15
            39 ONLINE
    /oracle/IRP/sapdata4/sr3700_16/sr3700.data16
         FILE# STATUS
    NAME
            40 ONLINE
    /oracle/IRP/sapdata1/sr3usr_1/sr3usr.data1
            41 ONLINE
    /oracle/IRP/sapdata4/sr3700_17/sr3700.data17
    41 rows selected.

  • Is DELL Equalogic PS4600 supported with Oracle VM 3.1?

    Hi, I am having some problems configuring Oracle VM for SAN storage, the compatibility matrix in this site: http://linux.oracle.com/pls/apex/f?p=117:3:0::NO::: shows me that there isn't any support.
    When I try to setup SAN configuration, I am having this error (please open the attachment file). The log show me an error with login on to the SAN, but I don't know where do I have to enable the access for Oracle VM and if its compatible..
    An important situation is: when I try this command:
    iscsiadm -m discovery -t sendtargets -p 192.168.1.50 (SAN IP). The commands display the correct information
    and if I try this command
    iscsiadm -m node -T  (IQN) - p (SAN IP) -- login
    The command shows me that I am successfully connected.
    Also I was searching for a solution with Oracle Metalink  Doc ID 1273899.1 I just want to know if that reference apply to this device and if its secure to try.
    Any help would be appreciated, thanks.

    Why do you have the same UUID for the 10GB and the 1.1TB LUN?
    The error is pretty straight forward. You shouldn't have the same UUID for each LUN.

  • Veritas 11D Backup exec with oracle

    Our company is configuring veritas backupexec for backup purposes.
    I got three versions running in the same server.8.1.7.4.1,9.2.0.6,10 g rel2
    Any idea and link will be helpful
    How to configure Veritas with Oracle

    How to configure Veritas with Oracle The best way should be to read the associated doc, and/or ask some advices to the vendor, isn't it ?
    Nicolas.

  • Offline backup scheduled in DB13 failed

    Hello everybody,
    Whole database offline + redo log backup scheduled in DB13  failed.  We are running SAP on Oracle 10.2.0.2 on HP UX B.11.23
    Here is the portion of log mentioning the error.
    BR0202I Saving /oracle/TU4/sapbackup/.tape.hdr0                                                          
    BR0203I to /dev/rmt/10mn ...                                                                             
    BR0209I Volume in device /dev/rmt/10mn has name TU4B05                                                   
    BR0202I Saving init_ora                                                                               
    BR0203I to /dev/rmt/10mn ...                                                                             
    BR0202I Saving /oracle/TU4/102_64/dbs/initTU4.sap                                                        
    BR0203I to /dev/rmt/10mn ...                                                                             
    BR0280I BRBACKUP time stamp: 2009-02-03 03.00.58                                                         
    BR0198I Profiles saved successfully                                                                      
    BR0280I BRBACKUP time stamp: 2009-02-03 03.00.58                                                         
    BR0307I Shutting down database instance TU4 ...                                                          
    BR0278E Command output of '/oracle/TU4/102_64/bin/sqlplus /nolog < /oracle/TU4/sapbackup/.bdzvnffe.spi': 
    SQL*Plus: Release 10.2.0.2.0 - Production on Tue Feb 3 03:00:58 2009                                     
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.                                                  
    SQL> Connected.                                                                               
    SQL>                                                                               
    SQL> ORA-01013: user requested cancel of current operation                                               
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production      
    With the Partitioning and Data Mining options                                                            
    BR0280I BRBACKUP time stamp: 2009-02-03 04.01.04                                                         
    BR0279E Return code from '/oracle/TU4/102_64/bin/sqlplus /nolog < /oracle/TU4/sapbackup/.bdzvnffe.spi': 0
    BR0302E SQLPLUS call for database instance TU4 failed                                                    
    BR0309E Shutdown of database instance TU4 failed                                                         
    BR0056I End of database backup: bdzvnffe.aft 2009-02-03 04.01.04                                         
    BR0280I BRBACKUP time stamp: 2009-02-03 04.01.05                                                         
    BR0054I BRBACKUP terminated with errors                                                                  
    Any input will be highly appreciated.
    Regards
    Santanu

    Hi
    Are u taking the offline backup on disk or tape. Your log seems to be mentioning it to be on tape. Anyways, have you set the /oracle/SID/102_64/dbs/initSID.sap file parameters accordingly. Also the log says that there has been a user intervention to stop the backup. Did you press Cntrl C in the process. Offline backups to tape is a bit tricky aand even we are fighting on this. I would suggest taking it on disk and then transferring it to tape.
    Lokesh

  • SAP not starting after crash: Terminateing With error code 12

    Hi,
    After system crash SAP is not starting normally. When running startsap under SIDadm puts out: /usr/sap/TST/SYS/exe/run/startdb: Terminateing With error code 12
    startdb.log shows that:
    /oracle/TST/102_64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shares object file: No such file or directory
    I have checked - file and directory are present.
    However - when manually starting DB under oraSID and then logging in as SIDadm and starting SAP - everything starts normally.
    (Allthough SID is has been changed before - system also worked normally after SID change) I have checked userrights and groups , also profile - everything seems to be normal. Any ideas?
    Edited by: Kristjan T on Mar 16, 2011 1:16 PM

    Hi,
    1.what UNIX Flavor are we talking about  -> SuSe
    2.What SAP Kernel Release is in place (may be 6.40 non EX2 ?) -> 6.40
    3.What release is the DB suposed to have? -> 10.2.0.2.0 - 64bit Prod
    4.I see, you are calling an sqlplus from a 10.2 ORACLE_HOME.
    Is that the correct HOME the DB is running with ? -> Yes
    5.Can you start the DB with
    brconnect -c -u / -f dbstart  -> NO
    Error is:
    :devadm 51> brconnect -c -u / -f dbstart
    BR0801I BRCONNECT 7.00 (40)
    oracleDEV: error while loading shared libraries: libskgxp10.so: cannot open shared object file: No such file or directory
    BR0278E Command output of '/oracle/DEV/102_64/bin/sqlplus /nolog':
    /oracle/DEV/102_64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
    BR0280I BRCONNECT time stamp: 2011-05-05 15.01.17
    BR0279E Return code from '/oracle/DEV/102_64/bin/sqlplus /nolog': 127
    BR0302E SQLPLUS call for database instance DEV failed
    BR0303E Determination of Oracle version failed
    BR0280I BRCONNECT time stamp: 2011-05-05 15.01.17
    BR0804I BRCONNECT terminated with errors
    (Different machine but same situation)
    6.As already requested, what is the output of:
    6.1.ldd sqlplus
    :devadm 55> ldd sqlplus
    ldd: ./sqlplus: No such file or directory
    in addition:
    6.2. env | grep -i ora
    devadm 56> env | grep -i ora
    PATH=/oracle/DEV/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/home/devadm:/usr/sap/DEV/SYS/exe/run:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/devadm/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin
    LD_LIBRARY_PATH=/usr/sap/DEV/SYS/exe/run:/oracle/client/10x_64/instantclient
    dbms_type=ORA
    dbs_ora_tnsname=DEV
    dbs_ora_schema=SAPSR3
    ORACLE_SID=DEV
    ORACLE_BASE=/oracle
    TNS_ADMIN=/usr/sap/DEV/SYS/profile/oracle
    ORACLE_HOME=/oracle/DEV/102_64
    SAPDATA_HOME=/oracle/DEV
    6.3 env | grep -i nls
    :devadm 57> env | grep -i nls
    XNLSPATH=/usr/X11R6/lib/X11/nls
    NLS_LANG=AMERICAN_AMERICA.UTF8
    6.4 env | grep -i lib
    devadm 58> env | grep -i lib
    PATH=/oracle/DEV/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/home/devadm:/usr/sap/DEV/SYS/exe/run:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/devadm/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin
    XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    XNLSPATH=/usr/X11R6/lib/X11/nls
    PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/opt/kde3/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig
    GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
    GTK_PATH64=/usr/local/lib64/gtk-2.0:/opt/gnome/lib64/gtk-2.0:/usr/lib64/gtk-2.0
    DIR_LIBRARY=/usr/sap/DEV/SYS/exe/run
    LD_LIBRARY_PATH=/usr/sap/DEV/SYS/exe/run:/oracle/client/10x_64/instantclient
    Any ideas???
    Br,
    Kristjan T.

  • Unable to start SAP due to the connection error with Oracle

    Dear All,
    We have done distributed installation. CI, Oracle has been installed successfully.
    But when we tried to connect the DB from CI. we are getting the error
    R3trans -d is giving the return code 00012,  when we tried to start system from CI.
    Following is the trans.log error
    $ more trans.log
    4 ETW000 R3trans version 6.09 (release 640 - 26.10.04 - 15:45:42).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 05.05.2009 - 18:03:30
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Tue May  5 18:03:30 2009                              48  0.000048
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    11  0.000059
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             40  0.000099
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/BSW/SYS/exe/run/dboraslib.o' ...
    4 ETW000                                                                              37  0.000136
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/BSW/SYS/exe/run/dboraslib.o), hdl 0
    4 ETW000                                                                            3493  0.003629
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/BSW/SYS/exe/run/dboraslib.o' loaded
    4 ETW000                                                                              18  0.003647
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/BSW/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              34  0.003681
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/BSW/SYS/exe/run/dboraslib.o' is "640.00", patchlevel (0.32)
    4 ETW000                                                                             120  0.003801
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/BSW/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              20  0.003821
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/BSW/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              42  0.003863
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              20  0.003883
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 00
    0, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              23  0.003906
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         25  0.003931
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              18  0.003949
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000
    , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              20  0.003969
    4 ETW000  [dev trc     ,00000]  Got ORACLE_HOME=/oracle/BSW/920_64 from environment
    4 ETW000                                                                             300  0.004269
    4 ETW000  [dev trc     ,00000]  -->oci_initialize                                     20  0.004289
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.WE8DEC        4762  0.009051
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPR3's password            29  0.009080
    4 ETW000  [dev trc     ,00000]  Connecting as /@BSW on connection 0 ...               22  0.009102
    4 ETW000  [dev trc     ,00000]  Allocating service context handle                     22  0.009124
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      13  0.009137
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server BSW (con_hdl=0,svchp=110791c98,svrhp=1107942f8)
    4 ETW000                                                                              67  0.009204
    4 ETW000  [dev trc     ,00000]  Assigning server context 1107942f8 to service context 110791c98
    4 ETW000                                                                           39616  0.048820
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        29  0.048849
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=110791c98,srvhp=1107942f8,usrhp=11079cd38)
    4 ETW000                                                                              24  0.048873
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                            2415  0.051288
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=1107942f8)
    4 ETW000                                                                              28  0.051316
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=110791c98,srvhp=1107942f8)
    4 ETW000                                                                              18  0.051334
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 1107942f8         142  0.051476
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              25  0.051501
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  20  0.051521
    4 ETW000  [dev trc     ,00000]  Connecting as SAPR3/<pwd>@BSW on connection 0 ...
    4 ETW000                                                                              19  0.051540
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      11  0.051551
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server BSW (con_hdl=0,svchp=110791c98,svrhp=1107942f8)
    4 ETW000                                                                              27  0.051578
    4 ETW000  [dev trc     ,00000]  Assigning server context 1107942f8 to service context 110791c98
    4 ETW000                                                                           33038  0.084616
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 11079cd38          15  0.084631
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 11079cd38          13  0.084644
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=110791c98,srvhp=1107942f8,usrhp=11079cd38)
    4 ETW000                                                                              22  0.084666
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                            1858  0.086524
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=1107942f8)
    4 ETW000                                                                              18  0.086542
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=110791c98,srvhp=1107942f8)
    4 ETW000                                                                              19  0.086561
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 1107942f8         123  0.086684
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              24  0.086708
    4 ETW000  [dblink      ,00419]  ***LOG BY2=>sql error 1034   performing CON [dblink#1 @ 419]
    4 ETW000                                                                              57  0.086765
    4 ETW000  [dblink      ,00419]  ***LOG BY0=>ORA-01034: ORACLE not available           18  0.086783
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        IBM AIX RISC System/6000 Error: 2: No such file or directory [dblink#1 @ 419]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'BSW'"
    Could you please provide us the relavant solution.

    hi
    > 4 ETW000  [dblink      ,00419]  ***LOG BY0=>ORA-01034: ORACLE not available           18  0.086783
    Check for your ORACLE_HOME and ORACLE_SID
    ORA-01034 is thrown during you attempt to upgrade because there is an invalid entry in one of the following files:
    /etc/oratab
    /var/opt/oracle/oratab
    Regards,
    Nitin Salunkhe

  • SNMP Support with Oracle Agents, does somebody have experience

    Hy iam a student in Germany,
    I'am working with an Company in air traffic management
    and I'am searching for help with SNMP and Oracle 8i
    Does anybody have implemented the intelligent Agent in
    Oracles 8i to be managed with an HP Open View ore another
    NNM System?
    In my opinion Oracles Agent doesn't support SNMP Version 3
    des encryted neither AgentX requirements.
    Is this true?
    Is it possible to manage the DB with UCD-SNMP and embeddet SQL?
    If you answer to my or write an email I would be very happy.
    [email protected]

    i read a blog post that you can deploy patches via a Deployment Type for a Application. I configured a Deployment Type as Script Installer for my main Installation (the Main Application is already Deployed) and as the detection method i used "Fileversion".
    The Problem now is that i cannot see the Patch in the Software Center of the client PC. Anybody knows why? The Main Installation is located in the ccmcache of the Client PC but not that Patch... (MSP) The Patch is from our own Product.
    When i look into the AppDiscoveryLog with CMTrace i can see this:
        Performing detection of app deployment type application patch 123(ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, revision 10) for system.    AppDiscovery   
    14.11.2014 14:41:10    3360 (0x0D20)
    +++ Discovered application [AppDT Id: ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, Revision: 10]    AppDiscovery    14.11.2014 14:41:10    3360 (0x0D20)
    +++ Detected app deployment type application patch 123(ScopeId_F005A2B5-3FD9-4873-979E-1B406115BB16/DeploymentType_5f0d99c3-efec-4002-9101-be8ba59140d0, revision 10) for system.    AppDiscovery    14.11.2014 14:41:10   
    3360 (0x0D20)

  • Nls support with oracle xml parser in java

    I'm using The JAXP interface to manipulate xml with xsl. the implementation that I use is Oracle xml parser.
    My xml contains a lot of hebrew chars, and in the result stream each char translated into 5-6 chars, which makes the result to be 5-6 times bigger than it suppose to be, and harder for me to debug my application.
    The client's browser shows the results well.
    How can I make the transformator to transform the hebrew chars to hebrew char istead of longer and not readable string ?

    Oracle XML Team wrote:
    : Stephen Flinter (guest) wrote:
    : : Environment: WinNT 4.0/SP4, Apache 1.3.6, JServ 1.0, Oracle
    : 8.1.5
    : : I have downloaded the new Java v2 XML Parser (2.0.2), and
    have
    : : replaced the wrapper.classpath entry in my jserv.properties
    : file
    : : with the path to the new parser.
    : : When I rerun the "Employee Page" demo, I get the following
    : : exception message:
    : : [15/09/1999 11:02:22:974 GMT] java.lang.NoSuchMethodError:
    : : oracle.xml.parser.v2.XSLProcessor: method
    : : processXSL
    : (Loracle/xml/parser/v2/XSLStylesheet;Loracle/xml/parser
    : : /v2/XMLDocument;)Lorg/w3c/dom/DocumentFragment; not found
    : : at oracle.xml.xsql.XSLHelper.process(XSLHelper.java:34)
    : : at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java,
    : : Compiled Code)
    : : at
    : : javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
    : : at
    : : javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    : : at
    : : org.apache.jserv.JServConnection.processRequest
    : (JServConnection.j
    : : ava)
    : : at
    : : org.apache.jserv.JServConnection.run(JServConnection.java)
    : : at java.lang.Thread.run(Thread.java:479)
    : : This demo was works fine with the parser shipped with the
    : : xsql_servlet download.
    : : Regards,
    : : Steve
    : Version 2.0.2 uses the August XSLT WD which is incompatible
    with
    : the April WD on which our previous releases including the demos
    : were based.
    : Oracle XML Team
    : http://technet.oracle.com
    : Oracle Technology Network
    Hi,
    Can someone from the Oracle XML Team point us to a fix so we can
    continue our testing???
    Steve...
    null

  • SAP NetWeaver 7.2 (SDN-Edu) with Oracle Database

    Hi there,
    I have download the SAP NetWeaver 7.2 from SDN (Trial-Version). So far, the installation went good with MaxDB. But how I can connect to an Oracle Database (11g Release 2)? Do I need to configure JDBC Driver, then customizable DataSource with all the parameter (host, username, password, sid etc.)?
    Navigation in SAP NetWeaver Administration: Configuration Management --> infrastructure --> Application Resources
    The installation of Oracle with creation a database is done. Both, SAP NetWeaver and Oracle are running on the same machine (localhost).
    Many thanks for help,
    Cengiz

    hi spantaleoni, thanks for your anwer.
    you mean something like that (code se below), without to configure a datasource on sap netweaver administration (please see my navigation steps above)?
    public static Connection getOracleConnection() throws Exception {
        String driver = "oracle.jdbc.driver.OracleDriver";
        String url = "jdbc:oracle:thin:@localhost:1521:SID";
        String username = "username";
        String password = "password";
        Class.forName(driver); // load Oracle driver
        Connection conn = DriverManager.getConnection(url, username, password);
        return conn;
    thanks again,
    cengiz

  • Any new backup strategy with Oracle VM 3.1 ?

    Now, since Oracle VM 3.1 was released, could we be updated with backup strategy.
    Backing up OCFS2 repositories allow us protect OVF files right?, but what happen with apps runing on VMs, these data is also backed up? what about open files, databases, etc.
    I will appreciate any comment.
    Thanks in advance.

    try running this on each server:
    /usr/bin/rescan-scsi-bus.sh

Maybe you are looking for