Real time update in Oracle Table

Hi Friends,
I have a new requirement (challenging) and i need your inputs to proceed further.
User is expecting an real time update in Oracle Table.
Example:
I have an Oracle (10g) table DDSX-CALENDAR table. whenever a record(new) gets inserted into this table, i need to take this record and update the other oracle table (10g) existing in a different environment (schema and server).
Please let me your inputs about handling this requirement.
Thanks for your time.
Regards,
Diwakar Dayalan

Thanks Prasath.
I beleive for setting up the DBlink the user needs to have DBA role.
How do we know the data has been inserted into the source, do i need to use a trigger for that ?
In which way i can use the DB link inside a trigger to update the values in the target table.
Example
My source tables is
DDSX_STR_BANK
Store Number Bank Name Bank Account Number
0001 BOA 111111111111 (assume previous value is 222222222222 )
0002 BOA 222222222222 (assume previous value is 111111111111).
Now two store numbers have got its bank account number updated in the source and the value is inserted, Now my requirement is once the value is inserted in the source, i need to update bank account number in SSDX_STR_BANK table in a different server and schema.
SSDX_STR_BANK
Store Number Bank Account Number
0001 222222222222
0002 111111111111
Update the bank account numbers in Sync with the DDSX_STR_BANK.
Please guide me how to proceed with this requirement.
Thanks,
Divakar

Similar Messages

  • Jython error while updating a oracle table based on file count

    Hi,
    i have jython procedure for counting counting records in a flat file
    Here is the code(took from odiexperts) modified and am getting errors, somebody take a look and let me know what is the sql exception in this code
    COMMAND on target: Jython
    Command on source : Oracle --and specified the logical schema
    Without connecting to the database using the jdbc connection i can see the output successfully, but i want to update the oracle table with count. any help is greatly appreciated
    ---------------------------------Error-----------------------------
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 45, in ?
    java.sql.SQLException: ORA-00936: missing expression
    ---------------------------------------Code--------------------------------------------------
    import java.sql.Connection
    import java.sql.Statement
    import java.sql.DriverManager
    import java.sql.ResultSet
    import java.sql.ResultSetMetaData
    import os
    import string
    import java.sql as sql
    import java.lang as lang
    import re
    filesrc = open('c:\mm\xyz.csv','r')
    first=filesrc.readline()
    lines = 0
    while first:
    #get the no of lines in the file
    lines += 1
    first=filesrc.readline()
    #print lines
    ## THE ABOVE PART OF THE PROGRAM IS TO COUNT THE NUMBER OF LINES
    ## AND STORE IT INTO THE VARIABLE `LINES `
    def intWithCommas(x):
    if type(x) not in [type(0), type(0L)]:
    raise TypeError("Parameter must be an integer.")
    if x < 0:
    return '-' + intWithCommas(-x)
    result = ''
    while x >= 1000:
    x, r = divmod(x, 1000)
    result = ",%03d%s" % (r, result)
    return "%d%s" % (x, result)
    ## THE ABOVE PROGRAM IS TO DISPLAY THE NUMBERS
    sourceConnection = odiRef.getJDBCConnection("SRC")
    sqlstring = sourceConnection.createStatement()
    sqlstmt="update tab1 set tot_coll_amt = to_number( "#lines ") where load_audit_key=418507"
    sqlstring.executeQuery(sqlstmt)
    sourceConnection.close()
    s0=' \n\nThe Number of Lines in the File are ->> '
    s1=str(intWithCommas(lines))
    s2=' \n\nand the First Line of the File is ->> '
    filesrc.seek(0)
    s3=str(filesrc.readline())
    final=s0 + s1 + s2 + s3
    filesrc.close()
    raise final

    i changed as you adviced ankit
    am getting the following error now
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 37, in ?
    java.sql.SQLException: ORA-00911: invalid character
    here is the modified code
    sourceConnection = odiRef.getJDBCConnection("SRC")
    sqlstring = sourceConnection.createStatement()
    sqlstmt="update tab1 set tot_coll_amt = to_number('#lines') where load_audit_key=418507;"
    result=sqlstring.executeUpdate(sqlstmt)
    sourceConnection.close()
    Any ideas
    Edited by: Sunny on Dec 3, 2010 1:04 PM

  • Real time Integration between Oracle i-Procurement with MUMPS based System

    Folks,
    Has anybody worked on integrating Oracle Applications with any Legacy System? I'm interested in discussing real time integration between Oracle i-Procurement and Legacy System. Can 9iAS Advanced Queue be used to accomplish this?
    If anybody has any information on this topic please reply back or email me at [email protected]
    Regards,
    J Ali

    Yes, we have experience with the product Oracle9iAS InterConnect. Adapters are provided to integrate with iProcurement and legacy systems. If your legacy system is non-standard either partners might already have adapters or you can use the adapter development kit to build your own specialized adapter. Check out: http://otn.oracle.com/products/integration/index.html
    and I would suggest to contact your Oracle account manager to get a detailed product demonstration and references.

  • Real Time updates

    Hi,
    We have recently purchased a version of  Xcelsius Engage 2008 version 5.0.0.99 and have problems with real time updates when linking to an existing  Excel  sheet that has auto refresh queryu2019s the sheet is updating as expected but neither the preview nor exported flash files update.  Is it possible to do the above with this version of  Xcelsius?
    regards,
    Joe

    Hi Joe,
    It sounds like you have a connection tied to the Excel spreadsheet which updates your data.  If this is true, then this will not update the SWF file produced by Xcelsius.  When previewing or exporting the SWF file, it only translates the data/formulas used in Excel in actionscript to produce a self-contained SWF file.  The connection between the SWF and the original Excel file is then severed.
    The Xcelsius SWF files can only be updated in run-time via XML or web services.

  • Real Time update through ODBC

    One of our customers is currently using Lotus Notes to maintain service calls. They want to keep using Lotus Notes while migrating accounting functions to B1. Most of the BP master data will be maintained in B1, but they want to enter comments in Lotus Notes. Is there a way to make the changes in Lotus Notes but update data in B1 in real time, i.e. no other interface for upload? Can this be done by ODBC alone, and would it violate any business rules if this can be done?

    You can't write directly to B1 master data tables with ODBC.
    (see Forbidden, allowed and recommended database issues )
    AFAIK, a feasible workaround might be something like this:
    [code]
    1. in B1 create  a User Defined Table for your comments
    Tools - User Defined Fields - Manage User Fields
            - Click "User Tables"-button on the bottom of
              the form and add your table
            - In matrix:
               - Open "User Tables"
               - select your table
               - Click "Add" to add columns to your table
                    - CardCode
                    - Comments
    2. use ODBC to replicate comments from Lotus Notes
       to your User Defined Table
    you can fill in test data using
            - Tools - User Tables - [YOUR_TABLE]
            - use Tools - Form Settings to make your columns
              visible and enabled
            - Code and Name must be unique
    3. in B1 application create a Formatted Search to the
       field of your choice (for example BP MasterData -Remarks)
    create and save a user query
             SELECT T0.U_Comments
             FROM [dbo].[@SXM_TABLENAME] T0
             WHERE T0.U_CardCode = $[$5.0.0]
    Define the Formatted Search to the field you want
          to see the comments
             - Alt-Ctrl-F2 - Search By Saved Query - Auto
               Refresh When Field Changes - BP Code
    [/code]
    HTH
    Juha

  • Updating an oracle table with data from an xml string

    Hi - I need help with the following problem:
    We have a table in the database with a field of xml type. We are going to take each string that gets inserted into the xml type field in the 'xml table' and parse the data into another oracle table with corresponding fields for every element.
    once the record gets inserted into the 'real table' the user might want to update this record they will then insert another record into the 'xml table' indicating an update(with a flag) and then we need to update the 'real table' with the updated values that have been sent in.
    The problem that I am having is that I do not know how to create this update statement that will tell me which fields of the table need to be updated.(only the fields that need to be updated will be in the xml string in the 'xml table').
    Please help me with this - ASAP!

    Are you wanting to upload the file through an Oracle Form or just upload a file? If it isn't via forms, then you should probably post your question here: {forum:id=732}
    You also should post the version of Forms, Database, etc...
    As far as uploading files via a text file, I personally like to use Oracle External Tables even in Forms. You can Google that and there is plenty of information. If you search this forum, then you will see lots of people use UTL_FILE in forms, but you can Google that also for more information.

  • Updating an Oracle table during activesync

    Hi all,
    I have an Oracle table resource that has a row for each user in IDM. I need to update certain columns in the table as each user is processed by activesync. The table resource is not assigned to the user. Has anyone had to do this type of thing for one of their projects?
    Thank you very much!

    vonereen wrote:
    I have an Oracle table resource that has a row for each user in IDM. I need to update certain columns in the table as each user is processed by activesync. The table resource is not assigned to the user. Has anyone had to do this type of thing for one of their projects?If you want to use the standard IDM provisioning workflows and built-in tools then you will not be able to update the database row and column without assigning the resource to the user (directly or indirectly through a role). This is because IDM thinks the user has nothing to do with the resource and doesn't even bother trying to update it.
    There are several ways around it. The "easiest" way is to use the FormUtil class to get the resource object, get the resource adapter and finally the connection itself. With that connection you can perform standard JDBC SQL operations.
    Here's how you get the direct database connection to your resource:
    <invoke name="getConnection">
        <invoke name="getDelegate">
            <invoke name="getAdapterProxy" class="com.waveset.adapter.ResourceAdapterBase">
                <invoke class='com.waveset.ui.FormUtil' name='getObject'>
                    <invoke name='getLighthouseContext'>
                        <rule name='EndUserRuleLibrary:getCallerSession'/>
                    </invoke>
                    <s>Resource</s>
                    <s>Your Resource Name</s>
                </invoke>
                <invoke name='getLighthouseContext'>
                    <rule name='EndUserRuleLibrary:getCallerSession'/>
                </invoke>
            </invoke>
        </invoke>
    </invoke>With that you should be able to produce whatever you need to update the table. You'll still have to update the form or workflow to execute some JDBC updates but that's just standard java invokes.

  • Real-time updates of an XY graph with a 2D array (x,y) inside a for-loop

    Hi all,
       I am new to this forum, and relatively new to LabView (I've used TestPoint in the past), and I have a question. I have implemented a for-loop to grab data from an LCR meter (via GPIB) which becomes the Y data. The X data is calculated and tunneled into the for loop (although varies with incrementing 'i'). Anyhow, I am trying to store all of the data and keep the user updated throughout the test by plotting the XY Graph each iteration. Right now, the XY Graph plots one point at a time, so somehow the data I am appending to the 2D array (x,y data) is getting overwritten each itteration. How can I make it so that each new point is added to the array, making it bigger so that the data will be saved and so that the user will be able to see all the data in real-time on the graph as the test in running?
    Thanks
    P.S. I would post a screenshot, but I'm not sure how to upload here.

    Hey Mendeleev3104,
    There is an attachment section at the bottom of the post when creating or editing a post. You might want to use that to attach a picture of your code.
    None the less I will give a shot with some suggestions without viewing your code.
    You should look into using shift registers along with the Insert Into Array.vi to build an array of numbers. A good source of information for shift registers can be found in the For Loop and While Loop Structures help.
    Hopefully this helps!!
    Aashish M
    Applications Engineer
    National Instruments
    http://www.ni.com/support/

  • How can I get real time updates in multiple views when scrubbing through the timeline?

    I am using After Effects CS 5.5 on Windows 7. When I use the mouse to click / drag / scroll through the timeline, one view updates in real time, this is great! If I open a second view, it only updates that view when I finish scrolling.
    I would like to be able to scroll back and forth through the timeline, and have two different compositions update in real time (live update)?
    Is this possible?
    Thank you!

    The long answer is: No. It's not even a performance issue, it's how AE evaluates time, since time is fluid and can be mangled in a million ways from time-remapping to expressions...
    Mylenium

  • Multiple Updates on Oracle Table

    I am performing multiple updates on an Oracle table that has 4 million records. Currently I am performing the updates serially like mentioned below:
    update test set zone='2' where zone='002';
    update test set zone='2' where zone='102';
    update test set zone='2' where zone='132';
    update test set zone='2' where zone='2';
    update test set zone='2' where zone='202';
    update test set zone='2' where zone='242';
    update test set zone='2' where zone='302';
    update test set zone='3' where zone='003';
    update test set zone='3' where zone='103';
    update test set zone='3' where zone='133';
    update test set zone='3' where zone='203';
    update test set zone='3' where zone='243';
    update test set zone='3' where zone='3';
    update test set zone='3' where zone='303';
    update test set zone='4' where zone='004';
    update test set zone='4' where zone='104';
    update test set zone='4' where zone='134';
    update test set zone='4' where zone='204';
    update test set zone='4' where zone='244';
    update test set zone='4' where zone='304';
    update test set zone='4' where zone='4';
    update test set zone='5' where zone='005';
    update test set zone='5' where zone='105';
    update test set zone='5' where zone='135';
    update test set zone='5' where zone='205';
    update test set zone='5' where zone='245';
    update test set zone='5' where zone='305';
    update test set zone='5' where zone='5';
    update test set zone='6' where zone='006';
    update test set zone='6' where zone='106';
    update test set zone='6' where zone='136';
    update test set zone='6' where zone='206';
    update test set zone='6' where zone='246';
    update test set zone='6' where zone='306';
    update test set zone='6' where zone='6';
    update test set zone='7' where zone='007';
    update test set zone='7' where zone='107';
    update test set zone='7' where zone='137';
    update test set zone='7' where zone='207';
    update test set zone='7' where zone='247';
    update test set zone='7' where zone='307';
    update test set zone='7' where zone='7';
    update test set zone='8' where zone='008';
    update test set zone='8' where zone='108';
    update test set zone='8' where zone='138';
    update test set zone='8' where zone='208';
    update test set zone='8' where zone='248';
    update test set zone='8' where zone='308';
    update test set zone='8' where zone='8';
    update test set zone='2' where zone='02';
    update test set zone='3' where zone='03';
    update test set zone='4' where zone='04';
    update test set zone='5' where zone='05';
    update test set zone='6' where zone='06';
    update test set zone='7' where zone='07';
    update test set zone='8' where zone='08';
    update test set zone='44' where zone='044';
    update test set zone='44' where zone='224';
    update test set zone='45' where zone='045';
    update test set zone='46' where zone='046';
    update test set zone='46' where zone='226';
    update test set zone=null where zone='0';
    update test set zone=null where zone='09';
    update test set zone=null where zone='10';
    update test set zone=null where zone='11';
    update test set zone=null where zone='12';
    update test set zone=null where zone='A ';
    update test set zone=null where zone=' ';
    How can I perform these updates more effeciently and faster? Is there anything I could do to fine tune these updates?
    Thanks

    is zone varchar2(3) ?
    Verify if following Uppercase updates replace your previous updates
    update test set zone='2' where zone='002';
    update test set zone='2' where zone='102';
    update test set zone='2' where zone='132';
    update test set zone='2' where zone='202';
    update test set zone='2' where zone='242';
    update test set zone='2' where zone='302';
    update test set zone='3' where zone='003';
    update test set zone='3' where zone='103';
    update test set zone='3' where zone='133';
    update test set zone='3' where zone='203';
    update test set zone='3' where zone='243';
    update test set zone='3' where zone='303';
    update test set zone='4' where zone='004';
    update test set zone='4' where zone='104';
    update test set zone='4' where zone='134';
    update test set zone='4' where zone='204';
    update test set zone='4' where zone='244';
    update test set zone='4' where zone='304';
    update test set zone='5' where zone='005';
    update test set zone='5' where zone='105';
    update test set zone='5' where zone='135';
    update test set zone='5' where zone='205';
    update test set zone='5' where zone='245';
    update test set zone='5' where zone='305';
    update test set zone='6' where zone='006';
    update test set zone='6' where zone='106';
    update test set zone='6' where zone='136';
    update test set zone='6' where zone='206';
    update test set zone='6' where zone='246';
    update test set zone='6' where zone='306';
    update test set zone='7' where zone='007';
    update test set zone='7' where zone='107';
    update test set zone='7' where zone='137';
    update test set zone='7' where zone='207';
    update test set zone='7' where zone='247';
    update test set zone='7' where zone='307';
    update test set zone='8' where zone='008';
    update test set zone='8' where zone='108';
    update test set zone='8' where zone='138';
    update test set zone='8' where zone='208';
    update test set zone='8' where zone='248';
    update test set zone='8' where zone='308';
    UPDATE TEST SET ZONE=SUBSTR(ZONE,3) WHERE SUBSTR(ZONE,1,2) IN ('10','13','20','24','30')
    update test set zone='2' where zone='2';
    update test set zone='3' where zone='3';
    update test set zone='4' where zone='4';
    update test set zone='5' where zone='5';
    update test set zone='6' where zone='6';
    update test set zone='7' where zone='7';
    update test set zone='8' where zone='8';
    UPDATE TEST SET ZONE=ZONE WHERE ZONE IN ('2','3','4','5','6','7','8') -- SAME VALUE why update ???
    update test set zone='2' where zone='02';
    update test set zone='3' where zone='03';
    update test set zone='4' where zone='04';
    update test set zone='5' where zone='05';
    update test set zone='6' where zone='06';
    update test set zone='7' where zone='07';
    UPDATE TEST SET ZONE=SUBSTR(ZONE,2) WHERE SUBSTR(ZONE,1,1) = '0'
    update test set zone='44' where zone='044';
    update test set zone='44' where zone='224';
    UPDATE TEST SET ZONE='44' WHERE ZONE IN ('044','224')
    update test set zone='45' where zone='045';
    UPDATE TEST SET ZONE='45' WHERE ZONE='045';
    update test set zone='46' where zone='046';
    update test set zone='46' where zone='226';
    UPDATE TEST SET ZONE='46' WHERE ZONE IN ('046','226')
    update test set zone=null where zone='0';
    update test set zone=null where zone='09';
    update test set zone=null where zone='10';
    update test set zone=null where zone='11';
    update test set zone=null where zone='12';
    update test set zone=null where zone='A ';
    update test set zone=null where zone=' ';
    UPDATE TEST SET ZONE=null WHERE ZONE IN ('0','09','10','11','12','A ',' ')if so build a single update
    update test
       set zone = case when SUBSTR(ZONE,1,2) IN ('10','13','20','24','30') then SUBSTR(ZONE,3)
                       when SUBSTR(ZONE,1,1) = '0'                         then SUBSTR(ZONE,2)
                       when ZONE IN ('044','224')                          then '44'
                       when ZONE='045'                                     then '45'
                       when ZONE IN ('046','226')                          then '46'
                       when ZONE IN ('0','09','10','11','12','A ',' ')     then null
                  endonly you know all your zone values (very sensitive to zone addition) add length(zone) conditions if necessary
    Regards
    Etbin

  • How to update an Oracle table from SSIS

    Hi there
    I've been working in a SSIS project where I need to update a table in an Oracle database that is located in a remote server. Until now I have used the OLE DB COMMAND to do this in a sql server database. To access the data that belongs to the Oracle database
    I am using an OCDB task, but this component does not work with an OLE DB COMMAN and I also need to do an inner join with a table in SQL.
    This is the schema of the query that I need to perform:
    UPDATE OT
    SET
    OT.COLUMN1= ST.COLUMN1,
    OT.COLUMN2= ST.COLUMN2,
    OT.COLUMN3= ST.COLUMN3,
    OT.COLUMN4= ST.COLUMN4,
    FROM
    ORACLE_TABLE AS OT INNER JOIN SQL_TABLE ST ON
    OT.COLUMN5 = ST.COLUMN5
    WHERE
    (((OT.COLUMN1) Is Null) AND
    ((ST.COLUMN2) In ('A1','A2','A3') AND
    ((ST.COLUMN3)<>'B1' Or (ST.COLUMN3) Is Null) AND
    ((ST.COLUMN7)=1));
    I am using Microsoft Visual Studio 2010.

    Hi dj2907,
    According to your description, I find that you ever asked a similar question in the forum, and I have answered it. The thread URL is there:
    https://social.technet.microsoft.com/Forums/en-US/aafd209f-56a0-4b09-9b82-0a57bcaa2448/ssis-updating-a-table-with-a-ole-db-command?forum=sqlintegratio
    Based on your current requirement, we should change your current provider to Microsoft OLE DB Provider for Oracle supported by Microsoft or Oracle Provider for OLE DB
    recommended by Microsoft to access the data in Oracle. Then we can directly use the OLE DB Connection Manager for OLE DB Command. The following similar thread is for your reference:
    http://stackoverflow.com/questions/5168772/update-a-row-in-oracle-using-oledb-commandssis
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Update the Oracle Table using BAPI

    Hi All,
        I would like to update Oracle Data Base with my custom BAPI using the Business Logic Transaction.
    Could any one please give me some logic how to do it?.
    Thanks
    R M

    RM,
    Please follow the steps below:
    1) Create and Configure the Data Server for the database you want to access/update (basically
        you are creating a database connection here).
    2) Save and test the connection by clicking the 'Status' button
    3) Create new query template with template type as 'SQL Query' and select the server you have
        configured in step#1
    4) Select the mode as 'Command' and type-in your Insert/Update statements in the 'Fixed Query'
        tab. For example: insert into yourtable values ('[Param.1]','[Param.2]')
    5) Test the query by passing parameters from the 'Parameters' tab. You are supposed to get a
        'Command Execution Successful'  message if the data is successfully posted to the database.
    6) Create a 'SQL Query' action block in your Business logic transaction to access the above query
        and map your Param.1, Param.2 etc. to your BAPI result (on the Link Editor).
    Hope this helps.
    John

  • Real-Time updating 2D Polar Intensity Plot

    Hello,
    I am trying to construct a polar intensity plot.  There are a lot of different solutions on the board but 3D graph and pixel by pixel plotting won't cut it for the update time I am looking for.
    Think 'weather radar'
    My current solution is to use replacePixelLine.vi.  I place one end of this line in the center of my picture, and sweep the other end around in a circle.  My pixel color data is my intensity levels, I switch data sets everytime I move into another angular bin.  Its quick enough to update every ~25ms, which is good for me.
    However there is a bad side effect in replacePixelLine.vi that makes all of this pretty much useless.  When the line must step diagonally, it moves 1 pixel in both x and y directions, instead of making an L by moving in x, then y.  This means that at 45 degrees, this vi draws only 71% of the pixels as 0 degrees.  On top of this, instead of scaling the pixel color data, it just lops off what it cannot plot.
    Therefore I have a strange situation where my data is plotted in a squarish shape and the angular bins don't 'arc' correctly.  The bins are just drawn as straight lines, either horizontally or vertically depending which side of the n*45deg lines you are on.
    Is it possible to change internal workings of replacePixelLine?

    Hi pschmal,
    replacePixelLine.vi is not a VI that is shipped with the Vision Development Module.  I assume you are using the IMAQ Get Pixel Line and IMAQ Set Pixel Line within a subVI that is named replacePixelLine.vi.  Is this true?
    Is it possible for you to post a bit of sample code that demonstrates what you are having problems with.  It is easier to diagnose and come up with possible workarounds that way.  Thanks!
    Kristen H.

  • After upgrading to OS 7.1.1 Maps no longer works correctly.  It is constantly "locating" and does not do real time updating.  Tried "Scout" map app it does the same thing.  Do I have something not properly set up for viewing Maps the way I used top?

    After upgrading my iphone 4s to 7.1.1 the Maps application does not work properly.  It updates very slowly and is constantly "locating".  Why is this happening after the upgrade?  I also tried SCOUT App it is does the same thing.  It seems like it is losing the GPS position.  Is there a fix for this?

    Any change after turning Airplane mode off and on and/or or after turning Location Services off and back on?
    If not, any change after doing a reset which is similar to a computer restart and is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release?

  • Difference in Time updated in BKPF and FAGLFLEXA tables

    Hi
    We are extracting BW reports based on BKPF and FAGLFLEXA tables on the
    basis of date and time. The time stamp are updated in these two tables
    does not match and there is a difference of 1-2 hours between time
    updated in BKPF and FAGLFLEXA table . The time stamp in the table
    FAGLFLEXA has a time which is earlier by 1-2 hours earlier than the
    time updated in the table BKPF for the same document which causes BW reports incorrect.
    I request your inputs as to how to make  time updated in FAGLFLEXA
    table to sync with the time updated in BKPF table at the time of
    posting the document. Is there any OSS notes that needs to be applied
    for updating the time stamp in FAGLFLEXA to match with the time updated
    in BKPF table.
    We have also seen the SAP Standard settings for time zone wherein
    different settings are maintained for day light saving. We would like
    to get your guidance as to whether we can modify the SAP Standard
    settings and what is the impact we will have in the system if we change
    the settings for the Time zone and also would like to know the effect
    on the documents already created in case sync is established between
    these two tables.
    Requesting  your inputs in this regard at the earliest please.
    Thanks in advance
    Regards
    Kamlesh

    Hi Rajesh,
    You can get that discussion here as well:
    http://www.dbmonster.com/Uwe/Forum.aspx/oracle-server/8792/RAC-nodes-and-date-time-syncWhat is interesting is that MEA0730 said
    Well I asked Oracle!  They said "exact" clock sync is not important.
    The only thing that will happen is that if a node is more than 15
    minutes out of sync it will get evicted.  They did recommend running a
    network time sync to keep them from getting too far out of sync.and DA Morgan said
    I just ran a test with 10gR2 and the eject time-out is about 10 sec.But you will notice that the OP's DB servers have almost 2 1/2 minutes time difference.
    I wonder what is the time then what a node will get evicted?
    iinfi,
    what is your Oracle version (4 digits)?
    Regards
    Edited by: user11150436 on Oct 21, 2010 4:33 PM
    iinfi,
    1 more thing I can add is that I have struggled with this with an OAS cluster install where the 2 nodes time difference was out of sync and the opmn processes wouldn't start because of this, but exactly how far they were out of sync I can't tell and I think this was on 10.1.3
    Edited by: user11150436 on Oct 21, 2010 4:35 PM

Maybe you are looking for

  • Scheduler task to save file to KM.

    Dear all I have seen the following blog for scheduler task. <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1515">Link to blog</a> But my scenario is a little bit different. I want to create a sceduler task which creates and save a fil

  • Error in accessing the sample application content from the OBIEE 11g

    I installed OBIEE 11g + Oracle 11g database on one machine. Everything went smoothly with no issues. I can connection to the database from SQLPLUS. Then I followed instructions to deploy sample app. After everything is done, when I try to access the

  • Multiple free goods for one main material

    Hello SAP Gurus, we have a business requirement that to issue multiple free products for one main product, if the upliftment is beyond the specified quantity. Using free goods functionality, is it possible to achive the above requirement. e.g        

  • BOBJ report output to ECC

    Hello ALL, I was asked if ..Report output from BOBJ call a report/Transaction  in ECC. for Example : they can do in BEX they say..using RRI. Let's  say from webi report, we have material and when we pass a parameter it should trigger a transction in

  • Help with creating a layout.

    I need help creating a layout for my program, but am having tons of problems. I just an't that good at creating this, and it's been driving me insane. Here's the link to how I want it to look like. http://s94182144.onlinehome.us/randomstuff/layout.JP