New rows become deleted from snapshot sites after refresh

Hi buddy
I am facing problem in snapshot at snapshot sites.
I have oracle 8.0.5 4 database server machines.
all servers machines have O.S windows 2000 advance server
all servers machine have same oracle version ( 8.0.5 ).
there is Site A ( Master site ) site B ( snapshot site ) Site C ( snapshot site).
snapshot has been created at all snapshots sites ( B,C and at D)
snapshot log against each table are also present at master site ( Site A )
refresh group is present at snapshot site.
these are working since feb-2002 successfully. now problem occur in these sites if some miner issues comes then it has been resolved successfully.
Replication parameter in init.ora all all sites are as follows
global_names = true
job_queue_processes = 2
job_queue_interval = 60
job_queue_keep_connections = false
distributed_lock_timeout = 60
distributed_transactions = 16
open_links = 4
snapshot_refresh_interval = 60
snapshot_refresh_keep_connections=false
snapshot_refresh_processes = 2
few days ago one problem occurs in master site A. it become crashed. we did its recovery from previous night backup ( cold backup).
Now all branches are working. but my current problem is that we have 20 tables in replication.It is a snapshot replication old version of materialized view.
when site B start refresh procedure then it show message procedure successfully completed.
it show no error message.
but when we check no of rows at snapshot site ( site b )
all new rows which were inserted at snapshot ( site b ) after previous refresh has been deleted.
mean all data which is inserted after previous refresh command has been finished. but data which is inserted at master site is present at snapshot site after refresh.
this problem is present at all the snapshot sites ( site B, Site C and site D).
database link is also present from master to snapshot site anf from snapshot to master. but problem is still suspended.
i have checked at all snapshot site and master site there is no invalid procedure or package.
there is no error message in alert file at all site.
if any body has its solution kindly told me.
thanks in advance
Abdul Hameed
[email protected]

This is still going on when the page fails the call to getCurrentRow().refresh(Row.REFRESH_REMOVE_NEW_ROWS) goes out to lunch and stops processing for the rest of the function. I tried adding a try catch around it but nothing is caught and the function still fails.
getSiteMealLogsV().getCurrentRow().refresh(Row.REFRESH_REMOVE_NEW_ROWS);
---Stops working here -----
getSiteMealLogsV().clearCache();
getDBTransaction().commit();
Jim

Similar Messages

  • A Table that was created at Run time. A Row Properly Deleted from Table Is Still Present on Form with BindingNavigator

    Hello
    I have a dataset that was created at design time
    but - after I run the app, it randomly creates a table based on The Users name
    since I do not know the users name before had, the table is not part of my existing dataset
    (I actually used an insert into sql nonquery to just make this table a copy of the masterUserTable)
    Now - I have a binding navigator on my form, that is originally bound to masterUserTable, but my goal is to make it bound to the users table (let's say GabrielUserTable)
    I thought I did so with this code: 
            'TODO: This line of code loads data into the 'MyLearningDBDataSet.masterUserTable' table. You can move, or remove it, as needed.
            Me.MyMainDBTableAdapter.Fill(Me.MyLearningDBDataSet.masterUserTable)
            Dim ThisNewVariable As String = MyUserNameIs & "UserTable"
            Dim ThisNewTableName As New DataTable
            Me.MyLearningDBDataSet.masterUserTable.TableName = ThisNewVariable
            Me.MyMainDBTableAdapter.Fill(Me.MyLearningDBDataSet.masterUserTable)
    that appeared to do the trick  (but if it is incorrect please advice on the proper way to add a table made at runtime to a users existing datset)
    Else where in my code  I successfully execute the following NonQuery :
            SqlString= "DELETE FROM " & MyUserNameIs & "UserTable" & vbCrLf &
                "WHERE vState='" & txtStateInfo.Text & "';"
    I check in Visual Studio 2013 that the row was deleted from the "GabrielUserTable"  (Gabriel is the current value of MyUserNameIs) by using the Server Explorer and right clicking
    on the table and choosing show talbe data
    But the MyMainDBBindingNavigator is still showing the item I deleted.
    So after searching for answers - I created a new button for testing and added the following code to test if it would work
            Me.Validate()
            Me.MyMainDBBindingSource.EndEdit()
            Me.TableAdapterManager.UpdateAll(Me.MyLearningDBDataSet)
    but the data is still shwoing after deleting it with my NonQuery 
    Please Help!

    Hi genterprise,
    >> Now - I have a binding navigator on my form, that is originally bound to masterUserTable, but my goal is to make it bound to the users table (let's say GabrielUserTable)
    In my option, if you want to rebind the users table to the navigator, you need to set the BindingNavigator.BindingSource. Based on your description, it seems that you did not reset the datasoure of the MyMainDBBindingNavigator. It was the original datasource
    of the masterUserTable. For more details about BindingNavigator.BindingSource Property. You could refer the link below:
    # BindingNavigator.BindingSource Property
    https://msdn.microsoft.com/en-us/library/system.windows.forms.bindingnavigator.bindingsource%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Cannot print from web sites after update to FF 7.0.1

    cannot print from web sites after update to FF 7.0.1
    Printing from my email account (Cox) is OK
    System Windows Vista

    When my wife updated Firefox to version 7.0.1 she was no longer able to print items from the web such as coupons. She can print from her email (Cox) account.
    She is running Vista.
    When I updated to Firefox 7.0.1, I did not have a problem. I am running Vista also.
    Tried using the Firefox help page but no help so far.
    I did notice that on her computer in the "Plugins" for Firefox that HP Smart Web Printing is now disabled and is not compatible with Firefox 7.0.1. She had no problems until she did the update.

  • HT4191 I deleted notes on my mac but did not want them deleted from iPhone but after synching they are all done. Can I get them back?

    I deleted notes on my mac but did not want them deleted from iPhone but after synching they are all done. Can I get them back?

    Deleting on one device does not affect another device.
    You can delete the App's on the iPhone and nothing will happen to the ones on the iPad.
    1.  You don't need to.
    2.  Settings->Cellular->"Use Cellular Data For" will show the data usage for each App since the last statistics reset
    3.  Settings->General->Background App Refresh Will show which Apps are allowed to get data in the background
    4.  It restricts it to Wifi.  If the App requires internet access and Data is turned off, it will have to wait until the device is connected to a wifi network.
    5.  Nope, You just use up battery since the BT radio will continuously look for nearby BT devices.
    6.  The Personal Hotspot uses your cellular internet connection from your phone or other cellular device; whether you consider that secure or not I cannot say.  It also depends on what you are doing while connected to the Hotel's wifi. I would not do online banking while on vacation though.

  • Once a row is deleted from a table ,how can i recover it back in the table?

    Hi
    I have made a delete program in Jdev. I had deleted some of the rows from table such that count goes 2 from 10.
    Now I want to use this table again for some other program,how should i restore the deleted rows so that i can use the table properly.
    However toad tool showing that no row is deleted from the table.
    Thanks & Regards

    Can you please elaborate how are you deleting rows from table.

  • I want to ask for help on your apple tv, where I noticed that the language Arabic has been deleted from the dictionary after update

    I want to ask for help on your apple tv, where I noticed that the language Arabic has been deleted from the dictionary after update

    You can ask Apple to add this via
    http://www.apple.com/feedback

  • I can't find photos imported from my iPhone 4 with "Image Capture" to iPhoto in my iPhoto anywhere... and they were deleted from the iPhone after import! Can anyone help me find the photos?

    I can't find photos imported from my iPhone 4 with "Image Capture" to iPhoto anywhere... and they were deleted from the iPhone after import! Can anyone help me find the photos?

    Do you know the date they were taken? Try search on that.
    Regards
    TD

  • I want to ask you if i will buy the ipad mini wifi from this site,after can i use it in Europe without problems?

    i want to ask you if i will buy the ipad mini wifi from this site,after can i use it in Europe without problems?
    Thank you

    Wifi is wifi (generally) and you should be able to take your american bought device (presuming that's what you mean) to europe and get it online.
    The biggest issue you may face is to make sure you have a plug adapter. Your power brick is rated for world wide power variances you'll just need an adapter to make the plug fit eurpoean plugs.

  • Can i recover emails deleted from the cloud after reformating my HD

    can i recover emails deleted from the cloud after reformating my HD, these are very important emails, after reformatting my hard drive to fix some trouble i was having w/ maverics, these copies were deleted, and my icloud deletes messages more than a month old. help??

    Hi,
    If you use the iCloud.com login or the Mail App and "fetched" the Mail and deleted that way there is not way to get it back.
    You could have archived it or placed it in Folders (created in Mail or on the web Login) and that will have stored them on the IMAP server and they would have been retrievable.
    8:16 pm      Thursday; March 20, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Sales invoice carrection  & item deletion from sales order after PGI

    Hello Sir ,
                   i want to change the item price after billing , account document is created .
                   what can i do for it ?
                  and second is . i want to delete line item from sales order after PGI
                  like  after delivery customer want  to change the goods .
                  please ans me asap
    Thanks
    Arvind
    Edited by: saparvind on Nov 5, 2009 5:30 PM

    Hi ,
    i want to change the item price after billing , account document is created .
    what can i do for it ?
    Once the Billing document and corresponding Accounting document created, then you have to cancel the BILLING DOCUMENT to change the Price.
    To change the Price , If it is Manual price directly you can change in the Billing document.
    If the Price is coming from the CONDITION RECORDS then you have to UPDATE the pricing to the  CARRY OUT NEW PRICING in the Billing documents, with Option B
    i want to delete line item from sales order after PGI
    like after delivery customer want to change the goods .
    For this you have to reverse the PGI in the Transaction code VL09 and then cancel the DELIVERY in VL02N---Delete.
    Now you can change the Goods in the Sales document in VA02.
    Please check the above and revert.
    thanks,
    santosh

  • Gmail deleting from my Inbox after I read it! How do I get it to stay in there until I manually delete it?

    I have a Treo 700WX which is linked through my gmail account.  I have no problems downloading and sending email but whenever I get a new email, it automatically deletes itself from my Inbox (and my phone completely) immediately after I read it.  On my delivery preferences I have unchecked the box that says "Only display messages from the last xx days."  I have also tried checking that box and typing 99 days.  Nothing works.  And these messages are still on my Gmail server as New Unread messages. 
    I want it set up so all messages have to be manully deleted from my Inbox but can't figure out how to do this.  Thanks in advance for your help!
    Post relates to: Treo 700wx (Alltel)

    Try a 10 second soft reset by taking out the battery for at least 10 seconds. This allows the device to power off completely, like a shutdown on a PC.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/treo/treo700wxalltel/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Post relates to: Palm i705

  • Can a read-only snapshot site be refreshed from a read-only database?

    Hi,
    Here is the database configuration.
    Database 1: master site
    Database 2: has materialized views (read-only snapshot site)
    If DB1 becomes read-only, is it possible to refresh the materialized views in DB2? I was told that it is not possible because some m$log tables in DB1 need to be updated when the DB2 is refreshed . If it is DB1 is read-only, the meta data tables can not be updated so the refresh will fail.
    Does anybody have experience with a scenario like this?
    Thanks very much.

    Why do you need to put the database in read only mode anyway. Why not control "readability" through security, ie roles. Then it won't really matter.

  • Is there a way to save a web page I want to delete from my site?

    I have been updating my iWeb site, and want to remove a few of the older pages of photos. In most cases, I still have the album or slideshow from which I made the pages. However, in one instance, I no longer have either an album or a slideshow of that page, and the relevant pictures are scattered through my photo library (in two libraries). Is there any way I can save a copy of one photo page before deleting it from my site? I'd be happy to have either a pdf or a slide show of it.
    Alternatively, if I can't do that, is there an easy way to make a copy of the site as it is before I delete any pages?
    In future, I'll plan ahead better. Thanks for any help. I'm not an expert at this, so would appreciate suggestions for "dummies". Thanks

    Hi Barbara, I just updated the little journal post of how I swapped out an old site, here:
    http://discussions.apple.com/thread.jspa?threadID=2603222&tstart=0
    I also wanted to save the old site without deleting it, but did not want it to show up. I created a sub-folder named "zold(domainname)" so it would sit on the bottom.
    It's just as Roddy said, and the files will always be there if you need to retrieve them.

  • How to stop "Add Row" and "Delete" from committing.

    Hello, I am new to Application Express, and maybe someone can help me make this save like an Oracle Form.
    If you hit the "Add Row" button, enter data, then hit the "Add Row" button again, it commits the first row. If you check a value and hit the "Delete" button, it commits the delete. I would like the insertions and deletes to be handled like an update, that is with an explicit commit by hitting the "Apply Changes" button.
    Can I control this in Application Express, and how?
    Thank you,

    Kevin,
    1. instead of having a form on a table, you would create a form on a collection,
    2. collection is also a table but it is only of a temporary nature - it is valid with the corresponding session. Once the session is closed, you can't access the collection.
    3. to see how to create a collection and a tabular form use this example:
    http://htmldb.oracle.com/pls/otn/f?p=31517:176
    4. add row and delete will add / delete a copy of your table data. You can then create a process to save the data in your target table only if the button apply changes is clicked.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Delete from memory card after import

    Hi,
    I'm a fresh Lightroom newbie, and I am missing how to delete pictures from a memory card as I am importing them into Lightroom. This seems a glaringly obvious feature, so it must be hiding somewhere.
    The only options I can see in the "Import Photos" dialog are
    - Copy photos to a new location and import
    - Copy photos as Digital Negative (DNG) and import
    There doesn't seem to be an option to delete files after import, just various ways to eject the card.
    I've found one way if I choose "Import Photos from Disk" while in Lightroom, there I have a Move option, but why not from device? Every other photo importer has this.
    Thanks,
    Zak

    Thanks for your responses. I'll go ahead and use "Import photos from disk" and change to my card reader. I personally had no problems in my years reading & immediately deleting files from memory cards. I had a few instances where I inadvertently deleted a fresh imported picture on the computer, I used undelete utilities on the card in these cases.
    That said, I still think it would be a good feature. If the users want to do it (2 years of questions), just let them.

Maybe you are looking for

  • Import error in 4.0.1.00.03

    Hi, I am trying to import a CSS export that came from the same version of APEX as well as the same Workspace on a different server. I keep getting this error: ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-010

  • Shuffle seems unable to shuffle songs within a playlist

    suddenly now, I no longer have the option to shuffle songs within a playlist. I can shuffle all songs in the music library or shuffle albums within a playlist. I want to shuffle songs within a playlist. Any suggestions?

  • WRT54G requires weekly reset

    My WRT54G ceased working (wired and wireless) about a month ago.  Working with Chat help, I updated the firmware and changed settings (e.g. MTU down to 1365).  On nearly a weekly basis (i.e. every seven days) it ceases working again and I must reset

  • ESS in EP6 to be upgraded to ESS in EP7

    Hi, We have requirement for upgrading ESS in EP 6 to ESS in EP7 The existing landscape is EP 6 is integrated to ECC5.0 And the new landscape could be EP 7.0 integrated to ECC 6.0 I have couple of questions here 1) What is the procedure for doing this

  • [svn:bz-trunk] 20972: Add missing test files.

    Revision: 20972 Revision: 20972 Author:   [email protected] Date:     2011-03-25 14:57:35 -0700 (Fri, 25 Mar 2011) Log Message: Add missing test files. Added Paths:     blazeds/trunk/modules/core/test/src/flex/messaging/config/services/adapters/